summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QScriptContext::argumentObjects for function called with QScriptValue::callOlivier Goffart2009-08-241-2/+7
* remove unused variableKent Hansen2009-08-201-1/+0
* Fix the QScriptContext::argumentsObject and QScriptContext::argument for js f...Olivier Goffart2009-08-181-7/+14
* Clean up.Jedrzej Nowacki2009-08-181-2/+2
* push the right object when the argument is the Global ObjectKent Hansen2009-08-141-4/+13
* Detect evaluation context in the backtraceOlivier Goffart2009-08-141-0/+3
* More polishing on the backtraceOlivier Goffart2009-08-141-3/+7
* make sure QScriptContext::scopeChain() returns the right objectKent Hansen2009-08-141-2/+9
* make it possible for any script object to serve as activation objectKent Hansen2009-08-141-6/+23
* Fix compilation on WindowsSimon Hausmann2009-08-141-0/+1
* Skip the fake context created by Interpreter::exucute for the backtraceOlivier Goffart2009-08-141-0/+5
* Lazily construct the QScriptActivationObjectOlivier Goffart2009-08-131-23/+36
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-121-1/+1
* make it possible to pop all items in a scope chain and then push to itKent Hansen2009-08-111-8/+24
* Fix line number and arguments in QScriptContext::toStringOlivier Goffart2009-08-111-5/+2
* make QScriptContext::setScope() fail for object created in other engineKent Hansen2009-08-101-0/+6
* implement QScriptContext::setActivationObject()Kent Hansen2009-08-101-3/+19
* cleanup (hide the use of reinterpret_cast)Kent Hansen2009-08-101-20/+20
* implement QScriptContext::backtrace()Kent Hansen2009-08-101-34/+2
* add configure options for (not) building the QtScript moduleKent Hansen2009-08-071-4/+0
* Use a more reliable method to dinstinguish between an op_call and an op_const...Olivier Goffart2009-08-041-2/+5
* QScriptContext::calledAsConstructor also works with non-native functionOlivier Goffart2009-08-031-5/+21
* Remove QScriptContextPrivate, QScriptContext is now a JSC::CallFrameOlivier Goffart2009-07-311-100/+75
* Move the declaration on some function into qscriptengine_p.hOlivier Goffart2009-07-311-5/+0
* Small Refactoring of QScriptOlivier Goffart2009-07-311-4/+14
* implement QScriptContext::activationObject()Kent Hansen2009-07-301-9/+38
* Implement QScriptEngine::pushContext end popContextOlivier Goffart2009-07-301-1/+3
* set calledAsConstructor to true when function is called as constructorKent Hansen2009-07-291-0/+5
* 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