mirror of https://github.com/tc39/test262.git
Class Fields: Updating frontmatter in src/class-fields/*.case
This commit is contained in:
parent
c72926a107
commit
ac7bc64e73
|
@ -2,13 +2,15 @@
|
||||||
// This code is governed by the BSD license found in the LICENSE file.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
desc: error if `super['x']` in StatementList of eval
|
desc: error if super['x'] in StatementList of eval
|
||||||
info: |
|
info: |
|
||||||
The remaining eval rules apply as outside a constructor, inside a method, and inside a function.
|
The remaining eval rules apply as outside a constructor, inside a method, and inside a function.
|
||||||
|
|
||||||
Additional Early Error Rules for Eval Outside Methods
|
Additional Early Error Rules for Eval Outside Methods
|
||||||
These static semantics are applied by PerformEval when a direct eval call occurs outside of a MethodDefinition.
|
|
||||||
ScriptBody:StatementList
|
These static semantics are applied by PerformEval when a direct eval call occurs outside of a MethodDefinition.
|
||||||
|
|
||||||
|
ScriptBody : StatementList
|
||||||
|
|
||||||
It is a Syntax Error if StatementList Contains SuperProperty.
|
It is a Syntax Error if StatementList Contains SuperProperty.
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@ info: |
|
||||||
PrivateName
|
PrivateName
|
||||||
|
|
||||||
PrivateName:
|
PrivateName:
|
||||||
#IdentifierName
|
# IdentifierName
|
||||||
template: productions
|
template: productions
|
||||||
features: [class-fields-private]
|
features: [class-fields-private]
|
||||||
---*/
|
---*/
|
||||||
|
|
|
@ -15,7 +15,7 @@ info: |
|
||||||
PrivateName
|
PrivateName
|
||||||
|
|
||||||
PrivateName:
|
PrivateName:
|
||||||
#IdentifierName
|
# IdentifierName
|
||||||
template: default
|
template: default
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue