aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4context.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Properly mark all arguments in the call contextLars Knoll2015-01-261-5/+3
* Remove the realArgumentsCount member in CallContextLars Knoll2015-01-231-2/+0
* CleanupsLars Knoll2015-01-231-3/+3
* CleanupsLars Knoll2015-01-231-6/+6
* Get rid of most uses of ValueRefLars Knoll2015-01-231-6/+6
* Move vtable out of internalClassLars Knoll2015-01-201-2/+2
* Don't require an ExecutionEngine member in String anymoreLars Knoll2015-01-161-2/+2
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2015-01-161-0/+16
|\
* | Define vtable for CatchContextLars Knoll2015-01-121-0/+1
* | Get rid of the needsActivation flag in Heap::BaseLars Knoll2015-01-121-1/+1
* | Use QV4::ScopedContext typedef instead of actual typeOleg Shparber2015-01-021-5/+5
* | Make Property uses GC safeLars Knoll2014-12-201-1/+1
* | Fix Context::getPropertyAndBase to use Heap based objectsLars Knoll2014-12-201-4/+4
* | Remove most of the places where getPointer() is usedLars Knoll2014-12-201-48/+48
* | Return a Heap::Object in Object::prototype()Lars Knoll2014-12-171-2/+3
* | Better encapsulate access to the global objectLars Knoll2014-12-111-3/+3
* | Get rid of a not required reinterpret_castLars Knoll2014-12-111-1/+1
* | Let the memory manager operate on Heap::Base objects, not ManagedLars Knoll2014-11-211-1/+1
* | Changed InternalClass to store Identifier* instead of String*Simon Hausmann2014-11-211-2/+2
* | Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-2/+2
* | Cleanup exception catching codeLars Knoll2014-11-151-5/+0
* | Change signature of defineOwnProperty to take an engine instead of a contextLars Knoll2014-11-151-1/+1
* | Remove the remaining uses of Returned<T>Simon Hausmann2014-11-151-2/+2
* | Changed MemoryManager::alloc<T> to return Heap::T* instead of T*Simon Hausmann2014-11-151-2/+2
* | Replaced more usages of Returned<T> with Heap::T*Simon Hausmann2014-11-141-6/+6
* | Ported most ExecutionEnginew::new* factory methods away from Returned<T>Simon Hausmann2014-11-121-1/+1
* | Store all data members in FunctionObject as heap dataLars Knoll2014-11-121-2/+2
* | Convert ExecutionContext::parent/outer to use a heap objectLars Knoll2014-11-121-32/+36
* | Use Heap object for CallData::function memberLars Knoll2014-11-111-12/+12
* | Use Heap objects as membersLars Knoll2014-11-111-22/+25
* | Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-1/+1
* | Move Data for String into the Heap namespaceLars Knoll2014-11-081-1/+1
* | Move Object::Data into the Heap namespaceLars Knoll2014-11-081-2/+2
* | Refactor ExecutionContextsLars Knoll2014-11-081-35/+35
* | Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+1
* | Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-25/+25
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-94/+4
* | Remove some unneeded reinterpret_cast'sLars Knoll2014-11-041-2/+2
* | Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-7/+8
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Change the object allocation schemeSimon Hausmann2014-07-221-7/+7
* Convert Execution contexts to new constructor syntaxLars Knoll2014-07-221-86/+87
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-7/+7
* Get rid of StringRefLars Knoll2014-07-221-13/+13
* Convert specialized ExecutionContext's to new data layoutLars Knoll2014-07-221-25/+25
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-92/+92
* Move data of FunctionObject into an inner structLars Knoll2014-07-221-20/+20
* Move Managed data into it's own subclassLars Knoll2014-07-221-7/+7
* Get rid of different macros for vtable specializationsLars Knoll2014-07-221-1/+1