| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | QJSEngine: Check for stack overflows on generators | Luca Di Sera | 2024-08-26 | 1 | -9/+20 |
| * | V4: Slim down FunctionObject | Ulf Hermann | 2024-05-14 | 1 | -2/+2 |
| * | QtQml: Always link executable CU on creation | Ulf Hermann | 2024-01-10 | 1 | -1/+1 |
| * | qv4mm: Document and extend allocManaged overload set | Fabian Kosmale | 2023-10-06 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | Fix missing whitespace after `argv[N]:` pattern | Ivan Tkachenko | 2021-10-07 | 1 | -2/+2 |
| * | Eliminate JS call frame from metatypes calls | Ulf Hermann | 2021-06-10 | 1 | -1/+2 |
| * | Optimize stack frame setup for AOT compiled functions | Ulf Hermann | 2021-03-23 | 1 | -11/+11 |
| * | qv4generatorobject: Fix crash when creating new properties | Maximilian Goldstein | 2021-03-08 | 1 | -12/+9 |
| * | Split CompiledData::CompilationUnit in two | Ulf Hermann | 2019-05-16 | 1 | -1/+1 |
| * | Scope intermediate values when allocating objects | Ulf Hermann | 2019-03-27 | 1 | -1/+3 |
| * | Ensure our builtin constructors are subclassable | Lars Knoll | 2018-11-22 | 1 | -2/+9 |
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -10/+10 |
| * | Add support for yield* | Lars Knoll | 2018-09-07 | 1 | -0/+3 |
| * | Fix super property access | Lars Knoll | 2018-08-31 | 1 | -2/+8 |
| * | Implement IsConstructor for Function objects | Lars Knoll | 2018-08-23 | 1 | -10/+0 |
| * | Fix naming of methods defined in object or class literals | Lars Knoll | 2018-08-01 | 1 | -2/+2 |
| * | Fix class members that are generators | Lars Knoll | 2018-07-03 | 1 | -0/+18 |
| * | Refactor initialization code for JS stack frames | Lars Knoll | 2018-07-03 | 1 | -23/+9 |
| * | Smaller refactoring of VME::exec() to preapre for upcoming changes | Lars Knoll | 2018-07-03 | 1 | -2/+2 |
| * | Implement support for new.target | Lars Knoll | 2018-07-03 | 1 | -3/+3 |
| * | Prefix vtable methods with virtual | Lars Knoll | 2018-07-03 | 1 | -5/+5 |
| * | Add Proxy support for prototype handling | Lars Knoll | 2018-06-25 | 1 | -4/+4 |
| * | Minor cleanup with bytecode pointer types | Simon Hausmann | 2018-05-28 | 1 | -1/+1 |
| * | Fix the prototype of the Generator prototype object | Lars Knoll | 2018-05-13 | 1 | -0/+1 |
| * | Ensure we have a lexical scope for global code | Lars Knoll | 2018-05-11 | 1 | -1/+1 |
| * | Add Generator support | Lars Knoll | 2018-05-03 | 1 | -0/+247 |