aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4dataview_p.h
Commit message (Expand)AuthorAgeFilesLines
* Implement support for SharedArrayBufferLars Knoll2018-08-251-1/+1
* Implement support for new.targetLars Knoll2018-07-031-1/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-2/+2
* Bring back markObjects(), this time generatedLars Knoll2017-11-141-1/+1
* Convert TypedArray and friends to new calling conventionLars Knoll2017-11-131-9/+9
* Change signature for call/callAsConstructorLars Knoll2017-11-071-2/+2
* Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-1/+1
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-9/+9
* Change function signatures for call/construct backLars Knoll2017-08-041-2/+2
* Refactor how we define Heap objectsLars Knoll2017-03-091-3/+3
* New mark table implementationLars Knoll2017-03-091-6/+7
* Convert builtins in TypedArray, ArrayBuffer and DataViewLars Knoll2017-01-251-9/+9
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-2/+2
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-2/+2
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-1/+2
* Use Heap::Pointer in more placesLars Knoll2015-04-241-1/+1
* More cleanupsLars Knoll2015-04-211-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Use Heap objects inside argumentsobject, arraybuffer and errorobjectLars Knoll2014-11-121-3/+1
* Move Data for typedarrays into Heap namespaceLars Knoll2014-11-101-12/+17
* 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
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+1
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-1/+1
* Implement DataViewLars Knoll2014-10-291-0/+96