| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | V4: Slim down FunctionObject | Ulf Hermann | 2024-05-14 | 1 | -2/+2 |
| * | QML Debugger: Don't crash when looking up values from imported modules | Ulf Hermann | 2023-10-24 | 1 | -4/+14 |
| * | QtQml: Remove unused includes in qml, first part | Semih Yavuz | 2022-09-14 | 1 | -4/+0 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Eliminate JS call frame from metatypes calls | Ulf Hermann | 2021-06-10 | 1 | -2/+7 |
| * | Optimize stack frame setup for AOT compiled functions | Ulf Hermann | 2021-03-23 | 1 | -5/+5 |
| * | Split QV4::Value into a static and a dynamic part | Ulf Hermann | 2019-05-31 | 1 | -2/+4 |
| * | Split CompiledData::CompilationUnit in two | Ulf Hermann | 2019-05-16 | 1 | -2/+2 |
| * | V4: Clean up the runtime functions declarations | Erik Verbruggen | 2019-02-05 | 1 | -7/+7 |
| * | Differentiate between finding for get and set in InternalClass | Lars Knoll | 2018-09-27 | 1 | -3/+3 |
| * | Refactor InternalClass::find() | Lars Knoll | 2018-09-27 | 1 | -5/+5 |
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -1/+1 |
| * | Implement the dead temporal zone | Simon Hausmann | 2018-08-28 | 1 | -0/+4 |
| * | Add support for @@unscopables | Lars Knoll | 2018-07-30 | 1 | -12/+79 |
| * | Move the C++ and JS stack frame definitions into it's own file | Lars Knoll | 2018-07-03 | 1 | -0/+1 |
| * | Clean up the property key API in StringOrSymbol | Lars Knoll | 2018-07-02 | 1 | -11/+6 |
| * | Replace Identifier by PropertyKey | Lars Knoll | 2018-07-02 | 1 | -5/+5 |
| * | Cleanup defineOwnProperty | Lars Knoll | 2018-06-26 | 1 | -2/+3 |
| * | Unify deleteProperty and deleteIndexedProperty vtable methods | Lars Knoll | 2018-06-26 | 1 | -1/+1 |
| * | Add virtual interface for hasProperty | Lars Knoll | 2018-06-25 | 1 | -2/+2 |
| * | Implement a virtual interface for getOwnProperty | Lars Knoll | 2018-06-25 | 1 | -1/+1 |
| * | Cleanup JS stack allocations | Lars Knoll | 2018-05-26 | 1 | -1/+1 |
| * | Give for loops a per-iteration context as well | Lars Knoll | 2018-05-11 | 1 | -1/+14 |
| * | Ensure we have a lexical scope for global code | Lars Knoll | 2018-05-11 | 1 | -4/+6 |
| * | Use Identifier by value and don't new them anymore | Lars Knoll | 2018-05-02 | 1 | -4/+4 |
| * | Rework catch context handling | Lars Knoll | 2018-05-02 | 1 | -41/+7 |
| * | Add support for proper lexical scoping | Lars Knoll | 2018-05-02 | 1 | -0/+28 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -1/+1 |
| * | Don't copy unnamed arguments onto the JS stack | Lars Knoll | 2017-11-15 | 1 | -5/+11 |
| * | Finally get rid of the QV4::Function pointer in the context | Lars Knoll | 2017-11-13 | 1 | -30/+5 |
| * | Remove superfluous zero fill on 32bit | Erik Verbruggen | 2017-09-20 | 1 | -6/+1 |
| * | Change CallData::argc to be a QV4::Value | Erik Verbruggen | 2017-09-19 | 1 | -2/+2 |
| * | Remove superfluous call to String::makeIdentifier | Erik Verbruggen | 2017-09-12 | 1 | -1/+0 |
| * | Get rid of the hack for named expressions | Lars Knoll | 2017-09-02 | 1 | -10/+0 |
| * | Get rid of the FunctionObject parameter to VME::exec() | Lars Knoll | 2017-09-01 | 1 | -3/+2 |
| * | Cleanup argument handling in contexts | Lars Knoll | 2017-08-18 | 1 | -43/+14 |
| * | Get rid of CallData in the ExecutionContext | Lars Knoll | 2017-08-18 | 1 | -2/+0 |
| * | Remove one more layer of function calls when entering JS functions | Lars Knoll | 2017-08-10 | 1 | -1/+3 |
| * | Always create a valid CallData object for interpreter calls | Lars Knoll | 2017-08-10 | 1 | -29/+0 |
| * | Split StoreName into StoreNameStrict and StoreNameSloppy | Lars Knoll | 2017-08-10 | 1 | -11/+15 |
| * | Remove stuff related to simple call contexts | Lars Knoll | 2017-08-10 | 1 | -10/+5 |
| * | Get rid of simpleCall | Lars Knoll | 2017-08-10 | 1 | -31/+18 |
| * | Refactor context handling | Lars Knoll | 2017-08-10 | 1 | -19/+12 |
| * | Avoid creating a CallContext for simple functions | Lars Knoll | 2017-08-10 | 1 | -10/+10 |
| * | Get rid of ExecutionContext::strictMode | Lars Knoll | 2017-08-10 | 1 | -4/+1 |
| * | Don't throw exceptions in Object::delete(indexed) anymore | Lars Knoll | 2017-08-10 | 1 | -3/+1 |
| * | Don't throw errors from the internal put methods anymore | Lars Knoll | 2017-08-10 | 1 | -16/+10 |
| * | Introduce a JS stack frame that corresponds to the C++ stack frame | Lars Knoll | 2017-08-10 | 1 | -2/+2 |
| * | Reduce usage of Scope's in ExecutionContext | Lars Knoll | 2017-08-08 | 1 | -60/+61 |