aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4typedarray.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup math function includes and usageAllan Sandfeld Jensen2015-02-191-1/+3
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Exposed TypedArray private APIs for Canvas3D use.Pasi Keranen2015-02-111-1/+2
* CleanupsLars Knoll2015-01-231-11/+11
* Get rid of most uses of ValueRefLars Knoll2015-01-231-21/+21
* QML: Fix MSVC 2013/64bit warnings.Friedemann Kleint2015-01-221-1/+1
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-4/+5
* 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
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-1/+1
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-1/+1
* Cleanup: remove Value::toString/Object overloads taking a contextLars Knoll2014-11-151-1/+1
* Use Heap objects inside argumentsobject, arraybuffer and errorobjectLars Knoll2014-11-121-6/+6
* Move Data for typedarrays into Heap namespaceLars Knoll2014-11-101-5/+5
* 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
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-2/+3
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-21/+21
* Basic support for typed arraysLars Knoll2014-10-291-0/+571