aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Store a double in NumberObjectLars Knoll2015-01-231-1/+1
* CleanupsLars Knoll2015-01-231-2/+2
* CleanupsLars Knoll2015-01-231-2/+2
* Get rid of most uses of ValueRefLars Knoll2015-01-231-65/+65
* Rework QJSValue internalsLars Knoll2015-01-211-3/+2
* Add C++11 move operators, and a simpler internal constructorLars Knoll2015-01-211-3/+3
* Move the internalClass pointer into Heap::ObjectLars Knoll2015-01-211-1/+1
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-56/+22
* Move vtable out of internalClassLars Knoll2015-01-201-4/+4
* Refactor persistent valuesLars Knoll2015-01-161-4/+2
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-8/+7
|\
| * QML Debugging: Fix crash when stepping through try-catch block.Erik Verbruggen2014-12-091-8/+6
* | 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-65/+83
* | Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-0/+688
* | Get rid of more uses of QV8EngineLars Knoll2015-01-081-0/+5
* | Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-6/+6
* | Use QV4::ScopedContext typedef instead of actual typeOleg Shparber2015-01-021-2/+2
* | Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-2/+2
* | Add a direct accessor to retrieve the JS engine from the ExecutionEngineLars Knoll2015-01-021-0/+6
* | Make Managed inherit ValueLars Knoll2014-12-201-1/+1
* | Return a Heap object from the getter()/setter() methods of PropertyLars Knoll2014-12-201-2/+2
* | Use a Heap::FunctionObject to store the thrower functionLars Knoll2014-12-201-1/+1
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-201-2/+2
* | Store a Heap::EvalFunction pointer in the engineLars Knoll2014-12-201-1/+1
* | Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-29/+31
* | Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-4/+4
* | Mark JS freed parts of the JS stack as undefined in valgrindLars Knoll2014-12-191-0/+8
* | Return a Heap::Object in Object::prototype()Lars Knoll2014-12-171-1/+1
* | Move prototype back from the vtable into ObjectLars Knoll2014-12-111-79/+98
* | Better encapsulate access to the global objectLars Knoll2014-12-111-45/+44
* | Encapsulate accesses to the root contextLars Knoll2014-12-111-29/+29
* | Let the memory manager operate on Heap::Base objects, not ManagedLars Knoll2014-11-211-1/+2
* | Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-18/+18
* | Cleanup exception catching codeLars Knoll2014-11-151-7/+5
* | Changed MemoryManager::alloc<T> to return Heap::T* instead of T*Simon Hausmann2014-11-151-18/+18
* | Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-3/+5
* | Ported most ExecutionEnginew::new* factory methods away from Returned<T>Simon Hausmann2014-11-121-52/+50
* | CleanupsLars Knoll2014-11-121-2/+1
* | Convert ExecutionContext::parent/outer to use a heap objectLars Knoll2014-11-121-17/+20
* | Use Heap object for CallData::function memberLars Knoll2014-11-111-6/+7
* | Use Heap objects as membersLars Knoll2014-11-111-2/+5
* | Move Data for typedarrays into Heap namespaceLars Knoll2014-11-101-5/+5
* | Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-3/+3
* | Refactor ExecutionContextsLars Knoll2014-11-081-3/+3
* | Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-1/+1
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-3/+89
* | Cleanup header file dependenciesLars Knoll2014-11-041-2/+2
* | Remove most calls to Value::managed()Lars Knoll2014-11-041-1/+1