aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4objectproto.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify Object::getValueLars Knoll2015-09-151-1/+1
* Further cleanupsLars Knoll2015-09-151-1/+1
* Fix regression in ObjectProto.getOwnPropertyDescriptorLars Knoll2015-09-081-4/+4
* qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins2015-08-131-1/+1
* Fix Object::getOwnProperty APILars Knoll2015-06-171-3/+4
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-21/+21
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-2/+2
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-0/+1
* Get rid of asFunctionObject()Lars Knoll2015-04-211-2/+2
* More cleanupsLars Knoll2015-04-211-6/+6
* Move memory management related functionality into it's own folderLars Knoll2015-03-021-1/+1
* Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-2/+0
* 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