summaryrefslogtreecommitdiffstats
path: root/src/script/api
Commit message (Expand)AuthorAgeFilesLines
...
* Merge commit 'qt/master'Jason Barron2009-08-2116-58/+54
* implement registered script values as a doubly linked listKent Hansen2009-08-204-13/+33
* use a list to keep track of registered script valuesKent Hansen2009-08-204-116/+41
* store the engine's d-pointer in QScriptValuePrivateKent Hansen2009-08-203-150/+115
* remove redundant variableKent Hansen2009-08-202-10/+3
* remove unused variableKent Hansen2009-08-201-1/+0
* provide line number information for innermost call frameKent Hansen2009-08-204-0/+11
* set the current frame when getting callbacks in JSC DebuggerKent Hansen2009-08-202-30/+39
* make QScriptEngine::objectById() workKent Hansen2009-08-201-7/+2
* Do not pass JSValue per const referenceOlivier Goffart2009-08-192-4/+4
* CleanupsOlivier Goffart2009-08-191-17/+1
* invalidate wrapped JSC::JSValue when script engine is deletedKent Hansen2009-08-191-2/+5
* Fix QScriptValue::objectId().Jedrzej Nowacki2009-08-194-8/+12
* make QScriptEngine::isEvaluating() work for top-level evaluationKent Hansen2009-08-192-2/+21
* Q_DISABLE_COPY were added to QScriptValuePrivate.Jedrzej Nowacki2009-08-191-0/+1
* Clean upJedrzej Nowacki2009-08-191-1/+0
* Internal API clean up.Jedrzej Nowacki2009-08-193-16/+0
* Clean up.Jedrzej Nowacki2009-08-193-49/+57
* Fix potential building problem.Jedrzej Nowacki2009-08-191-7/+2
* Fix the QScriptContext::argumentsObject and QScriptContext::argument for js f...Olivier Goffart2009-08-181-7/+14
* Fix the line numbers on the backtraceOlivier Goffart2009-08-181-1/+1
* adopt same ownership relationship of scriptengine agents as in old back-endKent Hansen2009-08-183-8/+33
* Clean up.Jedrzej Nowacki2009-08-181-6/+28
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-185-5/+5
* Clean up.Jedrzej Nowacki2009-08-188-69/+46
* remove unnecessary ifdefsKent Hansen2009-08-171-10/+7
* 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
* Polish the QScriptContext::backtrace()Olivier Goffart2009-08-141-21/+31
* use originalGlobalObject() instead of lexicalGlobalObject() where possibleKent Hansen2009-08-141-2/+2
* 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-147-0/+7
* Fix compilation with MSVC.Simon Hausmann2009-08-141-0/+1
* Fix compilation with MSVCSimon Hausmann2009-08-141-10/+10
* Skip the fake context created by Interpreter::exucute for the backtraceOlivier Goffart2009-08-141-0/+5
* Lazily construct the QScriptActivationObjectOlivier Goffart2009-08-134-35/+92
* Make simple function getters inlineOlivier Goffart2009-08-124-22/+3
* Set 'this' on the javascript stack for native functionOlivier Goffart2009-08-121-0/+4
* Cantralize the place when we construct the default 'this' object that JSC doe...Olivier Goffart2009-08-121-1/+10
* Refactor the way the JS stack are created for native functionOlivier Goffart2009-08-123-56/+67
* Move JSC::Debugger's events calls from JSC::evaluate() toJedrzej Nowacki2009-08-121-1/+31
* Crash fix.Jedrzej Nowacki2009-08-121-1/+2
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-1223-23/+23
* Fix compilation on 64-bit machines.Simon Hausmann2009-08-121-1/+1
* Implement connection between JSC::Debugger and QScriptEngineAgent.Jedrzej Nowacki2009-08-113-26/+113
* 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-112-7/+20
* make QScriptContext::setScope() fail for object created in other engineKent Hansen2009-08-101-0/+6