aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4errorobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Fixes to Error objectsLars Knoll2015-09-221-19/+48
* Simplify new construction schemeLars Knoll2015-09-221-0/+8
* move error objects over to new construction schemeLars Knoll2015-09-221-15/+23
* Encapsulate and protect all accesses to the vtable of Heap objectsLars Knoll2015-08-101-1/+1
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-1/+1
* Use Heap::Pointer in more placesLars Knoll2015-04-241-1/+1
* Remove last asFoo() methods from ManagedLars Knoll2015-04-211-1/+1
* More cleanupsLars Knoll2015-04-211-8/+8
* Further cleanupsLars Knoll2015-04-161-1/+1
* Cleanup some of the casting codeLars Knoll2015-03-201-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-7/+7
* Remove subtype usage in ErrorObjectLars Knoll2015-01-121-1/+3
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-4/+4
* Cleanup destruction of heap objectsLars Knoll2014-11-211-1/+1
* Changed MemoryManager::alloc<T> to return Heap::T* instead of T*Simon Hausmann2014-11-151-0/+10
* Use Heap objects inside argumentsobject, arraybuffer and errorobjectLars Knoll2014-11-121-1/+1
* Move Data of error objects into the Heap namespaceLars Knoll2014-11-081-67/+90
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-1/+1
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+1
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-11-041-1/+1
|\
| * Fix memory leak caused by QV4::ErrorObjectJian Liang2014-11-021-1/+1
* | Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-1/+1
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-5/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-9/+9
* Convert most simple objects to the new constructor schemeLars Knoll2014-07-221-41/+44
* Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-221-9/+23
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-8/+8
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-9/+9
* Convert ErrorObject to new storage schemeLars Knoll2014-07-221-12/+19
* Move Managed data into it's own subclassLars Knoll2014-07-221-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-15/+15
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-0/+4
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-6/+6
* Simplify & speed up function callingLars Knoll2013-11-091-2/+2
* Refactor marking GC'ed objectsLars Knoll2013-11-051-1/+1
* Change exception handling APISimon Hausmann2013-10-021-1/+1
* Fix API for Object::define*PropertyLars Knoll2013-09-281-8/+8
* Fix Value usage in ErrorObjectsLars Knoll2013-09-281-7/+8
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-1/+1
* Further work towards an exact GCLars Knoll2013-09-221-0/+5
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-24/+8
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-2/+2
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-7/+7
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-1/+1
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-8/+8
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-2/+2