mirror of https://github.com/tc39/test262.git
add missing Reflect.construct feature
This commit is contained in:
parent
2a03068b84
commit
00263bf90f
|
@ -27,7 +27,7 @@ info: |
|
||||||
a. Let realm be ? GetFunctionRealm(constructor).
|
a. Let realm be ? GetFunctionRealm(constructor).
|
||||||
b. Set proto to realm's intrinsic object named intrinsicDefaultProto.
|
b. Set proto to realm's intrinsic object named intrinsicDefaultProto.
|
||||||
Return proto.
|
Return proto.
|
||||||
features: [AggregateError]
|
features: [AggregateError, Reflect.construct]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var custom = { x: 42 };
|
var custom = { x: 42 };
|
||||||
|
|
Loading…
Reference in New Issue