summaryrefslogtreecommitdiff
path: root/src/script/api/qscriptengine_p.h
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia.Marko Valtanen2012-12-041-3/+4
* Fix memory leak when lazily binding QScriptValue to an engineKent Hansen2010-02-221-2/+10
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Fixed the QtScript license information in the source files to referSimon Hausmann2009-11-171-19/+1
* Replace LGPL license tags with LGPL-ONLYSimon Hausmann2009-11-171-1/+1
* Add QScriptDeclarativeClassAaron Kennedy2009-11-101-1/+1
* Say hello to QScriptProgram :-)Kent Hansen2009-10-281-0/+5
* Inline QtScript exception helper functionsKent Hansen2009-10-231-0/+16
* Inline internal property lookup functionKent Hansen2009-10-231-0/+22
* Inline scriptEngineFromExec() functionKent Hansen2009-10-231-2/+18
* Inline internal QtScript functions (frameForContext())Kent Hansen2009-10-231-2/+12
* Inline two internal QtScript functions (contextForFrame() and globalExec())Kent Hansen2009-10-231-2/+17
* Use the qsreal type instead of double when working with QtScript numbersKent Hansen2009-10-221-1/+1
* Regression fix. Fix the hasUncaughtException() flag in debugger's event.Jedrzej Nowacki2009-10-191-0/+5
* Inline QScriptValuePrivate operator new and deleteKent Hansen2009-10-071-0/+16
* Fix column number provided to QScriptEngineAgentKent Hansen2009-10-011-1/+72
* QScript: Fix strange bugs and crashes.Olivier Goffart2009-09-281-1/+2
* Update src/3rdparty/javascriptcore and adapt src/script to the changes.Kent Hansen2009-09-241-1/+5
* make sure the engine's currentFrame is in sync when calling out to public APIKent Hansen2009-09-221-0/+23
* put the this-register calculation into a functionKent Hansen2009-09-181-0/+1
* Fix compilation with winscwSimon Hausmann2009-09-101-2/+2
* Update license headers again.Jason McDonald2009-09-091-4/+4
* improve memory management scheme of QScriptString(Private)Kent Hansen2009-09-021-5/+24
* Optimize QScriptClassOlivier Goffart2009-09-021-0/+10
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* make some internal qtscript functions inlineKent Hansen2009-08-241-7/+111
* compile fix with namespaced Qthjk2009-08-241-2/+2
* handle memory management of QScriptValuePrivate in engine if possibleKent Hansen2009-08-241-0/+4
* Fix obsolete license headers.Jason McDonald2009-08-221-1/+1
* implement registered script values as a doubly linked listKent Hansen2009-08-201-1/+1
* use a list to keep track of registered script valuesKent Hansen2009-08-201-8/+2
* provide line number information for innermost call frameKent Hansen2009-08-201-0/+1
* Do not pass JSValue per const referenceOlivier Goffart2009-08-191-2/+2
* Fix QScriptValue::objectId().Jedrzej Nowacki2009-08-191-2/+0
* make QScriptEngine::isEvaluating() work for top-level evaluationKent Hansen2009-08-191-0/+1
* adopt same ownership relationship of scriptengine agents as in old back-endKent Hansen2009-08-181-1/+4
* Clean up.Jedrzej Nowacki2009-08-181-2/+0
* Lazily construct the QScriptActivationObjectOlivier Goffart2009-08-131-0/+9
* Make simple function getters inlineOlivier Goffart2009-08-121-2/+2
* Refactor the way the JS stack are created for native functionOlivier Goffart2009-08-121-18/+4
* get rid of dynamic castsKent Hansen2009-08-101-0/+3
* cleanup (hide the use of reinterpret_cast)Kent Hansen2009-08-101-2/+3
* add configure options for (not) building the QtScript moduleKent Hansen2009-08-071-4/+0
* port commit 47c9e7b1b3551ff6dbe71590461a45ae398a9501 from qt/masterKent Hansen2009-08-061-3/+5
* remove unused codeOlivier Goffart2009-08-041-1/+0
* Implement QScriptEngine::abortEvaluation()Tor Arne Vestbø2009-08-031-0/+1
* Remove QScriptContextPrivate, QScriptContext is now a JSC::CallFrameOlivier Goffart2009-07-311-1/+2
* Move the declaration on some function into qscriptengine_p.hOlivier Goffart2009-07-311-11/+18
* Small Refactoring of QScriptOlivier Goffart2009-07-311-0/+18
* Fix license headersOlivier Goffart2009-07-291-4/+34