summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* initialize calledAsConstructor memberKent Hansen2009-07-291-0/+1
* Memory leak.Olivier Goffart2009-07-291-1/+1
* Set the this object on the global context sets the global objectOlivier Goffart2009-07-281-1/+1
* Fix tst_QScriptEngine::nestedEvaluateOlivier Goffart2009-07-281-7/+1
* don't rely on custom global object to get GC callbackKent Hansen2009-07-271-6/+6
* Fix tst_QScriptContext::argumentsOlivier Goffart2009-07-271-2/+3
* avoid crashing when attempting to set this-object of global contextKent Hansen2009-07-151-0/+4
* some small fixes/experimentsKent Hansen2009-07-101-4/+20
* make arguments object work for native functionsKent Hansen2009-07-091-1/+1
* rewrite most of QScriptContext handlingKent Hansen2009-07-081-33/+117
* Merge branch 'qtwebkit-4.6-staging' into qtscript-jsc-backendKent Hansen2009-06-291-4/+34
* make more qscriptengine tests runKent Hansen2009-06-241-6/+45
* Import JSC-based Qt Script from Kent's tree.Simon Hausmann2009-06-161-0/+496