aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4arraybuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-3/+3
* Fix subclassing of ArrayBuffer and TypedArraysLars Knoll2018-09-041-1/+7
* Implement support for SharedArrayBufferLars Knoll2018-08-251-29/+91
* Fix bugs in ArrayBuffer.prototype.sliceLars Knoll2018-08-231-5/+8
* Implement the $262.detachArrayBuffer() method for testingLars Knoll2018-08-201-2/+2
* Implement support for new.targetLars Knoll2018-07-031-2/+2
* Prefix vtable methods with virtualLars Knoll2018-07-031-3/+3
* Use Symbol.toStringTag in Object.prototype.toStringLars Knoll2018-06-041-0/+3
* 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-1/+2
* Add a null pointer checkLars Knoll2018-04-161-2/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* Convert TypedArray and friends to new calling conventionLars Knoll2017-11-131-16/+15
* Change signature for call/callAsConstructorLars Knoll2017-11-071-5/+5
* 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-3/+3
* Rename JSCall to JSCallDataLars Knoll2017-11-071-1/+1
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-3/+3
* Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-3/+3
* Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-26/+28
* Change function signatures for call/construct backLars Knoll2017-08-041-19/+14
* Convert builtins in TypedArray, ArrayBuffer and DataViewLars Knoll2017-01-251-36/+33
* QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+1
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-5/+7
* QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-1/+1
* Fix conversion of QByteArray back to String in JavaScriptSimon Hausmann2016-08-301-0/+10
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-12/+18
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Move more objects over to the new allocation schemeLars Knoll2015-09-221-7/+5
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-1/+1
|\
| * Fix trivial bug where ArrayBuffer.isView never returned falseNobuaki Sukegawa2015-07-151-1/+1
* | Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-4/+4
* | Move constructor objects onto the js stackLars Knoll2015-04-241-2/+2
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-0/+1
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-0/+26
|\|
| * QML Engine: Share data for ArrayBuffer created from QByteArray.Valery Kotov2015-04-151-0/+26
* | More cleanupsLars Knoll2015-04-211-4/+4
|/
* Fix MSVC 64 bit warnings about loss of data when converting from 'size_t' to ...Friedemann Kleint2015-02-231-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Exposed TypedArray private APIs for Canvas3D use.Pasi Keranen2015-02-111-1/+1
* CleanupsLars Knoll2015-01-231-5/+5
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-1/+1
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-1/+0
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-1/+1
* Use QV4::ScopedFunctionObject typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-1/+1
* Cleanup destruction of heap objectsLars Knoll2014-11-211-8/+6