aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4arraybuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-6/+6
* Basic support for typed arraysLars Knoll2014-10-291-0/+2
* Implement ArrayBufferLars Knoll2014-10-291-0/+164