mirror of
https://github.com/tc39/test262.git
synced 2025-07-26 23:44:27 +02:00
Add missing new.target feature flags (#1929)
This commit is contained in:
parent
41110ab0d4
commit
25da344185
@ -16,7 +16,7 @@ info: |
|
|||||||
LeftHandSideExpression[?Yield, ?Await] = AssignmentExpression[?In, ?Yield, ?Await]
|
LeftHandSideExpression[?Yield, ?Await] = AssignmentExpression[?In, ?Yield, ?Await]
|
||||||
LeftHandSideExpression[?Yield, ?Await] AssignmentOperator AssignmentExpression[?In, ?Yield, ?Await]
|
LeftHandSideExpression[?Yield, ?Await] AssignmentOperator AssignmentExpression[?In, ?Yield, ?Await]
|
||||||
flags: [async]
|
flags: [async]
|
||||||
features: [dynamic-import]
|
features: [dynamic-import, new.target]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
function ctor() {
|
function ctor() {
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
esid: sec-meta-properties-runtime-semantics-evaluation
|
esid: sec-meta-properties-runtime-semantics-evaluation
|
||||||
es6id: 12.3.8.1
|
es6id: 12.3.8.1
|
||||||
description: NewTarget is composed of three distinct tokens
|
description: NewTarget is composed of three distinct tokens
|
||||||
|
features: [new.target]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
var newTarget = null;
|
var newTarget = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user