aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4typedarray.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* garbage collect InternalClassLars Knoll2018-04-121-3/+3
* Better encapsulation for EngineBase::internalClassLars Knoll2018-04-121-1/+1
* Cleanup MM::allocObject()Lars Knoll2018-04-121-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-5/+5
* Convert TypedArray and friends to new calling conventionLars Knoll2017-11-131-22/+22
* Change signature for call/callAsConstructorLars Knoll2017-11-071-13/+13
* Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-2/+2
* Simplify JSCallData constructionLars Knoll2017-11-071-1/+1
* Get rid of JSCallData::callAsConstructor()Lars Knoll2017-11-071-5/+5
* Rename JSCall to JSCallDataLars Knoll2017-11-071-1/+1
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-7/+7