mirror of
https://github.com/tc39/test262.git
synced 2025-07-25 15:04:43 +02:00
Class Fields: Updating frontmatter in src/class-fields/*.case
This commit is contained in:
parent
c72926a107
commit
ac7bc64e73
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user