aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4vtable_p.h
Commit message (Expand)AuthorAgeFilesLines
* Make object property lookup resolution virtualSimon Hausmann2019-03-151-0/+14
* Make Object::getOwnProperty() constLars Knoll2018-09-231-1/+1
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-1/+1
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-021-4/+0
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-021-0/+9
* Implement support for new.targetLars Knoll2018-07-031-1/+1
* Prefix vtable methods with virtualLars Knoll2018-07-031-36/+36
* Unify the managed and object vtablesLars Knoll2018-07-031-90/+99
* Move the Vtable for Managed objects into it's own fileLars Knoll2018-07-031-0/+212