aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine_p.h
Commit message (Expand)AuthorAgeFilesLines
* Move the prototype into the internal classLars Knoll2017-05-191-0/+2
* Move the list of default internal classes into EngineBaseLars Knoll2017-05-191-19/+0
* Move the EngineBase class into it's own header fileLars Knoll2017-05-191-0/+1
* Move a few more members from ExecutionEngine to EngineBaseLars Knoll2017-05-191-11/+0
* Complete transition to standard layout classes for JIT accessSimon Hausmann2017-03-211-6/+0
* Prepare run-time method calling mechanism for cross-compilationSimon Hausmann2017-03-171-2/+4
* Fix running of 32-bit JIT code generated on 64-bit hostsSimon Hausmann2017-03-171-5/+1
* Add a javascript push method binding to QQmlListPropertyIonut Alexandrescu2017-02-211-0/+2
* Get rid of SimpleScriptFunctionLars Knoll2016-12-111-1/+1
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-21/+0
* Clean up duplicated checks whether a Value is a ManagedLars Knoll2016-11-291-3/+0
* V4: Help the C++ compiler to do more DSE by inlining more codeErik Verbruggen2016-11-291-1/+2
* Cleanup of builtin JS helpers for qmljsSimon Hausmann2016-11-261-1/+1
* V4: Replace memset by a for loopErik Verbruggen2016-11-091-1/+2
* V4: Handle QTime->DateObject conversion betterErik Verbruggen2016-08-101-0/+1
* Remove some unused members on -no-qml-debugUlf Hermann2016-07-281-0/+10
* V4: Make ExecutionEngine's debugger and profiler privateUlf Hermann2016-07-281-3/+6
* Qml: Create profiler adapters in the pluginsUlf Hermann2016-07-281-1/+1
* QML: Allow for inlining InternalClass::findErik Verbruggen2016-07-151-1/+3
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-4/+7
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-241-10/+38
|\
| * V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-0/+9
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-10/+25
| |\
| | * V4: Limit call depth by count, not by checking the native stack.Erik Verbruggen2016-05-111-9/+24
* | | Start converting Runtime calls to 'vtable' callsLars Knoll2016-04-111-0/+2
* | | Move the Runtime API into it's own fileLars Knoll2016-04-111-0/+8
|/ /
* | V4: Allow some more functions to be inlined.Erik Verbruggen2016-03-311-0/+29
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-141-1/+1
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Reduce memory consumption of signal handlersLars Knoll2015-09-251-0/+2
* Cosmetic improvements to marking of objects during GCLars Knoll2015-09-251-4/+5
* Speed up creation of Array literalsLars Knoll2015-09-251-0/+1
* Fixes to Error objectsLars Knoll2015-09-221-1/+3
* move error objects over to new construction schemeLars Knoll2015-09-221-0/+4
* Use the new construction scheme for RegExpObjectsLars Knoll2015-09-221-0/+1
* Move more objects over to the new allocation schemeLars Knoll2015-09-221-0/+2
* Fix typoLars Knoll2015-09-151-2/+2
* Rename currentExecutionContext to currentContextLars Knoll2015-09-151-9/+9
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-7/+5
* Store the stack of executioncontext's on the JS stackLars Knoll2015-09-151-20/+16
* Explicitly push/pop ExecutionContextsLars Knoll2015-09-151-1/+0
* Cleanup the ExecutionContextSaverLars Knoll2015-09-151-4/+11
* Get rid of the qmlContextObject methodLars Knoll2015-09-151-1/+0
* Move the qmlSingletonWrapper method out of the contextwrapperLars Knoll2015-08-201-0/+1
* Add ability to retrieve and use the QmlContext from our generated codeLars Knoll2015-08-101-0/+1
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-1/+1
* Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-1/+5
* Store a Heap::String pointer in StringObjectLars Knoll2015-06-171-1/+1
* Store rootcontext in a GC safe wayLars Knoll2015-06-171-2/+2