aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4proxy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-12/+5
* Unify put and putIndexedLars Knoll2018-07-021-12/+5
* Implement defineProperty for proxy objectsLars Knoll2018-06-261-0/+54
* Unify deleteProperty and deleteIndexedProperty vtable methodsLars Knoll2018-06-261-11/+4
* Fix a smaller spec incompatibility in ProxyLars Knoll2018-06-251-7/+7
* Add Proxy support for prototype handlingLars Knoll2018-06-251-0/+83
* Support preventExtensions in Proxy handlersLars Knoll2018-06-251-0/+31
* Add support for isExtensible in proxy handlersLars Knoll2018-06-251-0/+31
* Fix length properties of global constructorsLars Knoll2018-06-251-0/+1
* Implement support for getOwnPropertyDescript and has in Proxy objectsLars Knoll2018-06-251-0/+107
* Implement a virtual interface for getOwnPropertyLars Knoll2018-06-251-6/+3
* Partial Proxy supportLars Knoll2018-06-251-0/+270