Skip to content
Snippets Groups Projects
Commit 25da3441 authored by Adrian Heine né Lang's avatar Adrian Heine né Lang Committed by Leo Balter
Browse files

Add missing new.target feature flags (#1929)

parent 41110ab0
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ info: | ...@@ -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 @@ ...@@ -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;
......
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