aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4typedarray.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-5/+5
* Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* Don't throw errors from the internal put methods anymoreLars Knoll2017-08-101-6/+1
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-26/+32
* Change function signatures for call/construct backLars Knoll2017-08-041-51/+29
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-1/+3
|\
| * Move the prototype into the internal classLars Knoll2017-05-191-0/+1
| * Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-191-1/+2
| * Move the list of default internal classes into EngineBaseLars Knoll2017-05-191-1/+1
* | Make all write operations to Pointer<> types go through a set() methodLars Knoll2017-03-091-8/+8
* | New mark table implementationLars Knoll2017-03-091-6/+0
* | Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-3/+4
|/
* Convert builtins in TypedArray, ArrayBuffer and DataViewLars Knoll2017-01-251-54/+47
* 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-29/+52
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Move more objects over to the new allocation schemeLars Knoll2015-09-221-10/+14
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-7/+7
|\
| * QtQml: Fix const correctness in old style castsThiago Macieira2015-07-091-6/+6
| * Fix ICC warning about change of signThiago Macieira2015-07-071-1/+1
* | Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-2/+2
* | Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-6/+6
* | Move constructor objects onto the js stackLars Knoll2015-04-241-1/+1
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-0/+1