summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptcontext/tst_qscriptcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Symbian: Fix exporting and importing of some functions for autotestsMiikka Heikkinen2011-12-211-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Avoid asserting when computing line number for backtraceKent Hansen2011-03-011-4/+2
* Make missing line number info an expected failureKent Hansen2011-02-281-8/+6
* Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-101-0/+44
|\
| * Don't crash when creating backtrace for built-in JS function (2nd try)Kent Hansen2011-02-081-1/+30
| * Don't crash when creating backtrace for built-in JS functionKent Hansen2011-02-031-0/+15
* | Add new tests cases to context tests.Jedrzej Nowacki2011-02-091-0/+71
* | Split QScriptContext autotest into smaller functionsKent Hansen2011-02-031-136/+194
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\|
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Add autotest that checks return value of QScriptContext::throwXXX()Kent Hansen2010-11-081-0/+49
* | Refactor tst_QScriptContext::throwError test.Jedrzej Nowacki2010-11-031-59/+61
* | Improve QtScript test coverageKent Hansen2010-10-291-0/+38
|/
* Ensure that activation object has been created before popping scope of native...Kent Hansen2010-05-271-0/+45
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Add references to JIRA tasks for expected test failuresKent Hansen2009-11-231-1/+1
* QScriptContext::parentContext: don't skip unessecary framesOlivier Goffart2009-10-061-1/+0
* add test for QT-2270Kent Hansen2009-10-061-0/+17
* QScript: Add test for getting backtrace of recursive functionsOlivier Goffart2009-09-281-0/+66
* QScript: Fix strange bugs and crashes.Olivier Goffart2009-09-281-0/+25
* improve "nested evaluation" testKent Hansen2009-09-251-0/+10
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Make it possible for autotests to check if JIT is enabled or notKent Hansen2009-08-281-10/+14
* | QScriptContextInfo: fix the line numbers with JITOlivier Goffart2009-08-281-2/+8
* | Fix QScriptContext::argumentObjects for function called with QScriptValue::callOlivier Goffart2009-08-241-0/+35
* | Fix the QScriptContext::argumentsObject and QScriptContext::argument for js f...Olivier Goffart2009-08-181-5/+48
* | Fix the line numbers on the backtraceOlivier Goffart2009-08-181-3/+6
* | test default scope chain after a new context has been pushedKent Hansen2009-08-171-0/+3
* | push the right object when the argument is the Global ObjectKent Hansen2009-08-141-12/+9
* | Detect evaluation context in the backtraceOlivier Goffart2009-08-141-2/+2
* | More polishing on the backtraceOlivier Goffart2009-08-141-18/+18
* | more extensive backtrace testOlivier Goffart2009-08-141-12/+93
* | Polish the QScriptContext::backtrace()Olivier Goffart2009-08-141-4/+3
* | make sure QScriptContext::scopeChain() returns the right objectKent Hansen2009-08-141-0/+2
* | make it possible for any script object to serve as activation objectKent Hansen2009-08-141-2/+37
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-121-1/+1
|\ \
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | make it possible to pop all items in a scope chain and then push to itKent Hansen2009-08-111-6/+4
* | | Fix line number and arguments in QScriptContext::toStringOlivier Goffart2009-08-111-1/+0
* | | Test the activationObject for js functionsOlivier Goffart2009-08-101-0/+25