| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "Update commercial license headers"v5.15.3-lts-lgpl | Tarja Sundqvist | 2021-03-24 | 1 | -20/+20 |
| * | Update commercial license headers | Tarja Sundqvist | 2021-02-02 | 1 | -20/+20 |
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -3/+3 |
| * | Fix subclassing of ArrayBuffer and TypedArrays | Lars Knoll | 2018-09-04 | 1 | -1/+7 |
| * | Implement support for SharedArrayBuffer | Lars Knoll | 2018-08-25 | 1 | -29/+91 |
| * | Fix bugs in ArrayBuffer.prototype.slice | Lars Knoll | 2018-08-23 | 1 | -5/+8 |
| * | Implement the $262.detachArrayBuffer() method for testing | Lars Knoll | 2018-08-20 | 1 | -2/+2 |
| * | Implement support for new.target | Lars Knoll | 2018-07-03 | 1 | -2/+2 |
| * | Prefix vtable methods with virtual | Lars Knoll | 2018-07-03 | 1 | -3/+3 |
| * | Use Symbol.toStringTag in Object.prototype.toString | Lars Knoll | 2018-06-04 | 1 | -0/+3 |
| * | Fix the length property of various functions | Lars Knoll | 2018-05-24 | 1 | -1/+1 |
| * | Implement Symbol.species getter functions | Lars Knoll | 2018-05-15 | 1 | -0/+2 |
| * | Fix asan warnings | Lars Knoll | 2018-05-02 | 1 | -1/+2 |
| * | Add a null pointer check | Lars Knoll | 2018-04-16 | 1 | -2/+1 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -2/+2 |
| * | Convert TypedArray and friends to new calling convention | Lars Knoll | 2017-11-13 | 1 | -16/+15 |
| * | Change signature for call/callAsConstructor | Lars Knoll | 2017-11-07 | 1 | -5/+5 |
| * | Rename the construct 'virtual' method to callAsConstructor | Lars Knoll | 2017-11-07 | 1 | -2/+2 |
| * | Simplify JSCallData construction | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Get rid of JSCallData::callAsConstructor() | Lars Knoll | 2017-11-07 | 1 | -3/+3 |
| * | Rename JSCall to JSCallData | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Change CallData::argc to be a QV4::Value | Erik Verbruggen | 2017-09-19 | 1 | -3/+3 |
| * | Always set the correct FunctionObject when calling JS functions | Lars Knoll | 2017-09-02 | 1 | -3/+3 |
| * | Move ScopedCallData and ScopedStackFrame into a separate file | Lars Knoll | 2017-09-01 | 1 | -0/+1 |
| * | Remove Scope::result and convert calling convention for builtins | Lars Knoll | 2017-08-08 | 1 | -26/+28 |
| * | Change function signatures for call/construct back | Lars Knoll | 2017-08-04 | 1 | -19/+14 |
| * | Convert builtins in TypedArray, ArrayBuffer and DataView | Lars Knoll | 2017-01-25 | 1 | -36/+33 |
| * | QML: Also check for correct destroy() chaining | Erik Verbruggen | 2016-10-06 | 1 | -0/+1 |
| * | QML: Make Heap::Object and all subclasses trivial | Erik Verbruggen | 2016-10-06 | 1 | -5/+7 |
| * | QML: Introduce destroy() on Base subclasses | Erik Verbruggen | 2016-10-05 | 1 | -1/+1 |
| * | Fix conversion of QByteArray back to String in JavaScript | Simon Hausmann | 2016-08-30 | 1 | -0/+10 |
| * | V4: Pass scope around as parameters inside the runtime. | Erik Verbruggen | 2016-06-22 | 1 | -12/+18 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Move more objects over to the new allocation scheme | Lars Knoll | 2015-09-22 | 1 | -7/+5 |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6 | Ulf Hermann | 2015-08-18 | 1 | -1/+1 |
| |\ |
|
| | * | Fix trivial bug where ArrayBuffer.isView never returned false | Nobuaki Sukegawa | 2015-07-15 | 1 | -1/+1 |
| * | | Move the StringValue members of ExecutionEngine onto the JS stack | Lars Knoll | 2015-06-10 | 1 | -4/+4 |
| * | | Move constructor objects onto the js stack | Lars Knoll | 2015-04-24 | 1 | -2/+2 |
| * | | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h | Lars Knoll | 2015-04-24 | 1 | -0/+1 |
| * | | Merge remote-tracking branch 'origin/5.5' into dev | Liang Qi | 2015-04-22 | 1 | -0/+26 |
| |\| |
|
| | * | QML Engine: Share data for ArrayBuffer created from QByteArray. | Valery Kotov | 2015-04-15 | 1 | -0/+26 |
| * | | More cleanups | Lars Knoll | 2015-04-21 | 1 | -4/+4 |
| |/ |
|
| * | Fix MSVC 64 bit warnings about loss of data when converting from 'size_t' to ... | Friedemann Kleint | 2015-02-23 | 1 | -1/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Exposed TypedArray private APIs for Canvas3D use. | Pasi Keranen | 2015-02-11 | 1 | -1/+1 |
| * | Cleanups | Lars Knoll | 2015-01-23 | 1 | -5/+5 |
| * | Get rid of all uses of Managed::engine() | Lars Knoll | 2015-01-21 | 1 | -1/+1 |
| * | Remove all the setVTable() calls that aren't required anymore | Lars Knoll | 2015-01-21 | 1 | -1/+0 |
| * | Remove the remaining bit of code that use the vtable in the internalClass | Lars Knoll | 2015-01-21 | 1 | -1/+1 |
| * | Use QV4::ScopedFunctionObject typedef instead of actual type | Oleg Shparber | 2015-01-02 | 1 | -1/+1 |