mirror of
https://github.com/tc39/test262.git
synced 2025-07-24 14:35:30 +02:00
Remove irrelevant info from src/class-fields/propname-error-static/cls-decl-static-* frontmatter
This commit is contained in:
parent
fad683d14b
commit
e9a187100a
@ -6,7 +6,7 @@ path: language/statements/class/fields-initializer-
|
|||||||
name: early error -- static ClassElementName Initializer
|
name: early error -- static ClassElementName Initializer
|
||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
phase: early
|
phase: parse
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
throw "Test262: This statement should not be evaluated.";
|
||||||
|
@ -8,10 +8,6 @@ name: early error -- PropName of IdentifierName is forbidden value
|
|||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
phase: parse
|
phase: parse
|
||||||
info: |
|
|
||||||
Static Semantics: PropName
|
|
||||||
LiteralPropertyName : IdentifierName
|
|
||||||
Return StringValue of IdentifierName.
|
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
throw "Test262: This statement should not be evaluated.";
|
||||||
|
@ -6,7 +6,7 @@ path: language/expressions/class/fields-initializer-
|
|||||||
name: early error -- static ClassElementName Initializer
|
name: early error -- static ClassElementName Initializer
|
||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
phase: early
|
phase: parse
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
throw "Test262: This statement should not be evaluated.";
|
||||||
|
@ -8,10 +8,6 @@ name: early error -- PropName of IdentifierName is forbidden
|
|||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
phase: parse
|
phase: parse
|
||||||
info: |
|
|
||||||
Static Semantics: PropName
|
|
||||||
LiteralPropertyName : IdentifierName
|
|
||||||
Return StringValue of IdentifierName.
|
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
throw "Test262: This statement should not be evaluated.";
|
throw "Test262: This statement should not be evaluated.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user