Skip to content
Snippets Groups Projects
Commit ac7bc64e authored by Rick Waldron's avatar Rick Waldron Committed by Leo Balter
Browse files

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

parent c72926a1
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
......@@ -15,7 +15,7 @@ info: |
PrivateName
PrivateName:
#IdentifierName
# IdentifierName
template: productions
features: [class-fields-private]
---*/
......
......@@ -15,7 +15,7 @@ info: |
PrivateName
PrivateName:
#IdentifierName
# IdentifierName
template: default
---*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment