aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4objectproto.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-21/+21
* CleanupsLars Knoll2015-01-231-1/+1
* Remove all remaining usages of ValueRefLars Knoll2015-01-231-3/+3
* Get rid of most uses of ValueRefLars Knoll2015-01-231-4/+4
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-4/+6
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-1/+0
* Move extensible into the internal classLars Knoll2015-01-121-5/+1
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-25/+25
* Use QV4::ScopedArrayObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-3/+3
* Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-6/+6
* Make Property uses GC safeLars Knoll2014-12-201-22/+23
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-22/+22
* Fix wrong use of Scoped.getPointer()Lars Knoll2014-12-201-1/+1
* Fix the way we set the property name during iterationLars Knoll2014-12-201-3/+1
* Return Heap::ExecutionContext for globalContext()Lars Knoll2014-12-191-2/+3
* Return a Heap::Object in Object::prototype()Lars Knoll2014-12-171-1/+1
* Add default parameter value for ScopedCallData()Oleg Shparber2014-12-121-1/+1
* Better encapsulate access to the global objectLars Knoll2014-12-111-2/+2
* Encapsulate accesses to the root contextLars Knoll2014-12-111-2/+2
* Fix Object::arrayData() accessor to return a heap objectLars Knoll2014-12-111-10/+10
* Use the engine instead of the context where it makes senseLars Knoll2014-11-151-24/+23
* Change signature of defineOwnProperty to take an engine instead of a contextLars Knoll2014-11-151-11/+11
* Cleanup: remove Value::toString/Object overloads taking a contextLars Knoll2014-11-151-3/+3
* Replaced more usages of Returned<T> with Heap::T*Simon Hausmann2014-11-141-2/+2
* Convert methods in RuntimeHelpers to take an engine pointerLars Knoll2014-11-121-3/+3
* Move more Data members over to the Heap namespaceLars Knoll2014-11-081-2/+2
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-1/+1
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-28/+28
* Cleanup header file dependenciesLars Knoll2014-11-041-20/+3
* Don't check the this pointer for 0 in member functionsLars Knoll2014-10-271-5/+5
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-221-2/+2
* Convert FunctionObject derived classes to new construction schemeLars Knoll2014-07-221-2/+2
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+1
* Get rid of StringRefLars Knoll2014-07-221-19/+20
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-44/+44
* Move ArrayData over to new data layoutLars Knoll2014-07-221-10/+10
* Move object data into internal structureLars Knoll2014-07-221-20/+20
* Move Managed data into it's own subclassLars Knoll2014-07-221-11/+11
* Get rid of different macros for vtable specializationsLars Knoll2014-07-221-1/+1
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-1/+1
* Cleanup our runtime methodsLars Knoll2014-03-111-3/+3
* Fix copying of Property'sLars Knoll2014-03-101-2/+2
* Allocate the ArrayData object and it's data togetherSimon Hausmann2014-01-241-2/+2
* Split ManagedVTable into two classesLars Knoll2014-01-211-2/+2
* Add a SimpleArrayData classLars Knoll2014-01-201-4/+4
* Save memory on array dataLars Knoll2014-01-201-10/+6
* Changes to the structure of PropertyLars Knoll2014-01-201-10/+14