| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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/+7 |
| * | Simplify ObjectIterator::next | Lars Knoll | 2018-08-04 | 1 | -1/+1 |
| * | Implement ObjectIterator using the new iteration mechanism | Lars Knoll | 2018-08-02 | 1 | -31/+10 |
| * | Remove support for iterating over the proto chain from ObjectIterator | Lars Knoll | 2018-08-02 | 1 | -2/+1 |
| * | Introduce a new mechanism to iterate over object properties | Lars Knoll | 2018-08-02 | 1 | -7/+15 |
| * | Cleanup JS stack allocations | Lars Knoll | 2018-05-26 | 1 | -2/+2 |
| * | Add some basic support for for-of loops | Lars Knoll | 2018-05-09 | 1 | -1/+1 |
| * | Rename ForeachIterator to ForInIterator | Lars Knoll | 2018-05-04 | 1 | -5/+14 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -1/+1 |
| * | Raise minimum supported MSVC version to 2015 | Friedemann Kleint | 2018-01-06 | 1 | -1/+1 |
| * | Bring back markObjects(), this time generated | Lars Knoll | 2017-11-14 | 1 | -3/+1 |
| * | Separate the stack used for GC from the regular JS stack | Lars Knoll | 2017-04-07 | 1 | -1/+1 |
| * | QML: Make Heap::Object and all subclasses trivial | Erik Verbruggen | 2016-10-06 | 1 | -9/+42 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Add missing "We mean it" comments to private headers. | Friedemann Kleint | 2015-10-06 | 1 | -0/+11 |
| * | Move remaining objects to new constructor syntax | Lars Knoll | 2015-09-22 | 1 | -4/+3 |
| * | Remove type punning from QV4::Value. | Erik Verbruggen | 2015-07-24 | 1 | -1/+1 |
| * | Fix some function signatures | Lars Knoll | 2015-06-15 | 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 | -2/+2 |
| * | Remove all the setVTable() calls that aren't required anymore | Lars Knoll | 2015-01-21 | 1 | -1/+0 |
| * | Fix the way we set the property name during iteration | Lars Knoll | 2014-12-20 | 1 | -1/+1 |
| * | Return a Heap::Object in Object::prototype() | Lars Knoll | 2014-12-17 | 1 | -5/+3 |
| * | Move more Data members over to the Heap namespace | Lars Knoll | 2014-11-08 | 1 | -10/+18 |
| * | Move Object::Data into the Heap namespace | Lars Knoll | 2014-11-08 | 1 | -3/+3 |
| * | Begin moving the data out of Managed objects | Lars Knoll | 2014-11-08 | 1 | -1/+1 |
| * | Let markObjects() operate directly on HeapObjects | Lars Knoll | 2014-11-04 | 1 | -1/+1 |
| * | Cleanup header file dependencies | Lars Knoll | 2014-11-04 | 1 | -14/+2 |
| * | Merge remote-tracking branch 'origin/5.3' into 5.4 | Frederik Gladhorn | 2014-10-14 | 1 | -0/+5 |
| |\ |
|
| | * | Fix crash with foreach on arguments object | Simon Hausmann | 2014-09-11 | 1 | -5/+6 |
| * | | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | | Cleanup: Get rid of __data members | Simon Hausmann | 2014-07-22 | 1 | -6/+0 |
| * | | Fix Managed::as<>() method | Lars Knoll | 2014-07-22 | 1 | -1/+1 |
| * | | Convert the last Managed types to the new constructor syntax | Lars Knoll | 2014-07-22 | 1 | -8/+5 |
| * | | Get rid of all uses of ObjectRef | Lars Knoll | 2014-07-22 | 1 | -7/+7 |
| * | | Get rid of StringRef | Lars Knoll | 2014-07-22 | 1 | -1/+1 |
| * | | Convert ExecutionContext to new storage scheme | Lars Knoll | 2014-07-22 | 1 | -1/+1 |
| * | | Rename V4_OBJECT_NEW back to V4_OBJECT | Lars Knoll | 2014-07-22 | 1 | -1/+1 |
| * | | Convert ObjectIterator to new storage scheme | Lars Knoll | 2014-07-22 | 1 | -13/+15 |
| * | | Convert ObjectIterator to new data layout | Lars Knoll | 2014-07-22 | 1 | -4/+12 |
| |/ |
|
| * | Make the Ref classes not template based | Lars Knoll | 2014-02-07 | 1 | -2/+2 |
| * | Cleanups | Lars Knoll | 2014-01-31 | 1 | -1/+1 |
| * | Get rid of the SafeObject class | Lars Knoll | 2014-01-31 | 1 | -3/+4 |
| * | Split ManagedVTable into two classes | Lars Knoll | 2014-01-21 | 1 | -2/+2 |
| * | Don't return a Property pointer in Object::advanceIterator | Lars Knoll | 2014-01-20 | 1 | -2/+0 |
| * | Remove Property * return value from ObjectIterator | Lars Knoll | 2014-01-20 | 1 | -1/+1 |
| * | Move Managed::type and some flags into the vtable | Lars Knoll | 2014-01-03 | 1 | -1/+1 |
| * | Move the vtable pointer from the object to the internal class | Lars Knoll | 2013-12-04 | 1 | -1/+1 |
| * | Refactor marking GC'ed objects | Lars Knoll | 2013-11-05 | 1 | -1/+1 |