summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Another memoryleak in QScriptEngineOlivier Goffart2009-08-251-5/+5
* Memory leak in QScriptEngineAgent.Olivier Goffart2009-08-251-3/+0
* Fix memory leak in QScriptEngine::newQObjectOlivier Goffart2009-08-251-8/+6
* make some internal qtscript functions inlineKent Hansen2009-08-241-64/+0
* pass engine pointer to QScriptValuePrivateKent Hansen2009-08-241-2/+1
* handle memory management of QScriptValuePrivate in engine if possibleKent Hansen2009-08-241-2/+23
* Fix obsolete license headers.Jason McDonald2009-08-211-1/+1
* compile again after mergeHarald Fernengel2009-08-211-17/+1
* implement registered script values as a doubly linked listKent Hansen2009-08-201-11/+27
* use a list to keep track of registered script valuesKent Hansen2009-08-201-26/+16
* store the engine's d-pointer in QScriptValuePrivateKent Hansen2009-08-201-5/+3
* provide line number information for innermost call frameKent Hansen2009-08-201-0/+1
* make QScriptEngine::objectById() workKent Hansen2009-08-201-7/+2
* Do not pass JSValue per const referenceOlivier Goffart2009-08-191-2/+2
* CleanupsOlivier Goffart2009-08-191-17/+1
* Fix QScriptValue::objectId().Jedrzej Nowacki2009-08-191-3/+2
* make QScriptEngine::isEvaluating() work for top-level evaluationKent Hansen2009-08-191-2/+20
* Internal API clean up.Jedrzej Nowacki2009-08-191-1/+0
* Clean up.Jedrzej Nowacki2009-08-191-6/+9
* adopt same ownership relationship of scriptengine agents as in old back-endKent Hansen2009-08-181-7/+27
* Clean up.Jedrzej Nowacki2009-08-181-39/+29
* remove unnecessary ifdefsKent Hansen2009-08-171-10/+7
* use originalGlobalObject() instead of lexicalGlobalObject() where possibleKent Hansen2009-08-141-2/+2
* Fix compilation on WindowsSimon Hausmann2009-08-141-0/+1
* Fix compilation with MSVCSimon Hausmann2009-08-141-10/+10
* Lazily construct the QScriptActivationObjectOlivier Goffart2009-08-131-12/+42
* Make simple function getters inlineOlivier Goffart2009-08-121-14/+0
* 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-121-37/+63
* Move JSC::Debugger's events calls from JSC::evaluate() toJedrzej Nowacki2009-08-121-1/+31
* Crash fix.Jedrzej Nowacki2009-08-121-1/+2
* Implement connection between JSC::Debugger and QScriptEngineAgent.Jedrzej Nowacki2009-08-111-8/+9
* get rid of dynamic castsKent Hansen2009-08-101-4/+9
* cleanup (hide the use of reinterpret_cast)Kent Hansen2009-08-101-1/+10
* finish implementation of QScriptEngine::importExtension()Kent Hansen2009-08-101-24/+25
* add configure options for (not) building the QtScript moduleKent Hansen2009-08-071-4/+0
* port commit 47c9e7b1b3551ff6dbe71590461a45ae398a9501 from qt/masterKent Hansen2009-08-061-8/+11
* make QScriptEngine::newQMetaObject() workKent Hansen2009-08-051-1/+1
* don't store QScriptEngine pointer in native function wrappersKent Hansen2009-08-051-3/+3
* remove unused codeOlivier Goffart2009-08-041-5/+0
* clear abort flag when we start a new evaluateKent Hansen2009-08-041-0/+1
* move Global Object to its own fileKent Hansen2009-08-041-132/+1
* adapt to commit 014c4c63066fd3920594e6a58b02f314b5c88cdfKent Hansen2009-08-041-6/+7
* Do not crash if using popContext() while the current context have not been pu...Olivier Goffart2009-08-041-0/+5
* Implement QScriptEngine::abortEvaluation()Tor Arne Vestbø2009-08-031-3/+15
* Implement QScriptEngine::setProcessEventsInterval()Tor Arne Vestbø2009-08-031-5/+35
* Remove QScriptContextPrivate, QScriptContext is now a JSC::CallFrameOlivier Goffart2009-07-311-16/+2
* Move the declaration on some function into qscriptengine_p.hOlivier Goffart2009-07-311-1/+1
* Small Refactoring of QScriptOlivier Goffart2009-07-311-0/+20