aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4object.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-2/+2
* Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Make Managed inherit ValueLars Knoll2014-12-201-1/+1
* Make Property uses GC safeLars Knoll2014-12-201-26/+26
* Return a Heap object from the getter()/setter() methods of PropertyLars Knoll2014-12-201-8/+11
* Fix crash when setting proto to 0Lars Knoll2014-12-201-2/+2
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-9/+9
* Fix the way we set the property name during iterationLars Knoll2014-12-201-4/+3
* Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-4/+7
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-11/+11
* Return a Heap::Object in Object::prototype()Lars Knoll2014-12-171-17/+23
* Add default parameter value for ScopedCallData()Oleg Shparber2014-12-121-1/+1
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-7/+10
* Encapsulate accesses to the root contextLars Knoll2014-12-111-4/+4
* Remove arrayData() calls from qv4object.cppLars Knoll2014-12-101-21/+24
* Remove two reinterpret_casts in ObjectLars Knoll2014-11-221-5/+5
* Make QV4::RegExpObject header independent from masm headersOleg Shparber2014-11-211-2/+2
* Changed InternalClass to store Identifier* instead of String*Simon Hausmann2014-11-211-2/+4
* Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-5/+7
* Change signature of defineOwnProperty to take an engine instead of a contextLars Knoll2014-11-151-29/+29
* Move Data for Number/Boolean/ArrayObject into the HeapLars Knoll2014-11-081-11/+11
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-3/+3
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-5/+5
* Get rid of Members and directly store MemberData::Data pointersLars Knoll2014-11-071-10/+11
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-5/+5
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-13/+13
* Cleanup header file dependenciesLars Knoll2014-11-041-14/+1
* Don't check the this pointer for 0 in member functionsLars Knoll2014-10-271-9/+10
* Reduce size of ArrayData by one pointerLars Knoll2014-10-271-3/+2
* Rework our simple array implementationLars Knoll2014-10-271-11/+14
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert the last Managed types to the new constructor syntaxLars Knoll2014-07-221-17/+0
* Convert String to new constructor syntaxLars Knoll2014-07-221-2/+2
* Convert most simple objects to the new constructor schemeLars Knoll2014-07-221-14/+7
* Convert FunctionObject derived classes to new construction schemeLars Knoll2014-07-221-4/+4
* Convert regexpsLars Knoll2014-07-221-1/+0
* Start implement new Object creation patternLars Knoll2014-07-221-0/+10
* Get rid of StringRefLars Knoll2014-07-221-38/+38
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-13/+13
* Convert StringObject to new storage layoutLars Knoll2014-07-221-2/+2
* Move ArrayData over to new data layoutLars Knoll2014-07-221-12/+12
* Move object data into internal structureLars Knoll2014-07-221-50/+50
* Move string data into subclassLars Knoll2014-07-221-1/+1
* Move Managed data into it's own subclassLars Knoll2014-07-221-56/+56
* Get rid of different macros for vtable specializationsLars Knoll2014-07-221-2/+2
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-12/+2
* Garbage collect member dataLars Knoll2014-04-041-19/+8
* Add some specialized lookups for two internal classesLars Knoll2014-03-181-1/+8
* Fix copying of Property'sLars Knoll2014-03-101-5/+9
* Use an array of Value's for Object::memberDataLars Knoll2014-03-071-35/+28