summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Test the activationObject for js functionsOlivier Goffart2009-08-101-0/+25
| * | | | | | | | | | | | | | more tests for the QScriptContext::argumentsObjectOlivier Goffart2009-08-101-4/+11
| * | | | | | | | | | | | | | Test the same code as in the documentation for closuresOlivier Goffart2009-08-101-0/+32
| * | | | | | | | | | | | | | make QScriptContext::setScope() fail for object created in other engineKent Hansen2009-08-101-8/+15
| * | | | | | | | | | | | | | implement QScriptContext::setActivationObject()Kent Hansen2009-08-101-2/+6
| * | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | implement QScriptContextInfo streaming from datastreamKent Hansen2009-08-101-3/+2
| * | | | | | | | | | | | | | implement QScriptContextInfo::parameterNames() for Qt methodsKent Hansen2009-08-101-9/+16
| * | | | | | | | | | | | | | implement QScriptClass property query semantics of old back-endKent Hansen2009-08-101-1/+3
| * | | | | | | | | | | | | | implement QScriptContext::backtrace()Kent Hansen2009-08-101-1/+1
| * | | | | | | | | | | | | | skip the QScriptContext::returnValue() testKent Hansen2009-08-101-2/+1
| * | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | make property flags lookup work for properties in prototype chainKent Hansen2009-08-101-0/+8
| * | | | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-1028-110/+310
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-06151-459/+602
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | remove some expected failures that don't fail with JSC back-endKent Hansen2009-08-061-30/+0
| * | | | | | | | | | | | | | | | finish implementation of QVariant.prototype.toString()Kent Hansen2009-08-061-1/+0
| * | | | | | | | | | | | | | | | give Error constructors DontEnum attributeKent Hansen2009-08-061-6/+0
| * | | | | | | | | | | | | | | | Updates getPropertyNames() on all javascript object to use the flagBenjamin Poulain2009-08-051-2/+2
| * | | | | | | | | | | | | | | | RegExp.prototype.toString() when pattern is emptyKent Hansen2009-08-051-2/+0
| * | | | | | | | | | | | | | | | make QScriptEngine::newQMetaObject() workKent Hansen2009-08-052-4/+0
| * | | | | | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-05101-448/+4388
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | clear abort flag when we start a new evaluateKent Hansen2009-08-041-0/+7
| * | | | | | | | | | | | | | | | | adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdfKent Hansen2009-08-041-10/+4
| * | | | | | | | | | | | | | | | | Do not crash if using popContext() while the current context have not been pu...Olivier Goffart2009-08-042-8/+4
| * | | | | | | | | | | | | | | | | Implement QScriptEngine::abortEvaluation()Tor Arne Vestbø2009-08-031-1/+0
| * | | | | | | | | | | | | | | | | Implement QScriptEngine::setProcessEventsInterval()Tor Arne Vestbø2009-08-031-2/+1
| * | | | | | | | | | | | | | | | | Complete the implementation of QScriptValueIterator with JSCoreBenjamin Poulain2009-08-031-116/+79
| * | | | | | | | | | | | | | | | | QScriptContext::calledAsConstructor also works with non-native functionOlivier Goffart2009-08-031-5/+28
| * | | | | | | | | | | | | | | | | QScriptValueIterator: fix missing non-enumerable valuesTor Arne Vestbø2009-07-311-2/+2
| * | | | | | | | | | | | | | | | | Basic implementation of QScriptValueIterator with JSCBenjamin Poulain2009-07-311-2/+8
| * | | | | | | | | | | | | | | | | update test to match JSC __defineSetter__() behaviorKent Hansen2009-07-301-7/+5
| * | | | | | | | | | | | | | | | | implement QScriptContext::activationObject()Kent Hansen2009-07-302-15/+9
| * | | | | | | | | | | | | | | | | Add QEXPECT_FAILOlivier Goffart2009-07-301-1/+4
| * | | | | | | | | | | | | | | | | Implement QScriptEngine::pushContext end popContextOlivier Goffart2009-07-302-3/+14
| * | | | | | | | | | | | | | | | | make the V8 and Mozilla test suites pass on QtScript JSC back-endKent Hansen2009-07-302-0/+74
| * | | | | | | | | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-07-3038-201/+641
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | change tests to match JSC behaviorKent Hansen2009-07-291-16/+18
| * | | | | | | | | | | | | | | | | | remove tests for magic __qt_sender__ propertyKent Hansen2009-07-291-9/+1
| * | | | | | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | | | | | set calledAsConstructor to true when function is called as constructorKent Hansen2009-07-291-0/+32
| * | | | | | | | | | | | | | | | | | Enter a scope when enterning a native function.Olivier Goffart2009-07-291-0/+3
| * | | | | | | | | | | | | | | | | | Merge branch 'qtscript-jsc-backend' of git@scm.dev.nokia.troll.no:qt/qt-webki...Kent Hansen2009-07-281-7/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | Fix tst_QScriptEngine::automaticSemicolonInsertionOlivier Goffart2009-07-281-7/+0