From d1885b403196af17e931c24f3c98fc8afd03f005 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Sat, 8 Sep 2018 23:14:32 +0200 Subject: Fix a small bug in virtualHasProperty It should call hasProperty() on the proto if the property wasn't found locally, instead of looping and calling getOwnProperty, as this leads to subtly differences with Proxy objects. Change-Id: I088b0522c621999b7991f9194f46eaa9f6e15206 Reviewed-by: Simon Hausmann --- tests/auto/qml/ecmascripttests/TestExpectations | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/qml/ecmascripttests/TestExpectations b/tests/auto/qml/ecmascripttests/TestExpectations index c164691d2b..a8ae606fc4 100644 --- a/tests/auto/qml/ecmascripttests/TestExpectations +++ b/tests/auto/qml/ecmascripttests/TestExpectations @@ -328,7 +328,6 @@ built-ins/Promise/resolve/name.js fails built-ins/Promise/resolve/prop-desc.js fails built-ins/Promise/resolve/resolve-from-promise-capability.js fails built-ins/Promise/resolve/resolve-prms-cstm-then.js fails -built-ins/Proxy/has/call-object-create.js fails built-ins/Proxy/ownKeys/return-duplicate-entries-throws.js fails built-ins/Proxy/ownKeys/return-duplicate-symbol-entries-throws.js fails built-ins/RegExp/S15.10.2.12_A2_T1.js fails -- cgit v1.2.3