| 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 |
| * | QtQml: Fix assignment of fileName and URL during compilation | Ulf Hermann | 2025-02-04 | 1 | -2/+2 |
| * | QtQml: Add some asserts to help the code checker | Ulf Hermann | 2024-05-16 | 1 | -0/+2 |
| * | V4: Move FunctionObject flags into VTable | Ulf Hermann | 2024-05-14 | 1 | -20/+15 |
| * | V4: Slim down FunctionObject | Ulf Hermann | 2024-05-14 | 1 | -113/+124 |
| * | QtQml: Properly enforce signatures of AOT-compiled functions | Ulf Hermann | 2024-04-26 | 1 | -2/+2 |
| * | Prepare for white allocation during gc (4/9): BoundFunction | Fabian Kosmale | 2024-03-05 | 1 | -2/+2 |
| * | QtQml: Use a multihash to store executable CUs | Ulf Hermann | 2024-01-25 | 1 | -1/+1 |
| * | QtQml: Move creation of ExecutableCompilationUnit into engine | Ulf Hermann | 2024-01-11 | 1 | -1/+1 |
| * | QtQml: Always link executable CU on creation | Ulf Hermann | 2024-01-10 | 1 | -2/+2 |
| * | QML: Implement QObjectMethod::virtualCallWithMetaTypes | Ulf Hermann | 2023-09-28 | 1 | -3/+2 |
| * | QML: Improve the JS-to-JS type check when enforcing signatures | Ulf Hermann | 2023-06-26 | 1 | -2/+3 |
| * | Undeprecate AOTCompiledFunction | Ulf Hermann | 2023-05-23 | 1 | -2/+2 |
| * | QtQml: Disambiguate static variables and methods | Friedemann Kleint | 2023-02-09 | 1 | -4/+6 |
| * | Add option to enforce function signatures | Ulf Hermann | 2022-10-14 | 1 | -10/+24 |
| * | QV4::Scope: Forbid calling alloc with qint64 | Fabian Kosmale | 2022-10-13 | 1 | -7/+7 |
| * | QV4: Avoid memory corruption in Reflect.apply | Fabian Kosmale | 2022-10-13 | 1 | -8/+3 |
| * | V4: Use an enum to categorize functions and rename aotFunction | Ulf Hermann | 2022-09-29 | 1 | -3/+4 |
| * | 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 | -13/+10 |
| * | Optimize stack frame setup for AOT compiled functions | Ulf Hermann | 2021-03-23 | 1 | -22/+75 |
| * | Clean up JSCallData setup | Ulf Hermann | 2021-03-17 | 1 | -5/+5 |
| * | Port QtDeclarative from QStringRef to QStringView | Karsten Heimrich | 2020-06-16 | 1 | -1/+1 |
| * | V4: Check for exceptions before we use the result of a JS call | Ulf Hermann | 2020-01-23 | 1 | -9/+10 |
| * | Check stack limit in FunctionPrototype::method_apply() | Ulf Hermann | 2020-01-08 | 1 | -1/+7 |
| * | Split compiler and runtime more clearly | Ulf Hermann | 2019-07-11 | 1 | -1/+1 |
| * | Split CompiledData::CompilationUnit in two | Ulf Hermann | 2019-05-16 | 1 | -5/+6 |
| * | Annotate stack traces when frames are elided through tail calls | Erik Verbruggen | 2019-01-15 | 1 | -0/+1 |
| * | Ensure our builtin constructors are subclassable | Lars Knoll | 2018-11-22 | 1 | -2/+9 |
| * | ES7: Implement Tail Position Calls in the runtime | Erik Verbruggen | 2018-10-05 | 1 | -2/+8 |
| * | Speed up instanceof operations | Lars Knoll | 2018-09-27 | 1 | -10/+0 |
| * | Refactor InternalClass::find() | Lars Knoll | 2018-09-27 | 1 | -2/+2 |
| * | Better inheritance structure for functions | Lars Knoll | 2018-09-23 | 1 | -5/+19 |
| * | Cleanup init method for ScriptFunction | Lars Knoll | 2018-09-23 | 1 | -3/+12 |
| * | Remove unused argument | Lars Knoll | 2018-09-23 | 1 | -7/+6 |
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -17/+17 |
| * | Small optimization in Function.apply() | Lars Knoll | 2018-09-14 | 1 | -1/+3 |
| * | Throw a reference error if the super constructor is not called | Lars Knoll | 2018-09-04 | 1 | -3/+16 |
| * | Arrow and generator functions don't have a prototype property | Lars Knoll | 2018-09-04 | 1 | -1/+1 |
| * | Member functions should not have a prototype property | Lars Knoll | 2018-09-04 | 1 | -2/+3 |
| * | Don't define a prototype property for most functions | Lars Knoll | 2018-09-04 | 1 | -7/+4 |
| * | Fix super property access | Lars Knoll | 2018-08-31 | 1 | -3/+6 |
| * | Initialize this to empty for derived constructors | Lars Knoll | 2018-08-29 | 1 | -2/+2 |
| * | Implement IsConstructor for Function objects | Lars Knoll | 2018-08-23 | 1 | -11/+4 |
| * | Setup the prototype correctly when subclassing error objects | Lars Knoll | 2018-08-06 | 1 | -1/+1 |
| * | Fix naming of methods defined in object or class literals | Lars Knoll | 2018-08-01 | 1 | -9/+6 |
| * | Fix a cornercase for instanceof | Lars Knoll | 2018-08-01 | 1 | -6/+7 |
| * | Fix Function.prototype[Symbol.hasInstance] | Lars Knoll | 2018-08-01 | 1 | -3/+3 |