aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4dataview.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Remove unused includes in qml, first partSemih Yavuz2022-09-141-1/+0
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* V4: Fix naming of array data classesUlf Hermann2022-01-201-24/+24
* Fix missing whitespace after `argv[N]:` patternIvan Tkachenko2021-10-071-1/+1
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-151-1/+1
|\
| * V4: Avoid integer overflow in DataViewCtorFabian Kosmale2020-04-211-1/+1
* | Make QtQml work with the latest changes in qtbaseLars Knoll2020-01-141-15/+15
|/
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-9/+9
* Implement support for SharedArrayBufferLars Knoll2018-08-251-1/+1
* Fix DataView constructor to be spec compliantLars Knoll2018-08-231-27/+35
* Fix test failures in DataView.prototype methodsLars Knoll2018-08-231-50/+88
* Fix DataView constructorLars Knoll2018-08-231-1/+1
* Implement the $262.detachArrayBuffer() method for testingLars Knoll2018-08-201-1/+17
* 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/+4
* Fix the length property of various functionsLars Knoll2018-05-241-24/+24
* Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Convert TypedArray and friends to new calling conventionLars Knoll2017-11-131-37/+37
* Change signature for call/callAsConstructorLars Knoll2017-11-071-7/+7
* Rename the construct 'virtual' method to callAsConstructorLars Knoll2017-11-071-2/+2
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-15/+15
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-40/+40
* Change function signatures for call/construct backLars Knoll2017-08-041-12/+9
* Make all write operations to Pointer<> types go through a set() methodLars Knoll2017-03-091-1/+1
* New mark table implementationLars Knoll2017-03-091-7/+0
* Convert builtins in TypedArray, ArrayBuffer and DataViewLars Knoll2017-01-251-71/+62
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-2/+2
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-10/+12
* Replace qQNaN() and friends with qt_qnan().Erik Verbruggen2016-04-051-1/+2
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Replace all occurrences of qSNaN() with qQNaN()Ulf Hermann2015-12-071-1/+1
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-10/+1
* Add DataView unsigned integer getter/setters with correct casingsNobuaki Sukegawa2015-09-211-6/+14
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-3/+3
* 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
* More cleanupsLars Knoll2015-04-211-4/+4
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-28/+28
* 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
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-1/+1
* Use Heap objects inside argumentsobject, arraybuffer and errorobjectLars Knoll2014-11-121-15/+15
* Move Data for typedarrays into Heap namespaceLars Knoll2014-11-101-3/+3
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-1/+1
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-1/+1