aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4typedarray.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow JavaScript primitive type transformations inline in C++Ulf Hermann2020-12-181-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-301-0/+6
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-291-0/+6
| |\
| | * V4: Check for exceptions before we use the result of a JS callUlf Hermann2020-01-231-0/+6
* | | Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-141-12/+12
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-2/+5
|\|
| * V4: Avoid integer overflow on typed array length checkUlf Hermann2020-01-081-2/+5
* | Remove a leftover unused variableVille Voutilainen2019-12-101-1/+0
* | Implement TypedArray.fromVille Voutilainen2019-12-091-0/+155
* | Clean up ArrayPrototype::method_joinUlf Hermann2019-10-211-31/+24
|/
* Port away from QAtomicOps::load / storeGiuseppe D'Angelo2019-06-251-2/+2
* Don't use UINT_MAX as invalid array index in PropertyKeyUlf Hermann2019-04-161-21/+19
* V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-051-1/+1
* Make Object::getOwnProperty() constLars Knoll2018-09-231-1/+1
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-34/+34
* Implement OwnPropertyKeys for TypedArrayLars Knoll2018-09-101-0/+32
* Fix a couple of internals in TypedArraysLars Knoll2018-09-041-14/+47
* Implement defineOwnProperty for TypedArraysLars Knoll2018-09-041-0/+29
* Fix subclassing of ArrayBuffer and TypedArraysLars Knoll2018-09-041-2/+15
* Fix dead temporal zone checking in module namespacesSimon Hausmann2018-08-291-0/+7
* Implement most remaining methods of AtomicsLars Knoll2018-08-261-8/+43
* Partial Atomics supportLars Knoll2018-08-261-9/+81
* Clean up the code handling reads and writes into typed arraysLars Knoll2018-08-251-123/+76
* Implement IsConstructor for Function objectsLars Knoll2018-08-231-11/+1
* Fix some remaining issues with detaching of array buffersLars Knoll2018-08-231-42/+64
* Implement %TypedArray%.prototype.sliceLars Knoll2018-08-231-24/+74
* Implement %TypedArray%.prototype.mapLars Knoll2018-08-231-0/+43
* Implement %TypedArray%.prototype.filterLars Knoll2018-08-231-1/+56
* Fix %TypedArray%.prototype.subarrayLars Knoll2018-08-231-5/+7
* Fix toLocaleString implementations in (Typed)Array.prototypeLars Knoll2018-08-231-7/+30
* Implement a couple of methods of TypedArray.prototypeLars Knoll2018-08-231-0/+555
* Implement TypedArray.prototype.copyWithinLars Knoll2018-08-231-0/+51
* Fix a couple of test failures for detached buffersLars Knoll2018-08-231-12/+21
* Implement %TypedArray%.ofLars Knoll2018-08-231-0/+38
* Fix name property of %TypedArray% objectLars Knoll2018-08-231-1/+3
* Implement the $262.detachArrayBuffer() method for testingLars Knoll2018-08-201-4/+14
* Implement support for new.targetLars Knoll2018-07-031-2/+2
* Prefix vtable methods with virtualLars Knoll2018-07-031-8/+8
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-2/+2
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-3/+7
* Unify put and putIndexedLars Knoll2018-07-021-1/+5
* Add Proxy support for prototype handlingLars Knoll2018-06-251-2/+2
* TypedArray.prototype[Symbol.iterator] and .values are the same functionLars Knoll2018-06-041-2/+7
* Use Symbol.toStringTag in Object.prototype.toStringLars Knoll2018-06-041-0/+10
* Add the start of a Set from ES7Robin Burchell2018-05-301-3/+3
* Fix the inheritance structure for typed arraysLars Knoll2018-05-241-24/+46
* Fix the length property of various functionsLars Knoll2018-05-241-1/+1
* Implement Symbol.species getter functionsLars Knoll2018-05-151-0/+2
* Fix asan warningsLars Knoll2018-05-021-2/+8
* Add Array Iterator objects from ES6 (22.1.5)Robin Burchell2018-05-021-0/+43