aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4arraybuffer_p.h
Commit message (Expand)AuthorAgeFilesLines
* Implement support for SharedArrayBufferLars Knoll2018-08-251-12/+60
* Implement the $262.detachArrayBuffer() method for testingLars Knoll2018-08-201-2/+13
* Implement support for new.targetLars Knoll2018-07-031-1/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-2/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Convert TypedArray and friends to new calling conventionLars Knoll2017-11-131-4/+4
* 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-4/+4
* Change function signatures for call/construct backLars Knoll2017-08-041-2/+2
* Convert builtins in TypedArray, ArrayBuffer and DataViewLars Knoll2017-01-251-4/+4
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-3/+3
* QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-1/+1
* Fix conversion of QByteArray back to String in JavaScriptSimon Hausmann2016-08-301-0/+1
* 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
* Simplify new construction schemeLars Knoll2015-09-221-0/+1
* Move more objects over to the new allocation schemeLars Knoll2015-09-221-2/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-8/+5
|\
| * QML Engine: Share data for ArrayBuffer created from QByteArray.Valery Kotov2015-04-151-8/+5
* | More cleanupsLars Knoll2015-04-211-2/+2
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Exposed TypedArray private APIs for Canvas3D use.Pasi Keranen2015-02-111-3/+3
* Cleanup destruction of heap objectsLars Knoll2014-11-211-1/+2
* Use Heap objects inside argumentsobject, arraybuffer and errorobjectLars Knoll2014-11-121-1/+3
* Move Data for typedarrays into Heap namespaceLars Knoll2014-11-101-10/+15
* 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
* Implement ArrayBufferLars Knoll2014-10-291-0/+93