Skip to content
Snippets Groups Projects
Commit 4f3cbc75 authored by Thomas Wood's avatar Thomas Wood Committed by Rick Waldron
Browse files

Add a missing Reflect feature flag.

Proxy/deleteProperty/boolean-trap-result-boolean-true.js was missing a
feature flag for the Reflect library.
parent 764eb4f8
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ description: > ...@@ -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({}, {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment