aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4typedarray.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* garbage collect InternalClassLars Knoll2018-04-121-3/+3
* Better encapsulation for EngineBase::internalClassLars Knoll2018-04-121-1/+1
* Cleanup MM::allocObject()Lars Knoll2018-04-121-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-5/+5
* Convert TypedArray and friends to new calling conventionLars Knoll2017-11-131-22/+22
* Change signature for call/callAsConstructorLars Knoll2017-11-071-13/+13
* 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-5/+5
* Rename JSCall to JSCallDataLars Knoll2017-11-071-1/+1
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-7/+7
* Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-5/+5
* Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* Don't throw errors from the internal put methods anymoreLars Knoll2017-08-101-6/+1
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-26/+32
* Change function signatures for call/construct backLars Knoll2017-08-041-51/+29
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-1/+3
|\
| * Move the prototype into the internal classLars Knoll2017-05-191-0/+1
| * Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-191-1/+2
| * Move the list of default internal classes into EngineBaseLars Knoll2017-05-191-1/+1
* | Make all write operations to Pointer<> types go through a set() methodLars Knoll2017-03-091-8/+8
* | New mark table implementationLars Knoll2017-03-091-6/+0
* | Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-3/+4
|/
* Convert builtins in TypedArray, ArrayBuffer and DataViewLars Knoll2017-01-251-54/+47
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-6/+7
* V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-29/+52
* Updated license headersJani Heikkinen2016-01-191-14/+20
* 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