aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4typedarray_p.h
Commit message (Expand)AuthorAgeFilesLines
* Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-141-2/+2
* Implement TypedArray.fromVille Voutilainen2019-12-091-0/+1
* Make Object::getOwnProperty() constLars Knoll2018-09-231-1/+1
* Implement OwnPropertyKeys for TypedArrayLars Knoll2018-09-101-0/+1
* Fix a couple of internals in TypedArraysLars Knoll2018-09-041-0/+1
* Implement defineOwnProperty for TypedArraysLars Knoll2018-09-041-0/+2
* Fix dead temporal zone checking in module namespacesSimon Hausmann2018-08-291-0/+1
* Implement most remaining methods of AtomicsLars Knoll2018-08-261-0/+6
* Partial Atomics supportLars Knoll2018-08-261-6/+20
* Clean up the code handling reads and writes into typed arraysLars Knoll2018-08-251-14/+19
* Implement IsConstructor for Function objectsLars Knoll2018-08-231-2/+1
* Fix some remaining issues with detaching of array buffersLars Knoll2018-08-231-1/+1
* Implement %TypedArray%.prototype.sliceLars Knoll2018-08-231-0/+1
* Implement %TypedArray%.prototype.mapLars Knoll2018-08-231-0/+1
* Implement %TypedArray%.prototype.filterLars Knoll2018-08-231-0/+1
* Implement a couple of methods of TypedArray.prototypeLars Knoll2018-08-231-0/+14
* Implement TypedArray.prototype.copyWithinLars Knoll2018-08-231-0/+1
* Implement %TypedArray%.ofLars Knoll2018-08-231-0/+2
* Implement support for new.targetLars Knoll2018-07-031-2/+2
* Prefix vtable methods with virtualLars Knoll2018-07-031-6/+6
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-2/+2
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-1/+2
* Unify put and putIndexedLars Knoll2018-07-021-1/+1
* Use Symbol.toStringTag in Object.prototype.toStringLars Knoll2018-06-041-0/+3
* Fix the inheritance structure for typed arraysLars Knoll2018-05-241-4/+25
* Add Array Iterator objects from ES6 (22.1.5)Robin Burchell2018-05-021-0/+3
* Bring back markObjects(), this time generatedLars Knoll2017-11-141-1/+1
* Convert TypedArray and friends to new calling conventionLars Knoll2017-11-131-6/+6
* 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-6/+6
* Change function signatures for call/construct backLars Knoll2017-08-041-2/+2
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-0/+1
|\
| * Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-191-0/+1
* | Refactor how we define Heap objectsLars Knoll2017-03-091-5/+5
* | New mark table implementationLars Knoll2017-03-091-9/+10
* | Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-1/+1
|/
* Convert builtins in TypedArray, ArrayBuffer and DataViewLars Knoll2017-01-251-6/+6
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-6/+7
* 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-4/+3
* Move more objects over to the new allocation schemeLars Knoll2015-09-221-1/+3
* Use Heap::Pointer in more placesLars Knoll2015-04-241-1/+1
* More cleanupsLars Knoll2015-04-211-2/+2
* Further cleanupsLars Knoll2015-04-161-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Exposed TypedArray private APIs for Canvas3D use.Pasi Keranen2015-02-111-1/+14
* Get rid of most uses of ValueRefLars Knoll2015-01-231-2/+2