Class Fields: Updating frontmatter in src/class-fields/*.case

This commit is contained in:
Rick Waldron 2018-07-30 17:21:21 -04:00 committed by Leo Balter
parent c72926a107
commit ac7bc64e73
3 changed files with 8 additions and 6 deletions

View File

@ -2,13 +2,15 @@
// 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: |
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
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.

View File

@ -15,7 +15,7 @@ info: |
PrivateName
PrivateName:
#IdentifierName
# IdentifierName
template: productions
features: [class-fields-private]
---*/

View File

@ -15,7 +15,7 @@ info: |
PrivateName
PrivateName:
#IdentifierName
# IdentifierName
template: default
---*/