| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | Harden namespacing | Tim Blechmann | 2025-08-08 | 1 | -2/+6 |
| * | Reduce access to uninitialized scoped allocations | Luca Di Sera | 2025-07-08 | 1 | -13/+13 |
| * | V4: Move FunctionObject flags into VTable | Ulf Hermann | 2024-05-14 | 1 | -7/+15 |
| * | V4: Slim down FunctionObject | Ulf Hermann | 2024-05-14 | 1 | -9/+10 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Use QV4::Scope::hasException() where applicable | Ulf Hermann | 2021-06-30 | 1 | -12/+12 |
| * | Clean up JSCallData setup | Ulf Hermann | 2021-03-17 | 1 | -34/+45 |
| * | Don't store the scope in JSCallData | Ulf Hermann | 2021-03-17 | 1 | -11/+11 |
| * | QML: Fix proxy iteration | Fabian Kosmale | 2020-12-17 | 1 | -2/+6 |
| * | Fix crash when calling hasOwnProperty() on proxy object | Richard Weickelt | 2020-11-24 | 1 | -4/+6 |
| * | V4: Check for exceptions before we use the result of a JS call | Ulf Hermann | 2020-01-23 | 1 | -5/+19 |
| * | V4: Don't crash when iterating invalid Proxy objects | Ulf Hermann | 2020-01-08 | 1 | -1/+1 |
| * | Make Object::getOwnProperty() const | Lars Knoll | 2018-09-23 | 1 | -1/+1 |
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -10/+10 |
| * | Proxy.revokable creates an object with an anonymous revoke function | Lars Knoll | 2018-09-09 | 1 | -1/+2 |
| * | Fix ownKey iteration over Proxy objects | Lars Knoll | 2018-09-09 | 1 | -3/+4 |
| * | Fix some bugs in Proxy::virtualGetOwnProperty | Lars Knoll | 2018-09-08 | 1 | -2/+2 |
| * | Implement IsCompatiblePropertyDescriptor and use it in Proxy | Lars Knoll | 2018-09-08 | 1 | -5/+8 |
| * | Implement support for call/callAsConstructor in Proxy objects | Lars Knoll | 2018-08-23 | 1 | -10/+80 |
| * | Implement support for ownKeys in Proxy objects | Lars Knoll | 2018-08-04 | 1 | -0/+154 |
| * | Implement support for new.target | Lars Knoll | 2018-07-03 | 1 | -3/+3 |
| * | Prefix vtable methods with virtual | Lars Knoll | 2018-07-03 | 1 | -15/+15 |
| * | Replace Identifier by PropertyKey | Lars Knoll | 2018-07-02 | 1 | -6/+6 |
| * | Cleanups in the Identifier API | Lars Knoll | 2018-07-02 | 1 | -3/+3 |
| * | Unify the get and getIndexed vtable functions of QV4::Object | Lars Knoll | 2018-07-02 | 1 | -12/+5 |
| * | Unify put and putIndexed | Lars Knoll | 2018-07-02 | 1 | -12/+5 |
| * | Implement defineProperty for proxy objects | Lars Knoll | 2018-06-26 | 1 | -0/+54 |
| * | Unify deleteProperty and deleteIndexedProperty vtable methods | Lars Knoll | 2018-06-26 | 1 | -11/+4 |
| * | Fix a smaller spec incompatibility in Proxy | Lars Knoll | 2018-06-25 | 1 | -7/+7 |
| * | Add Proxy support for prototype handling | Lars Knoll | 2018-06-25 | 1 | -0/+83 |
| * | Support preventExtensions in Proxy handlers | Lars Knoll | 2018-06-25 | 1 | -0/+31 |
| * | Add support for isExtensible in proxy handlers | Lars Knoll | 2018-06-25 | 1 | -0/+31 |
| * | Fix length properties of global constructors | Lars Knoll | 2018-06-25 | 1 | -0/+1 |
| * | Implement support for getOwnPropertyDescript and has in Proxy objects | Lars Knoll | 2018-06-25 | 1 | -0/+107 |
| * | Implement a virtual interface for getOwnProperty | Lars Knoll | 2018-06-25 | 1 | -6/+3 |
| * | Partial Proxy support | Lars Knoll | 2018-06-25 | 1 | -0/+270 |