summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert the strings or number value to jscvalue when they are used with an en...Olivier Goffart2009-07-164-31/+34
* add some expected failures in objectDeleted() autotestKent Hansen2009-07-161-2/+10
* only set default prototype if resulting object has built-in Object prototype ...Kent Hansen2009-07-162-2/+4
* fix enumeration of QObject wrapper objectsKent Hansen2009-07-161-3/+1
* add autotest for Global Object propertiesKent Hansen2009-07-161-0/+145
* compile when JIT is enabledKent Hansen2009-07-151-0/+1
* don't try to be so cleverKent Hansen2009-07-151-7/+4
* fix GC-related crashKent Hansen2009-07-152-7/+11
* fix some memory leaksKent Hansen2009-07-153-2/+8
* avoid crashing when attempting to set this-object of global contextKent Hansen2009-07-151-0/+4
* initial attempt at implementing QScriptEngine::setGlobalObject()Kent Hansen2009-07-154-11/+87
* store error and return true when throwing in getOwnProperty()Kent Hansen2009-07-151-2/+2
* implement QObject prototype objectKent Hansen2009-07-152-1/+13