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,12 +2,14 @@
// 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. These static semantics are applied by PerformEval when a direct eval call occurs outside of a MethodDefinition.
ScriptBody : StatementList ScriptBody : StatementList
It is a Syntax Error if StatementList Contains SuperProperty. It is a Syntax Error if StatementList Contains SuperProperty.