aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup exception catching codeLars Knoll2014-11-151-2/+2
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-2/+3
* Ported most ExecutionEnginew::new* factory methods away from Returned<T>Simon Hausmann2014-11-121-24/+24
* Change signature or runtime methods to take an engine pointerLars Knoll2014-11-121-1/+1
* Move data of more Qml related objects into Heap namespace.Lars Knoll2014-11-101-3/+0
* Refactor ExecutionContextsLars Knoll2014-11-081-0/+1
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-3/+3
* Get rid of Members and directly store MemberData::Data pointersLars Knoll2014-11-071-1/+0
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-4/+16
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-2/+14
* Cleanup header file dependenciesLars Knoll2014-11-041-3/+2
* Basic support for typed arraysLars Knoll2014-10-291-0/+3
* Implement DataViewLars Knoll2014-10-291-0/+4
* Implement ArrayBufferLars Knoll2014-10-291-0/+4
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Change the object allocation schemeSimon Hausmann2014-07-221-1/+0
* Convert FunctionObject derived classes to new construction schemeLars Knoll2014-07-221-3/+0
* Convert regexpsLars Knoll2014-07-221-1/+1
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+1
* Remove the less often used Ref classesLars Knoll2014-07-221-2/+2
* Get rid of StringRefLars Knoll2014-07-221-1/+1
* Rename Managed::managedData() to d() to be consistentLars Knoll2014-07-221-1/+1
* Move VariantObject over to new storage layoutLars Knoll2014-07-221-1/+1
* Move Managed data into it's own subclassLars Knoll2014-07-221-3/+3