aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4proxy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Use QV4::Scope::hasException() where applicableUlf Hermann2021-06-301-12/+12
* Clean up JSCallData setupUlf Hermann2021-03-171-34/+45
* Don't store the scope in JSCallDataUlf Hermann2021-03-171-11/+11
* QML: Fix proxy iterationFabian Kosmale2020-12-171-2/+6
* Fix crash when calling hasOwnProperty() on proxy objectRichard Weickelt2020-11-241-4/+6
* V4: Check for exceptions before we use the result of a JS callUlf Hermann2020-01-231-5/+19
* V4: Don't crash when iterating invalid Proxy objectsUlf Hermann2020-01-081-1/+1
* 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