add missing Reflect.construct feature

This commit is contained in:
Jordan Harband 2022-05-05 06:30:12 -07:00 committed by Ms2ger
parent 2a03068b84
commit 00263bf90f
1 changed files with 1 additions and 1 deletions

View File

@ -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 };