mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 05:55:36 +02:00
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:
parent
764eb4f8b9
commit
4f3cbc756d
@ -6,6 +6,7 @@ description: >
|
|||||||
[[Delete]] (P)
|
[[Delete]] (P)
|
||||||
|
|
||||||
The result is a Boolean value.
|
The result is a Boolean value.
|
||||||
|
features: [Reflect]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var p = new Proxy({}, {
|
var p = new Proxy({}, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user