Skip to content
Snippets Groups Projects
Commit 588459fc authored by Rick Waldron's avatar Rick Waldron
Browse files

Generate tests

parent 64f219b6
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
/*--- /*---
description: error if `new.target` in StatementList of eval (direct eval) description: error if `new.target` in StatementList of eval (direct eval)
esid: sec-performeval-rules-in-initializer esid: sec-performeval-rules-in-initializer
features: [class, class-fields-public] features: [class, class-fields-public, new.target]
flags: [generated] flags: [generated]
info: | info: |
Additional Early Error Rules for Eval Inside Initializer Additional Early Error Rules for Eval Inside Initializer
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
/*--- /*---
description: error if `new.target` in StatementList of eval (indirect eval) description: error if `new.target` in StatementList of eval (indirect eval)
esid: sec-performeval-rules-in-initializer esid: sec-performeval-rules-in-initializer
features: [class, class-fields-public] features: [class, class-fields-public, new.target]
flags: [generated] flags: [generated]
info: | info: |
Additional Early Error Rules for Eval Inside Initializer Additional Early Error Rules for Eval Inside Initializer
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
/*--- /*---
description: error if `new.target` in StatementList of eval (direct eval) description: error if `new.target` in StatementList of eval (direct eval)
esid: sec-performeval-rules-in-initializer esid: sec-performeval-rules-in-initializer
features: [class, class-fields-public] features: [class, class-fields-public, new.target]
flags: [generated] flags: [generated]
info: | info: |
Additional Early Error Rules for Eval Inside Initializer Additional Early Error Rules for Eval Inside Initializer
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
/*--- /*---
description: error if `new.target` in StatementList of eval (indirect eval) description: error if `new.target` in StatementList of eval (indirect eval)
esid: sec-performeval-rules-in-initializer esid: sec-performeval-rules-in-initializer
features: [class, class-fields-public] features: [class, class-fields-public, new.target]
flags: [generated] flags: [generated]
info: | info: |
Additional Early Error Rules for Eval Inside Initializer Additional Early Error Rules for Eval Inside Initializer
......
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