aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* CleanupsLars Knoll2015-01-231-1/+1
* Get rid of most uses of ValueRefLars Knoll2015-01-231-12/+12
* Move the internalClass pointer into Heap::ObjectLars Knoll2015-01-211-2/+1
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-26/+2
* Fold the markBit into the internalClass pointerLars Knoll2015-01-121-3/+3
* Fold the inUse flag into the internalClass pointerLars Knoll2015-01-121-1/+1
* Cleanup variant conversion codeLars Knoll2015-01-091-16/+5
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-0/+20
* Get rid of more uses of QV8EngineLars Knoll2015-01-081-0/+2
* Add a direct accessor to retrieve the JS engine from the ExecutionEngineLars Knoll2015-01-021-0/+2
* Make Managed inherit ValueLars Knoll2014-12-201-2/+2
* Use a Heap::FunctionObject to store the thrower functionLars Knoll2014-12-201-1/+1
* Store a Heap::EvalFunction pointer in the engineLars Knoll2014-12-201-1/+1
* Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-3/+3
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-14/+12
* Cleanup code that modifies the JS stackLars Knoll2014-12-191-9/+0
* Make ExecutionContextSaver GC safeLars Knoll2014-12-191-16/+0
* Add default parameter value for ExecutionEngine::newString()Oleg Shparber2014-12-121-1/+1
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-4/+24
* Better encapsulate access to the global objectLars Knoll2014-12-111-1/+2
* Encapsulate accesses to the root contextLars Knoll2014-12-111-1/+2
* Cleanup header inclusion orderLars Knoll2014-12-111-0/+50
* Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-1/+1
* Cleanup qv4executionengine headerLars Knoll2014-11-151-46/+0