Generate tests

This commit is contained in:
Rick Waldron 2018-07-25 12:19:29 -04:00
parent 64f219b666
commit 588459fc34
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
/*---
description: error if `new.target` in StatementList of eval (direct eval)
esid: sec-performeval-rules-in-initializer
features: [class, class-fields-public]
features: [class, class-fields-public, new.target]
flags: [generated]
info: |
Additional Early Error Rules for Eval Inside Initializer

View File

@ -4,7 +4,7 @@
/*---
description: error if `new.target` in StatementList of eval (indirect eval)
esid: sec-performeval-rules-in-initializer
features: [class, class-fields-public]
features: [class, class-fields-public, new.target]
flags: [generated]
info: |
Additional Early Error Rules for Eval Inside Initializer

View File

@ -4,7 +4,7 @@
/*---
description: error if `new.target` in StatementList of eval (direct eval)
esid: sec-performeval-rules-in-initializer
features: [class, class-fields-public]
features: [class, class-fields-public, new.target]
flags: [generated]
info: |
Additional Early Error Rules for Eval Inside Initializer

View File

@ -4,7 +4,7 @@
/*---
description: error if `new.target` in StatementList of eval (indirect eval)
esid: sec-performeval-rules-in-initializer
features: [class, class-fields-public]
features: [class, class-fields-public, new.target]
flags: [generated]
info: |
Additional Early Error Rules for Eval Inside Initializer