aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4proxy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make Object::getOwnProperty() constLars Knoll2018-09-231-1/+1
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-10/+10
* Proxy.revokable creates an object with an anonymous revoke functionLars Knoll2018-09-091-1/+2
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-3/+4
* Fix some bugs in Proxy::virtualGetOwnPropertyLars Knoll2018-09-081-2/+2
* Implement IsCompatiblePropertyDescriptor and use it in ProxyLars Knoll2018-09-081-5/+8
* Implement support for call/callAsConstructor in Proxy objectsLars Knoll2018-08-231-10/+80
* Implement support for ownKeys in Proxy objectsLars Knoll2018-08-041-0/+154
* Implement support for new.targetLars Knoll2018-07-031-3/+3
* Prefix vtable methods with virtualLars Knoll2018-07-031-15/+15
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-6/+6
* Cleanups in the Identifier APILars Knoll2018-07-021-3/+3
* 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