summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptengine/tst_qscriptengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Say hello to QScriptProgram :-)Kent Hansen2009-10-281-0/+149
* attempt to make QScriptEngine::collectGarbage() autotest more robustKent Hansen2009-10-021-9/+23
* Fix column number provided to QScriptEngineAgentKent Hansen2009-10-011-1/+0
* add test case for wrong error message in qtscriptKent Hansen2009-09-251-0/+11
* Fix tst_QScriptEngine::throwErrorFromProcessEventsOlivier Goffart2009-09-221-1/+0
* 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
* | implement proxying of JSObject::putWithAttributes() on Global ObjectKent Hansen2009-08-261-0/+25
* | Memory leak in QScriptEngineAgent.Olivier Goffart2009-08-251-0/+1
* | QScriptValue: No need to create the activation object for call or constructOlivier Goffart2009-08-241-9/+23
* | Merge commit 'qt/master'Jason Barron2009-08-211-115/+676
|\ \
| * | add more detailed tests for QRegExp <--> JS RegExp conversionKent Hansen2009-08-191-1/+19
| * | remove expected failureKent Hansen2009-08-191-1/+0
| * | move the builtinFunctionNames test to qscriptengine autotestsKent Hansen2009-08-191-0/+175
| * | implement getter/setter proxying for Global Object and activation objectKent Hansen2009-08-181-0/+25
| * | adopt same ownership relationship of scriptengine agents as in old back-endKent Hansen2009-08-181-7/+29
| * | remove expected failures, mark expected failureKent Hansen2009-08-181-3/+1
| * | Lazily construct the QScriptActivationObjectOlivier Goffart2009-08-131-1/+16
| * | Refactor the way the JS stack are created for native functionOlivier Goffart2009-08-121-5/+6
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-121-1/+1
| |\ \
| * | | Test the same code as in the documentation for closuresOlivier Goffart2009-08-101-0/+32
| * | | mark expected failures for QObject GC-related testsKent Hansen2009-08-101-0/+4
| * | | finish implementation of QScriptEngine::importExtension()Kent Hansen2009-08-101-2/+2
| * | | skip QScriptEngine::newActivationObject() testKent Hansen2009-08-101-0/+1
| * | | remove two expected failures for backtrace()Kent Hansen2009-08-101-2/+0
| * | | mark function scopes test as expected failureKent Hansen2009-08-101-0/+1
| * | | make native function scopes test passKent Hansen2009-08-101-1/+1
| * | | make the global object properties test passKent Hansen2009-08-101-1/+2
| * | | finish implementation of QVariant.prototype.toString()Kent Hansen2009-08-061-1/+0
| * | | give Error constructors DontEnum attributeKent Hansen2009-08-061-6/+0
| * | | RegExp.prototype.toString() when pattern is emptyKent Hansen2009-08-051-2/+0
| * | | make QScriptEngine::newQMetaObject() workKent Hansen2009-08-051-3/+0
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-051-0/+29
| |\ \ \
| * | | | clear abort flag when we start a new evaluateKent Hansen2009-08-041-0/+7
| * | | | Do not crash if using popContext() while the current context have not been pu...Olivier Goffart2009-08-041-2/+2
| * | | | Implement QScriptEngine::abortEvaluation()Tor Arne Vestbø2009-08-031-1/+0
| * | | | Implement QScriptEngine::setProcessEventsInterval()Tor Arne Vestbø2009-08-031-2/+1
| * | | | QScriptValueIterator: fix missing non-enumerable valuesTor Arne Vestbø2009-07-311-2/+2
| * | | | update test to match JSC __defineSetter__() behaviorKent Hansen2009-07-301-7/+5
| * | | | implement QScriptContext::activationObject()Kent Hansen2009-07-301-7/+0
| * | | | Add QEXPECT_FAILOlivier Goffart2009-07-301-1/+4
| * | | | Implement QScriptEngine::pushContext end popContextOlivier Goffart2009-07-301-1/+5
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-07-301-1/+105
| |\ \ \ \
| * | | | | change tests to match JSC behaviorKent Hansen2009-07-291-16/+18
| * | | | | change __defineSetter__() autotest to match JSC behaviorKent Hansen2009-07-291-22/+23
| * | | | | change the reserved ECMAScript words autotest to match behavior of JSCKent Hansen2009-07-291-45/+46
| * | | | | Enter a scope when enterning a native function.Olivier Goffart2009-07-291-0/+3
| * | | | | Fix tst_QScriptEngine::automaticSemicolonInsertionOlivier Goffart2009-07-281-7/+0