mirror of https://github.com/tc39/test262.git
Generate tests
This commit is contained in:
parent
64f219b666
commit
588459fc34
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue