aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4typedarray.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | More cleanupsLars Knoll2015-04-211-5/+5
* | Further cleanupsLars Knoll2015-04-161-3/+3
|/
* 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