aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4arraybuffer_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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