Add a missing Reflect feature flag.

Proxy/deleteProperty/boolean-trap-result-boolean-true.js was missing a
feature flag for the Reflect library.
This commit is contained in:
Thomas Wood 2018-07-19 21:08:57 +01:00 committed by Rick Waldron
parent 764eb4f8b9
commit 4f3cbc756d
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ description: >
[[Delete]] (P)
The result is a Boolean value.
features: [Reflect]
---*/
var p = new Proxy({}, {