| Commit message (Expand) | Author | Age | Files | Lines |
* | CRA review qml/jsruntime | Fabian Kosmale | 38 hours | 1 | -0/+1 |
* | QV4::ForInIteratorObject::nextProperty: fix null pointer dereference | David Faure | 2025-03-18 | 1 | -1/+1 |
* | ForInIteratorObject: also mark target | Fabian Kosmale | 2024-10-01 | 1 | -0/+2 |
* | QtQml: Remove unused includes in qml, final part | Semih Yavuz | 2022-09-14 | 1 | -4/+1 |
* | Use SPDX license identifiers | Lucie GΓ©rard | 2022-06-11 | 1 | -38/+2 |
* | Re-arrange qv4identifier{_p.h|.cpp} | Ulf Hermann | 2020-04-15 | 1 | -1/+1 |
* | V4: Don't crash when iterating invalid Proxy objects | Ulf Hermann | 2020-01-08 | 1 | -1/+1 |
* | Include symbols in getOwnPropertyKeys | Lars Knoll | 2018-09-09 | 1 | -1/+2 |
* | Fix ownKey iteration over Proxy objects | Lars Knoll | 2018-09-09 | 1 | -2/+4 |
* | Fix crash with ForIn iterators during gc | Simon Hausmann | 2018-09-03 | 1 | -1/+4 |
* | Fix handling of uninitialized exports when iterating module namespace objects | Simon Hausmann | 2018-08-29 | 1 | -3/+3 |
* | Implement support for ownKeys in Proxy objects | Lars Knoll | 2018-08-04 | 1 | -1/+5 |
* | Simplify ObjectIterator::next | Lars Knoll | 2018-08-04 | 1 | -46/+23 |
* | Implement ObjectIterator using the new iteration mechanism | Lars Knoll | 2018-08-02 | 1 | -45/+13 |
* | Remove support for iterating over the proto chain from ObjectIterator | Lars Knoll | 2018-08-02 | 1 | -4/+1 |
* | Introduce a new mechanism to iterate over object properties | Lars Knoll | 2018-08-02 | 1 | -14/+67 |
* | Clean up the property key API in StringOrSymbol | Lars Knoll | 2018-07-02 | 1 | -1/+1 |
* | Replace Identifier by PropertyKey | Lars Knoll | 2018-07-02 | 1 | -1/+1 |
* | Cleanups in the Identifier API | Lars Knoll | 2018-07-02 | 1 | -1/+1 |
* | Add Proxy support for prototype handling | Lars Knoll | 2018-06-25 | 1 | -2/+2 |
* | Implement a virtual interface for getOwnProperty | Lars Knoll | 2018-06-25 | 1 | -2/+2 |
* | Rename ForeachIterator to ForInIterator | Lars Knoll | 2018-05-04 | 1 | -3/+23 |
* | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -4/+4 |
* | Bring back markObjects(), this time generated | Lars Knoll | 2017-11-14 | 1 | -2/+2 |
* | Separate the stack used for GC from the regular JS stack | Lars Knoll | 2017-04-07 | 1 | -4/+4 |
* | Cleanup Value::isObject/objectValue usages | Lars Knoll | 2016-11-29 | 1 | -8/+11 |
* | QML: Make Heap::Object and all subclasses trivial | Erik Verbruggen | 2016-10-06 | 1 | -24/+0 |
* | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-06-20 | 1 | -5/+0 |
|\ |
|
| * | V4: Always set the tag when boxing a pointer in QV4::Value. | Erik Verbruggen | 2016-06-16 | 1 | -5/+0 |
* | | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
|/ |
|
* | Use the correct macro to detect 64-bit value encoding | Thiago Macieira | 2015-10-29 | 1 | -1/+1 |
* | Simplify Object::getValue | Lars Knoll | 2015-09-15 | 1 | -2/+2 |
* | Remove type punning from QV4::Value. | Erik Verbruggen | 2015-07-24 | 1 | -8/+8 |
* | Fix some function signatures | Lars Knoll | 2015-06-15 | 1 | -2/+2 |
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h | Lars Knoll | 2015-04-24 | 1 | -0/+1 |
* | More cleanups | Lars Knoll | 2015-04-21 | 1 | -8/+8 |
* | Reduce dependencies | Lars Knoll | 2015-03-20 | 1 | -2/+2 |
* | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
* | Remove all remaining usages of ValueRef | Lars Knoll | 2015-01-23 | 1 | -4/+4 |
* | Get rid of Value::engine() | Lars Knoll | 2015-01-12 | 1 | -6/+6 |
* | Make Managed inherit Value | Lars Knoll | 2014-12-20 | 1 | -2/+2 |
* | Make Property uses GC safe | Lars Knoll | 2014-12-20 | 1 | -9/+8 |
* | Fix comparisons between Object pointers | Lars Knoll | 2014-12-20 | 1 | -3/+4 |
* | Fix the way we set the property name during iteration | Lars Knoll | 2014-12-20 | 1 | -12/+8 |
* | Return a Heap::Object in Object::prototype() | Lars Knoll | 2014-12-17 | 1 | -21/+11 |
* | Begin moving the data out of Managed objects | Lars Knoll | 2014-11-08 | 1 | -2/+2 |
* | Let markObjects() operate directly on HeapObjects | Lars Knoll | 2014-11-04 | 1 | -4/+4 |
* | Changed Value to store Managed::Data pointers directly | Simon Hausmann | 2014-11-04 | 1 | -8/+9 |
* | Cleanup: Get rid of String and Object pointers in Value | Simon Hausmann | 2014-11-04 | 1 | -6/+6 |
* | Merge remote-tracking branch 'origin/5.3' into 5.4 | Frederik Gladhorn | 2014-10-14 | 1 | -11/+20 |
|\ |
|