aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4errorobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of remaining assumptions about setter being next to gettersLars Knoll2018-09-271-0/+1
* Setup the prototype correctly when subclassing error objectsLars Knoll2018-08-061-3/+4
* Fix a couple of test failures related to error objectsLars Knoll2018-08-021-14/+20
* Implement support for new.targetLars Knoll2018-07-031-7/+7
* Prefix vtable methods with virtualLars Knoll2018-07-031-8/+8
* garbage collect InternalClassLars Knoll2018-04-121-9/+7
* Better encapsulation for EngineBase::internalClassLars Knoll2018-04-121-3/+6
* Remove dependency from qv4heap_p.h onto qv4internalclass_p.hLars Knoll2018-04-121-1/+1
* Cleanup MM::allocObject()Lars Knoll2018-04-121-3/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Bring back markObjects(), this time generatedLars Knoll2017-11-141-1/+1
* Convert methods of Error to new calling conventionLars Knoll2017-11-131-2/+2
* Change signature for call/callAsConstructorLars Knoll2017-11-071-8/+8
* Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-7/+7
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-2/+2
* Change function signatures for call/construct backLars Knoll2017-08-041-8/+8
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-5/+13
|\
| * Move the prototype into the internal classLars Knoll2017-05-191-9/+9
| * Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-191-1/+3
| * Move the list of default internal classes into EngineBaseLars Knoll2017-05-191-4/+10
* | Refactor how we define Heap objectsLars Knoll2017-03-091-1/+1
* | New mark table implementationLars Knoll2017-03-091-6/+8
|/
* Convert more builtin functionsLars Knoll2017-01-251-2/+2
* Clean up duplicated checks whether a Value is a ManagedLars Knoll2016-11-291-1/+1
* QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-1/+4
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-19/+19
* QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-1/+2
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-8/+8
* Updated license headersJani Heikkinen2016-01-191-14/+20
* 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