aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4context.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-1/+1
* Optimize ExecutionContext::setPropertyLars Knoll2014-03-271-1/+7
* Fix copying of Property'sLars Knoll2014-03-101-1/+1
* Move some methods from ExecutionContext to CallContextLars Knoll2014-03-071-33/+22
* Reduce memory consumption of FunctionObjectLars Knoll2014-03-071-25/+26
* Remove nArguments and name from QV4::FunctionLars Knoll2014-03-031-3/+3
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-1/+1
|\
| * Fix alignment exception in newCallContext on ARMSamuli Piippo2014-02-061-1/+1
* | CleanupsLars Knoll2014-01-311-3/+3
* | Turn ArrayData into a Managed objectLars Knoll2014-01-231-14/+1
* | Split ManagedVTable into two classesLars Knoll2014-01-211-16/+1
* | Reorder members in ManagedVTableLars Knoll2014-01-211-4/+4
* | clean up Object::has(Own)PropertyLars Knoll2014-01-201-5/+5
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-171-6/+0
|\|
| * Fix failing context->next != 0x1 assertionSimon Hausmann2014-01-161-6/+0
* | Rework array handling for JS objectsLars Knoll2014-01-091-0/+1
* | Add Object::hasOwnProperty()Lars Knoll2014-01-091-8/+1
* | Move Managed::type and some flags into the vtableLars Knoll2014-01-031-0/+7
|/
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-33/+22
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-31/+24
* Optimize ExecutionContext::setPropertyLars Knoll2013-12-041-3/+12
* Use an internalClass to represent formals and locals in CallContextsLars Knoll2013-12-041-30/+30
* Speedup JS instanceof operatorLars Knoll2013-12-041-1/+0
* Turn execution contexts into Managed objectsLars Knoll2013-11-221-23/+45
* Limit the amount of memory we allocate on the stackLars Knoll2013-11-181-0/+7
* Simplify & speed up function callingLars Knoll2013-11-091-52/+18
* Don't initialize locals for simple script functionsLars Knoll2013-11-051-3/+0
* Minor optimisationsLars Knoll2013-11-051-1/+0
* Refactor marking GC'ed objectsLars Knoll2013-11-051-9/+9
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-5/+5