| Commit message (Expand) | Author | Age | Files | Lines |
| * | CRA review qml/jsruntime | Fabian Kosmale | 2025-09-16 | 1 | -0/+1 |
| * | QtQml: Avoid potential gc issues | Fabian Kosmale | 2024-12-18 | 1 | -1/+3 |
| * | QtQml: Call lookups based on enums rather than via function pointers | Ulf Hermann | 2024-10-24 | 1 | -20/+20 |
| * | Fix Proxy / QV4::Lookup interaction | Fabian Kosmale | 2024-06-17 | 1 | -0/+6 |
| * | QtQml: Straighten out some logging categories | Ulf Hermann | 2024-06-17 | 1 | -1/+1 |
| * | Prepare for white allocations during gc (1/9): Write barrier for Lookups | Fabian Kosmale | 2024-03-05 | 1 | -3/+3 |
| * | setInternalClass: Correctly handle deleted properties | Fabian Kosmale | 2024-01-30 | 1 | -2/+5 |
| * | qml: replace fromLatin with _L1 | Anton Kudryavtsev | 2023-09-15 | 1 | -4/+5 |
| * | Use reserve() in ArrayObject::toQStringList() | Aurélien Brooke | 2023-06-26 | 1 | -0/+1 |
| * | Move ScopedStackFrame into qv4stackframe_p.h | Ulf Hermann | 2023-05-17 | 1 | -9/+11 |
| * | Models: Straighten out model and modelData properties | Ulf Hermann | 2023-03-24 | 1 | -1/+1 |
| * | Recursively write back value types and sequences | Ulf Hermann | 2022-10-19 | 1 | -0/+25 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | QtQml: Remove unused includes in qml, final part | Semih Yavuz | 2022-09-14 | 1 | -4/+0 |
| * | Allow limited extensions to globals | Ulf Hermann | 2022-09-07 | 1 | -4/+26 |
| * | V4: Do not update proto usage before engine is fully initialized | Ulf Hermann | 2022-08-30 | 1 | -1/+9 |
| * | V4: Mark InternalClass parents when running GC | Ulf Hermann | 2022-08-03 | 1 | -12/+47 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -38/+2 |
| * | JS: Ensure that array keeps valid after length changes and fix concat | Fabian Kosmale | 2021-07-27 | 1 | -0/+2 |
| * | Use QV4::Scope::hasException() where applicable | Ulf Hermann | 2021-06-30 | 1 | -3/+3 |
| * | Clean up JSCallData setup | Ulf Hermann | 2021-03-17 | 1 | -8/+8 |
| * | Port QtDeclarative from QStringRef to QStringView | Karsten Heimrich | 2020-06-16 | 1 | -1/+1 |
| * | Re-arrange qv4identifier{_p.h|.cpp} | Ulf Hermann | 2020-04-15 | 1 | -1/+1 |
| * | V4: Check for exceptions before we use the result of a JS call | Ulf Hermann | 2020-01-23 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-05-16 | 1 | -4/+5 |
| |\ |
|
| | * | Do not take a reference of nullptr | Allan Sandfeld Jensen | 2019-05-14 | 1 | -4/+5 |
| * | | Don't use UINT_MAX as invalid array index in PropertyKey | Ulf Hermann | 2019-04-16 | 1 | -11/+7 |
| * | | Merge remote-tracking branch 'origin/5.13' into HEAD | Ulf Hermann | 2019-03-22 | 1 | -3/+94 |
| |\| |
|
| | * | Make object property lookup resolution virtual | Simon Hausmann | 2019-03-15 | 1 | -0/+82 |
| | * | Don't keep raw pointers to SparseArrayNode | Ulf Hermann | 2019-03-14 | 1 | -3/+5 |
| |/ |
|
| * | Ensure our builtin constructors are subclassable | Lars Knoll | 2018-11-22 | 1 | -0/+15 |
| * | Speed up instanceof operations | Lars Knoll | 2018-09-27 | 1 | -7/+13 |
| * | Refactor deletion of properties | Lars Knoll | 2018-09-27 | 1 | -6/+5 |
| * | Get rid of remaining assumptions about setter being next to getters | Lars Knoll | 2018-09-27 | 1 | -47/+41 |
| * | Differentiate between finding for get and set in InternalClass | Lars Knoll | 2018-09-27 | 1 | -13/+11 |
| * | Refactor InternalClass::find() | Lars Knoll | 2018-09-27 | 1 | -23/+23 |
| * | Make Object::getOwnProperty() const | Lars Knoll | 2018-09-23 | 1 | -2/+2 |
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -2/+2 |
| * | Some more optimizations to Object::internalPut() | Lars Knoll | 2018-09-16 | 1 | -0/+12 |
| * | Optimize Object::virtualGet() | Lars Knoll | 2018-09-16 | 1 | -21/+30 |
| * | Add a shortcut into Object::internalPut() for the common casev5.12.0-alpha1 | Lars Knoll | 2018-09-11 | 1 | -1/+43 |
| * | Fix a small bug in virtualHasProperty | Lars Knoll | 2018-09-09 | 1 | -5/+6 |
| * | Include symbols in getOwnPropertyKeys | Lars Knoll | 2018-09-09 | 1 | -17/+31 |
| * | Fix ownKey iteration over Proxy objects | Lars Knoll | 2018-09-09 | 1 | -1/+2 |
| * | Fix spec compliance of Object::virtualGet() | Lars Knoll | 2018-09-08 | 1 | -42/+25 |
| * | Fix internalPut | Lars Knoll | 2018-08-31 | 1 | -75/+30 |
| * | Implement IsConstructor for Function objects | Lars Knoll | 2018-08-23 | 1 | -12/+4 |
| * | Fix bugs in ArrayBuffer.prototype.slice | Lars Knoll | 2018-08-23 | 1 | -0/+20 |
| * | Implement ObjectIterator using the new iteration mechanism | Lars Knoll | 2018-08-02 | 1 | -71/+0 |
| * | Introduce a new mechanism to iterate over object properties | Lars Knoll | 2018-08-02 | 1 | -0/+72 |