aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4errorobject.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-5/+0
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-2/+2
* Get rid of most uses of ValueRefLars Knoll2015-01-231-8/+8
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-14/+14
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-8/+0
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-11/+11
* Remove subtype usage in ErrorObjectLars Knoll2015-01-121-3/+3
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-1/+1
* Add default parameter value for ExecutionEngine::newString()Oleg Shparber2014-12-121-1/+1
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-19/+19
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-1/+1
* 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-55/+55
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-2/+2
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-4/+4
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+1
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-4/+4
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-2/+2
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Change the object allocation schemeSimon Hausmann2014-07-221-6/+6
* Convert most simple objects to the new constructor schemeLars Knoll2014-07-221-73/+73
* Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-221-16/+16
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+1
* Get rid of StringRefLars Knoll2014-07-221-1/+1
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-6/+6
* Convert ErrorObject to new storage schemeLars Knoll2014-07-221-24/+20
* Move Managed data into it's own subclassLars Knoll2014-07-221-3/+3
* Get rid of different macros for vtable specializationsLars Knoll2014-07-221-7/+7
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-7/+7
* Use Q_ASSERT instead of assertLars Knoll2014-03-191-1/+0
* Split ManagedVTable into two classesLars Knoll2014-01-211-18/+18
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-5/+0
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-6/+0
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-14/+14
* Simplify & speed up function callingLars Knoll2013-11-091-2/+2
* Refactor marking GC'ed objectsLars Knoll2013-11-051-3/+3
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+1
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-2/+2
* Smaller cleanupsLars Knoll2013-10-111-1/+2
* Change exception handling APISimon Hausmann2013-10-021-2/+2
* Fix API for Object::define*PropertyLars Knoll2013-09-281-20/+21
* Remove Value::fromString()Lars Knoll2013-09-281-9/+15
* Fix Value usage in ErrorObjectsLars Knoll2013-09-281-25/+52
* Remove more direct QV4::Value usageLars Knoll2013-09-281-8/+19
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-10/+10
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-2/+2
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-9/+20
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-3/+4
* Cleanup Object::define*Property APILars Knoll2013-09-221-14/+14