summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix license headersOlivier Goffart2009-07-291-4/+34
* Compile in release mode.Olivier Goffart2009-07-291-0/+1
* Enter a scope when enterning a native function.Olivier Goffart2009-07-291-12/+22
* Fix tst_QScriptEngine::uncaughtExceptionOlivier Goffart2009-07-281-1/+0
* Fix tst_QScriptEngine::nestedEvaluateOlivier Goffart2009-07-281-1/+16
* Make the 'arguments' object working when calling eval from native functionsOlivier Goffart2009-07-281-2/+7
* Change JavaScriptCore so it throw error when passing invalid regexp flagOlivier Goffart2009-07-281-1/+8
* compileKent Hansen2009-07-271-3/+3
* make QScriptEngine::setGlobalObject() work to some extentKent Hansen2009-07-271-20/+128
* don't rely on custom global object to get GC callbackKent Hansen2009-07-271-33/+28
* The line number is correctly reported for exceptionBenjamin Poulain2009-07-271-0/+1
* Remove the uncaughtException, use the JSC exception insteadBenjamin Poulain2009-07-271-9/+6
* Fix tst_QScriptValue::callOlivier Goffart2009-07-271-2/+5
* use custom JSGlobalData clientdata to keep pointer to script engineKent Hansen2009-07-271-1/+11
* move engine-specific GC marking to QScriptEnginePrivateKent Hansen2009-07-271-40/+44
* use scriptEngineFromExec() in a few more placesKent Hansen2009-07-271-3/+3
* introduce scriptEngineFromExec() helper functionKent Hansen2009-07-271-0/+27
* Implement QScriptString as a wraper around the JSC::IdentifierOlivier Goffart2009-07-231-1/+2
* Try best to convert a regexp to a ECMAScript expressionOlivier Goffart2009-07-231-1/+40
* set correct property flags in newFunction()Kent Hansen2009-07-171-2/+3
* do the correct prototype checkKent Hansen2009-07-161-2/+1
* start implementing constructors for QMetaObject wrappersKent Hansen2009-07-161-7/+12
* 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-161-9/+11
* 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
* fix GC-related crashKent Hansen2009-07-151-2/+4
* fix some memory leaksKent Hansen2009-07-151-2/+6
* initial attempt at implementing QScriptEngine::setGlobalObject()Kent Hansen2009-07-151-6/+66
* 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-131-183/+39
|\
| * 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-101-179/+32
* | fix checkSyntax autotest.Jedrzej Nowacki2009-07-131-17/+38
* | fix autotest canEvaluate.Jedrzej Nowacki2009-07-131-4/+80
|/
* register QScriptValue as meta-typeKent Hansen2009-07-091-0/+2
* Fix autotest checking QScriptValue::objectId method.Jedrzej Nowacki2009-07-091-4/+13
* use currentFrame instead of globalExec whenever we canKent Hansen2009-07-091-20/+20
* rewrite most of QScriptContext handlingKent Hansen2009-07-081-31/+40
* Fix engineDelete autotest.Jedrzej Nowacki2009-07-081-0/+14
* work on QScriptEngine::uncaughtException()Kent Hansen2009-07-071-6/+11
* mark the QScriptClass object prototypeKent Hansen2009-07-071-0/+2
* start to implement QScriptEngine::importExtension()Kent Hansen2009-07-061-5/+200
* implement QScriptEngine::availableExtensions()Kent Hansen2009-07-061-3/+71
* make QScriptClass::HasInstance extension workKent Hansen2009-07-061-1/+1
* start implementing QScriptClass extensionsKent Hansen2009-07-031-0/+43
* make more tests passKent Hansen2009-07-031-0/+2