Skip to content

Commit

Permalink
add missing Reflect.construct feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb authored and Ms2ger committed May 5, 2022
1 parent 2a03068 commit 00263bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ info: |
a. Let realm be ? GetFunctionRealm(constructor).
b. Set proto to realm's intrinsic object named intrinsicDefaultProto.
Return proto.
features: [AggregateError]
features: [AggregateError, Reflect.construct]
---*/

var custom = { x: 42 };
Expand Down

0 comments on commit 00263bf

Please sign in to comment.