| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | Reduce access to uninitialized scoped allocations | Luca Di Sera | 2025-07-08 | 1 | -1/+1 |
| * | V4: Slim down FunctionObject | Ulf Hermann | 2024-05-14 | 1 | -2/+2 |
| * | QtQml: Remove unused includes in qml, final part | Semih Yavuz | 2022-09-14 | 1 | -3/+0 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -39/+3 |
| * | Use QV4::Scope::hasException() where applicable | Ulf Hermann | 2021-06-30 | 1 | -23/+23 |
| * | V4: Check for exceptions before we use the result of a JS call | Ulf Hermann | 2020-01-23 | 1 | -1/+1 |
| * | QV4: Check recursion limit in toString | Fabian Kosmale | 2020-01-07 | 1 | -0/+1 |
| * | Clean up frozen(), sealed(), nonExtensible() and propertiesFrozen() | Ulf Hermann | 2019-05-31 | 1 | -4/+4 |
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -16/+16 |
| * | Include symbols in getOwnPropertyKeys | Lars Knoll | 2018-09-09 | 1 | -9/+15 |
| * | Fix handling of uninitialized exports when iterating module namespace objects | Simon Hausmann | 2018-08-29 | 1 | -1/+2 |
| * | Fix toLocaleString implementations in (Typed)Array.prototype | Lars Knoll | 2018-08-23 | 1 | -1/+1 |
| * | Implement support for Object.values | Lars Knoll | 2018-08-04 | 1 | -0/+29 |
| * | Add support for Object.getOwnPropertyDescriptors | Lars Knoll | 2018-08-04 | 1 | -0/+30 |
| * | Add Object.entries() | Lars Knoll | 2018-08-04 | 1 | -0/+40 |
| * | Simplify ObjectIterator::next | Lars Knoll | 2018-08-04 | 1 | -9/+4 |
| * | Fix some spec incompatibilities in Object.prototype | Lars Knoll | 2018-08-02 | 1 | -8/+8 |
| * | Fix the remaining test failures with non strict arguments objects | Lars Knoll | 2018-07-30 | 1 | -2/+0 |
| * | Add support for super calls | Lars Knoll | 2018-07-03 | 1 | -3/+3 |
| * | Implement support for new.target | Lars Knoll | 2018-07-03 | 1 | -1/+1 |
| * | Prefix vtable methods with virtual | Lars Knoll | 2018-07-03 | 1 | -2/+2 |
| * | Replace Identifier by PropertyKey | Lars Knoll | 2018-07-02 | 1 | -6/+6 |
| * | Introduce a PropertyKey class that inherits from Value | Lars Knoll | 2018-07-02 | 1 | -8/+9 |
| * | Cleanups in the Identifier API | Lars Knoll | 2018-07-02 | 1 | -1/+1 |
| * | Unify the get and getIndexed vtable functions of QV4::Object | Lars Knoll | 2018-07-02 | 1 | -1/+1 |
| * | Cleanup defineOwnProperty | Lars Knoll | 2018-06-26 | 1 | -5/+5 |
| * | Add Proxy support for prototype handling | Lars Knoll | 2018-06-25 | 1 | -33/+15 |
| * | Support preventExtensions in Proxy handlers | Lars Knoll | 2018-06-25 | 1 | -1/+1 |
| * | Add virtual interface for hasProperty | Lars Knoll | 2018-06-25 | 1 | -6/+6 |
| * | Implement a virtual interface for getOwnProperty | Lars Knoll | 2018-06-25 | 1 | -9/+4 |
| * | Check that toObject() didn't fail | Lars Knoll | 2018-06-21 | 1 | -0/+2 |
| * | Implement ToPropertyKey() from the ES7 spec | Lars Knoll | 2018-06-04 | 1 | -4/+4 |
| * | Use Symbol.toStringTag in Object.prototype.toString | Lars Knoll | 2018-06-04 | 1 | -10/+24 |
| * | Implement Object.is and Object.getOwnPropertySymbols | Lars Knoll | 2018-05-24 | 1 | -0/+31 |
| * | Implement Object.setPrototypeOf() | Lars Knoll | 2018-05-23 | 1 | -0/+25 |
| * | Cleanup creation code for builtin functions | Lars Knoll | 2018-05-02 | 1 | -5/+1 |
| * | Add SymbolObject, well known symbols and fix most remaining issues | Lars Knoll | 2018-05-02 | 1 | -5/+5 |
| * | Partial Symbol support | Lars Knoll | 2018-05-02 | 1 | -3/+7 |
| * | Smaller cleanup | Lars Knoll | 2018-05-02 | 1 | -13/+12 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -1/+1 |
| * | Get rid of BuiltinFunction | Lars Knoll | 2018-01-15 | 1 | -2/+2 |
| * | Convert runtime methods of Object to new calling convention | Lars Knoll | 2017-11-13 | 1 | -96/+118 |
| * | Change signature for call/callAsConstructor | Lars Knoll | 2017-11-07 | 1 | -8/+8 |
| * | Rename the construct 'virtual' method to callAsConstructor | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Further cleanup JSCallData | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Simplify JSCallData construction | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Get rid of JSCallData::call() | 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 | -12/+12 |