aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* Fix some function signaturesLars Knoll2015-06-151-2/+2
* Get rid of qv4qmlextensionsLars Knoll2015-06-151-5/+3
* Get rid of TypedValueLars Knoll2015-06-101-1/+0
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-36/+77
* Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-041-0/+5
|\
| * QML: fix mixed debug/release build on OSX.Erik Verbruggen2015-05-121-2/+0
| * Add protection against "wrong" marking in debug buildsSimon Hausmann2015-05-081-0/+7
* | Move evalfunction and thrower onto the js stackLars Knoll2015-04-241-2/+5
* | Move constructor objects onto the js stackLars Knoll2015-04-241-23/+43
* | Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-17/+33
* | Continue the work to move Values inside the v4 engine to the js stackLars Knoll2015-04-241-1/+7
* | Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-3/+8
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-2/+1
* | Fix definition order of nested inline methodsLars Knoll2015-04-241-0/+9
* | More cleanups in qv4value_p.hLars Knoll2015-04-241-12/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-0/+1
|\|
| * Speed up script binding initializationSimon Hausmann2015-04-161-0/+1
* | Reduce dependenciesLars Knoll2015-03-201-0/+1
* | Reduce dependenciesLars Knoll2015-03-201-0/+1
|/
* QML Engine: ArrayBuffer XHR response type supportValery Kotov2015-03-091-0/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Better align data members in ExecutionContextLars Knoll2015-01-231-3/+3
* Store a double in NumberObjectLars Knoll2015-01-231-1/+1