aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4errorobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the prototype into the internal classLars Knoll2017-05-191-2/+1
* Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-191-2/+0
* Move the list of default internal classes into EngineBaseLars Knoll2017-05-191-1/+1
* Convert more builtin functionsLars Knoll2017-01-251-14/+11
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-35/+38
* QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-11/+13
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-23/+16
* Scrape off some more allocations by using the QStringBuilderFrank Meerkoetter2016-05-091-7/+3
* Updated license headersJani Heikkinen2016-01-191-14/+20
* 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