summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptcontextinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-2/+2
* Update contact information in license headers.Sergio Ahumada2012-08-011-3/+3
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Avoid asserting when computing line number for backtraceKent Hansen2011-03-011-1/+9
* Don't crash when creating backtrace for built-in JS function (2nd try)Kent Hansen2011-02-081-2/+2
* Don't crash when creating backtrace for built-in JS functionKent Hansen2011-02-031-1/+2
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Doc: Fixing typoSergio Ahumada2010-11-161-1/+1
* QScript: document/obsolete things that does not work since the move to JSCOlivier Goffart2010-07-291-9/+2
* Update src/3rdparty/javascriptcore and adapt src/script to the changesKent Hansen2010-03-101-1/+1
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Fixed the QtScript license information in the source files to referSimon Hausmann2009-11-171-19/+1
* Replace LGPL license tags with LGPL-ONLYSimon Hausmann2009-11-171-1/+1
* Update src/3rdparty/javascriptcore and adapt src/script to the changes.Kent Hansen2009-09-241-4/+3
* use JSObject::inherits() instead of JSObject::isObject()Kent Hansen2009-09-211-4/+4
* Fix the bactkrace in the QScript DebuggerOlivier Goffart2009-09-091-10/+10
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
* QScriptContextInfo: fix the line numbers with JITOlivier Goffart2009-08-281-3/+11
* 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