aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4errorobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes to Error objectsLars Knoll2015-09-221-59/+45
* Simplify new construction schemeLars Knoll2015-09-221-6/+6
* move error objects over to new construction schemeLars Knoll2015-09-221-63/+63
* Convert variant object and ObjectProtoLars Knoll2015-09-221-1/+0
* qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins2015-08-131-2/+2
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-4/+4
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-11/+11
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-0/+1
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-0/+1
|\
| * Address uninitialized pointer variablesHolger Hans Peter Freyther2015-04-201-0/+1
* | More cleanupsLars Knoll2015-04-211-28/+28
* | Move memory management related functionality into it's own folderLars Knoll2015-03-021-1/+3
|/
* 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