aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4errorobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-13/+14
* change calling convention for JS function callsLars Knoll2013-09-021-8/+8
* Remove QV4::DiagnosticMessageLars Knoll2013-08-201-10/+4
* Restructure source codeLars Knoll2013-08-081-0/+246