summaryrefslogtreecommitdiffstats
path: root/tests/auto/qscriptengine
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Update contact URL in license headers.Jason McDonald2009-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
|\ \ | |/
| * test that vars are stored in custom global objectKent Hansen2009-07-291-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-302-2/+106
|\ \ | |/
| * Port of Qt to VxWorksRobert Griebl2009-07-291-1/+1
| * add more extensive tests for scopechain functionalityKent Hansen2009-07-291-0/+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
* | document testOlivier Goffart2009-07-281-3/+7
* | Update the test to match JavaScriptCore behaviourOlivier Goffart2009-07-281-6/+4
* | Fix tst_QScriptEngine::uncaughtExceptionOlivier Goffart2009-07-281-1/+1
* | Make the 'arguments' object working when calling eval from native functionsOlivier Goffart2009-07-281-0/+17
* | Change JavaScriptCore so it throw error when passing invalid regexp flagOlivier Goffart2009-07-281-6/+2
* | make QScriptEngine::setGlobalObject() work to some extentKent Hansen2009-07-271-4/+0
* | The line number is correctly reported for exceptionBenjamin Poulain2009-07-271-6/+0
* | add QEXPECT_FAIL where it failsOlivier Goffart2009-07-271-0/+25
* | Fix tst_QScriptValue::callOlivier Goffart2009-07-271-1/+4
* | Implement QScriptString as a wraper around the JSC::IdentifierOlivier Goffart2009-07-231-1/+0
* | Try best to convert a regexp to a ECMAScript expressionOlivier Goffart2009-07-231-4/+60
* | make QScriptValue::toString() et al work when there's an exceptionKent Hansen2009-07-171-8/+4
* | set correct property flags in newFunction()Kent Hansen2009-07-171-2/+0
* | fix for-in statement autotest to match behavior in JSCKent Hansen2009-07-161-9/+9
* | add autotest for Global Object propertiesKent Hansen2009-07-161-0/+145