summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* document testOlivier Goffart2009-07-281-3/+7
* remove some of the output noise for UserRange property flags testKent Hansen2009-07-281-10/+6
* don't allow defining getter/setter for __proto__ propertyKent Hansen2009-07-282-5/+9
* get rid of test that tests quirk of old back-endKent Hansen2009-07-281-4/+1
* get rid of warningKent Hansen2009-07-281-0/+3
* make more tests pass for QScriptValue::setProperty()Kent Hansen2009-07-282-35/+61
* Update the test to match JavaScriptCore behaviourOlivier Goffart2009-07-281-6/+4
* Fix tst_QScriptEngine::uncaughtExceptionOlivier Goffart2009-07-283-2/+9
* Fix tst_QScriptEngine::nestedEvaluateOlivier Goffart2009-07-283-8/+18
* Make the 'arguments' object working when calling eval from native functionsOlivier Goffart2009-07-283-8/+24
* Change JavaScriptCore so it throw error when passing invalid regexp flagOlivier Goffart2009-07-283-7/+31
* Test tst_QScriptContext::lineNumberOlivier Goffart2009-07-281-3/+1
* compileKent Hansen2009-07-271-3/+3
* make QScriptEngine::setGlobalObject() work to some extentKent Hansen2009-07-276-38/+165
* use engine's globalObject() instead of exec's lexicalGlobalObject()Kent Hansen2009-07-271-7/+7
* don't rely on custom global object to get GC callbackKent Hansen2009-07-276-45/+42
* add garbage collection hook to JSGlobalData::ClientDataKent Hansen2009-07-272-0/+7
* The line number is correctly reported for exceptionBenjamin Poulain2009-07-272-6/+1
* Remove the uncaughtException, use the JSC exception insteadBenjamin Poulain2009-07-275-33/+14
* Fix tst_QScriptExtQObject::objectDeleted()Benjamin Poulain2009-07-272-4/+2
* add QEXPECT_FAIL where it failsOlivier Goffart2009-07-273-0/+33
* Fix tst_QScriptValue::callOlivier Goffart2009-07-272-3/+9
* Fix tst_QScriptContext::argumentsOlivier Goffart2009-07-272-4/+46
* use custom JSGlobalData clientdata to keep pointer to script engineKent Hansen2009-07-271-1/+11
* move engine-specific GC marking to QScriptEnginePrivateKent Hansen2009-07-272-40/+45
* use scriptEngineFromExec() in a few more placesKent Hansen2009-07-271-3/+3
* introduce scriptEngineFromExec() helper functionKent Hansen2009-07-274-45/+47
* Clear the exceptions before calling a function.Olivier Goffart2009-07-241-4/+24
* Implement QScriptString as a wraper around the JSC::IdentifierOlivier Goffart2009-07-238-94/+114
* add QEXPECT_FAIL (QScriptString isn't properly implemented yet)Olivier Goffart2009-07-231-0/+2
* Try best to convert a regexp to a ECMAScript expressionOlivier Goffart2009-07-233-17/+120
* tst_QScriptValue::toVariant is not about testing reg expOlivier Goffart2009-07-231-2/+1
* make QScriptValue::{call,construct}() use JSC::{call,construct}()Kent Hansen2009-07-231-56/+4
* JSC: toString report correct error messageOlivier Goffart2009-07-222-1/+4
* More tests fixed (QScriptValue::toString)Olivier Goffart2009-07-222-4/+8
* Implement qobjectProtoFuncFindChildren()Benjamin Poulain2009-07-222-3/+80
* fix QScriptValue::isErrorOlivier Goffart2009-07-223-2/+14
* Refactorisation of autotest. FunctionEntryAndExit test divided intoJedrzej Nowacki2009-07-211-4/+122
* Reorder positionChange and QEXPECT_FAIL addedJedrzej Nowacki2009-07-211-52/+45
* Fix the return value of a function call that throws an error.Ariya Hidayat2009-07-172-3/+3
* Fix the return value of a constructor that throws an error.Ariya Hidayat2009-07-172-3/+3
* implement cyclic prototype chain checkKent Hansen2009-07-172-6/+15
* make QScriptValue::toString() et al work when there's an exceptionKent Hansen2009-07-175-33/+84
* set correct property flags in newFunction()Kent Hansen2009-07-172-4/+3
* fix for-in statement autotest to match behavior in JSCKent Hansen2009-07-161-9/+9
* We cant rely on property attributes from JavaScriptCore for the setter and ge...Olivier Goffart2009-07-164-16/+10
* skip test that currently crashesKent Hansen2009-07-161-0/+1
* do the correct prototype checkKent Hansen2009-07-161-2/+1
* start implementing constructors for QMetaObject wrappersKent Hansen2009-07-164-11/+123
* fix bug in built-in print() functionKent Hansen2009-07-161-3/+2