summaryrefslogtreecommitdiffstats
path: root/src/script/api
Commit message (Expand)AuthorAgeFilesLines
* Remove the uncaughtException, use the JSC exception insteadBenjamin Poulain2009-07-273-26/+13
* Fix tst_QScriptValue::callOlivier Goffart2009-07-271-2/+5
* Fix tst_QScriptContext::argumentsOlivier Goffart2009-07-271-2/+3
* 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-272-27/+27
* Clear the exceptions before calling a function.Olivier Goffart2009-07-241-4/+24
* Implement QScriptString as a wraper around the JSC::IdentifierOlivier Goffart2009-07-236-91/+114
* Try best to convert a regexp to a ECMAScript expressionOlivier Goffart2009-07-231-1/+40
* make QScriptValue::{call,construct}() use JSC::{call,construct}()Kent Hansen2009-07-231-56/+4
* More tests fixed (QScriptValue::toString)Olivier Goffart2009-07-221-0/+8
* Fix the return value of a function call that throws an error.Ariya Hidayat2009-07-171-1/+3
* Fix the return value of a constructor that throws an error.Ariya Hidayat2009-07-171-1/+3
* implement cyclic prototype chain checkKent Hansen2009-07-171-1/+12
* make QScriptValue::toString() et al work when there's an exceptionKent Hansen2009-07-172-11/+78
* set correct property flags in newFunction()Kent Hansen2009-07-171-2/+3
* We cant rely on property attributes from JavaScriptCore for the setter and ge...Olivier Goffart2009-07-161-3/+3
* do the correct prototype checkKent Hansen2009-07-161-2/+1
* start implementing constructors for QMetaObject wrappersKent Hansen2009-07-162-7/+13
* 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-163-22/+26
* only set default prototype if resulting object has built-in Object prototype ...Kent Hansen2009-07-161-1/+4
* 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-151-2/+4
* fix some memory leaksKent Hansen2009-07-152-2/+7
* 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-152-7/+80
* implement enumeration of custom script classesKent Hansen2009-07-151-3/+0
* implement QObject wrapper caching (PreferExistingWrapperObject)Kent Hansen2009-07-151-2/+12
* implement QScriptEngine::isEvaluating()Kent Hansen2009-07-151-3/+2
* don't assert in QScriptEngine::setGlobalObject()Kent Hansen2009-07-131-2/+2
* add GC marking guardsKent Hansen2009-07-131-7/+13
* Merge branch 'qtscript-jsc-backend' of git@scm.dev.nokia.troll.no:qt/qt-webki...Jedrzej Nowacki2009-07-133-268/+93
|\
| * don't crash during GC if no prototype has been set for a metatypeKent Hansen2009-07-101-4/+7
| * implement ability to dynamically change class of script objectsKent Hansen2009-07-103-264/+86
* | fix checkSyntax autotest.Jedrzej Nowacki2009-07-133-17/+42
* | fix autotest canEvaluate.Jedrzej Nowacki2009-07-132-5/+82
|/
* some small fixes/experimentsKent Hansen2009-07-101-4/+20
* register QScriptValue as meta-typeKent Hansen2009-07-091-0/+2
* use JSC::call() and JSC::construct()Kent Hansen2009-07-091-54/+2
* Fix autotest checking QScriptValue::objectId method.Jedrzej Nowacki2009-07-094-19/+29
* make arguments object work for native functionsKent Hansen2009-07-091-1/+1
* use currentFrame instead of globalExec whenever we canKent Hansen2009-07-092-47/+47
* support callees that are not function objectsKent Hansen2009-07-092-5/+5
* rewrite most of QScriptContext handlingKent Hansen2009-07-086-82/+294
* Fix engineDelete autotest.Jedrzej Nowacki2009-07-084-4/+110
* work on QScriptEngine::uncaughtException()Kent Hansen2009-07-073-8/+22
* mark the QScriptClass object prototypeKent Hansen2009-07-071-0/+2