summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptcontextinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'qt/master'Jason Barron2009-08-211-18/+1
* provide line number information for innermost call frameKent Hansen2009-08-201-0/+3
* Fix the line numbers on the backtraceOlivier Goffart2009-08-181-1/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-181-1/+1
* Clean up.Jedrzej Nowacki2009-08-181-8/+3
* Polish the QScriptContext::backtrace()Olivier Goffart2009-08-141-21/+31
* Fix compilation on WindowsSimon Hausmann2009-08-141-0/+1
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-121-1/+1
* Fix line number and arguments in QScriptContext::toStringOlivier Goffart2009-08-111-2/+18
* cleanup (hide the use of reinterpret_cast)Kent Hansen2009-08-101-1/+3
* implement QScriptContextInfo streaming from datastreamKent Hansen2009-08-101-1/+30
* implement QScriptContextInfo::parameterNames() for Qt methodsKent Hansen2009-08-101-0/+9
* extract the function name from the calleeKent Hansen2009-08-101-0/+2
* add configure options for (not) building the QtScript moduleKent Hansen2009-08-071-4/+0
* Remove QScriptContextPrivate, QScriptContext is now a JSC::CallFrameOlivier Goffart2009-07-311-2/+1
* Fix license headersOlivier Goffart2009-07-291-4/+34
* support callees that are not function objectsKent Hansen2009-07-091-1/+1
* rewrite most of QScriptContext handlingKent Hansen2009-07-081-1/+35
* dummy QScriptContextInfo implementationKent Hansen2009-06-291-25/+81
* Import JSC-based Qt Script from Kent's tree.Simon Hausmann2009-06-161-0/+400