mirror of
https://github.com/tc39/test262.git
synced 2025-07-25 23:14:47 +02:00
Add "flags: [onlyStrict]" to src/class-elements/delete-error/*
"It is a Syntax Error if the UnaryExpression is contained in strict mode code"
This commit is contained in:
parent
ebbf19b156
commit
bdc7b08beb
@ -10,9 +10,19 @@ info: |
|
|||||||
|
|
||||||
UnaryExpression : delete UnaryExpression
|
UnaryExpression : delete UnaryExpression
|
||||||
|
|
||||||
It is a Syntax Error if the UnaryExpression is contained in strict mode code and the derived UnaryExpression is PrimaryExpression : IdentifierReference , MemberExpression : MemberExpression.PrivateName , or CallExpression : CallExpression.PrivateName .
|
It is a Syntax Error if the UnaryExpression is contained in strict mode
|
||||||
|
code and the derived UnaryExpression is
|
||||||
|
PrimaryExpression : IdentifierReference ,
|
||||||
|
MemberExpression : MemberExpression.PrivateName , or
|
||||||
|
CallExpression : CallExpression.PrivateName .
|
||||||
|
|
||||||
It is a Syntax Error if the derived UnaryExpression is PrimaryExpression : CoverParenthesizedExpressionAndArrowParameterList and CoverParenthesizedExpressionAndArrowParameterList ultimately derives a phrase that, if used in place of UnaryExpression, would produce a Syntax Error according to these rules. This rule is recursively applied.
|
It is a Syntax Error if the derived UnaryExpression is
|
||||||
|
PrimaryExpression : CoverParenthesizedExpressionAndArrowParameterList and
|
||||||
|
CoverParenthesizedExpressionAndArrowParameterList ultimately derives a
|
||||||
|
phrase that, if used in place of UnaryExpression, would produce a
|
||||||
|
Syntax Error according to these rules. This rule is recursively applied.
|
||||||
|
|
||||||
|
flags: [onlyStrict]
|
||||||
features: [class, class-fields-private, class-fields-public]
|
features: [class, class-fields-private, class-fields-public]
|
||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -10,9 +10,19 @@ info: |
|
|||||||
|
|
||||||
UnaryExpression : delete UnaryExpression
|
UnaryExpression : delete UnaryExpression
|
||||||
|
|
||||||
It is a Syntax Error if the UnaryExpression is contained in strict mode code and the derived UnaryExpression is PrimaryExpression : IdentifierReference , MemberExpression : MemberExpression.PrivateName , or CallExpression : CallExpression.PrivateName .
|
It is a Syntax Error if the UnaryExpression is contained in strict mode
|
||||||
|
code and the derived UnaryExpression is
|
||||||
|
PrimaryExpression : IdentifierReference ,
|
||||||
|
MemberExpression : MemberExpression.PrivateName , or
|
||||||
|
CallExpression : CallExpression.PrivateName .
|
||||||
|
|
||||||
It is a Syntax Error if the derived UnaryExpression is PrimaryExpression : CoverParenthesizedExpressionAndArrowParameterList and CoverParenthesizedExpressionAndArrowParameterList ultimately derives a phrase that, if used in place of UnaryExpression, would produce a Syntax Error according to these rules. This rule is recursively applied.
|
It is a Syntax Error if the derived UnaryExpression is
|
||||||
|
PrimaryExpression : CoverParenthesizedExpressionAndArrowParameterList and
|
||||||
|
CoverParenthesizedExpressionAndArrowParameterList ultimately derives a
|
||||||
|
phrase that, if used in place of UnaryExpression, would produce a
|
||||||
|
Syntax Error according to these rules. This rule is recursively applied.
|
||||||
|
|
||||||
|
flags: [onlyStrict]
|
||||||
features: [class, class-fields-private, class-fields-public]
|
features: [class, class-fields-private, class-fields-public]
|
||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -10,7 +10,13 @@ info: |
|
|||||||
|
|
||||||
UnaryExpression : delete UnaryExpression
|
UnaryExpression : delete UnaryExpression
|
||||||
|
|
||||||
It is a Syntax Error if the UnaryExpression is contained in strict mode code and the derived UnaryExpression is PrimaryExpression : IdentifierReference , MemberExpression : MemberExpression.PrivateName , or CallExpression : CallExpression.PrivateName .
|
It is a Syntax Error if the UnaryExpression is contained in strict mode
|
||||||
|
code and the derived UnaryExpression is
|
||||||
|
PrimaryExpression : IdentifierReference ,
|
||||||
|
MemberExpression : MemberExpression.PrivateName , or
|
||||||
|
CallExpression : CallExpression.PrivateName .
|
||||||
|
|
||||||
|
flags: [onlyStrict]
|
||||||
features: [class, class-fields-private, class-fields-public]
|
features: [class, class-fields-private, class-fields-public]
|
||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -10,9 +10,19 @@ info: |
|
|||||||
|
|
||||||
UnaryExpression : delete UnaryExpression
|
UnaryExpression : delete UnaryExpression
|
||||||
|
|
||||||
It is a Syntax Error if the UnaryExpression is contained in strict mode code and the derived UnaryExpression is PrimaryExpression : IdentifierReference , MemberExpression : MemberExpression.PrivateName , or CallExpression : CallExpression.PrivateName .
|
It is a Syntax Error if the UnaryExpression is contained in strict mode
|
||||||
|
code and the derived UnaryExpression is
|
||||||
|
PrimaryExpression : IdentifierReference ,
|
||||||
|
MemberExpression : MemberExpression.PrivateName , or
|
||||||
|
CallExpression : CallExpression.PrivateName .
|
||||||
|
|
||||||
It is a Syntax Error if the derived UnaryExpression is PrimaryExpression : CoverParenthesizedExpressionAndArrowParameterList and CoverParenthesizedExpressionAndArrowParameterList ultimately derives a phrase that, if used in place of UnaryExpression, would produce a Syntax Error according to these rules. This rule is recursively applied.
|
It is a Syntax Error if the derived UnaryExpression is
|
||||||
|
PrimaryExpression : CoverParenthesizedExpressionAndArrowParameterList and
|
||||||
|
CoverParenthesizedExpressionAndArrowParameterList ultimately derives a
|
||||||
|
phrase that, if used in place of UnaryExpression, would produce a
|
||||||
|
Syntax Error according to these rules. This rule is recursively applied.
|
||||||
|
|
||||||
|
flags: [onlyStrict]
|
||||||
features: [class, class-fields-private]
|
features: [class, class-fields-private]
|
||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -10,9 +10,19 @@ info: |
|
|||||||
|
|
||||||
UnaryExpression : delete UnaryExpression
|
UnaryExpression : delete UnaryExpression
|
||||||
|
|
||||||
It is a Syntax Error if the UnaryExpression is contained in strict mode code and the derived UnaryExpression is PrimaryExpression : IdentifierReference , MemberExpression : MemberExpression.PrivateName , or CallExpression : CallExpression.PrivateName .
|
It is a Syntax Error if the UnaryExpression is contained in strict mode
|
||||||
|
code and the derived UnaryExpression is
|
||||||
|
PrimaryExpression : IdentifierReference ,
|
||||||
|
MemberExpression : MemberExpression.PrivateName , or
|
||||||
|
CallExpression : CallExpression.PrivateName .
|
||||||
|
|
||||||
It is a Syntax Error if the derived UnaryExpression is PrimaryExpression : CoverParenthesizedExpressionAndArrowParameterList and CoverParenthesizedExpressionAndArrowParameterList ultimately derives a phrase that, if used in place of UnaryExpression, would produce a Syntax Error according to these rules. This rule is recursively applied.
|
It is a Syntax Error if the derived UnaryExpression is
|
||||||
|
PrimaryExpression : CoverParenthesizedExpressionAndArrowParameterList and
|
||||||
|
CoverParenthesizedExpressionAndArrowParameterList ultimately derives a
|
||||||
|
phrase that, if used in place of UnaryExpression, would produce a
|
||||||
|
Syntax Error according to these rules. This rule is recursively applied.
|
||||||
|
|
||||||
|
flags: [onlyStrict]
|
||||||
features: [class, class-fields-private]
|
features: [class, class-fields-private]
|
||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -10,7 +10,13 @@ info: |
|
|||||||
|
|
||||||
UnaryExpression : delete UnaryExpression
|
UnaryExpression : delete UnaryExpression
|
||||||
|
|
||||||
It is a Syntax Error if the UnaryExpression is contained in strict mode code and the derived UnaryExpression is PrimaryExpression : IdentifierReference , MemberExpression : MemberExpression.PrivateName , or CallExpression : CallExpression.PrivateName .
|
It is a Syntax Error if the UnaryExpression is contained in strict mode
|
||||||
|
code and the derived UnaryExpression is
|
||||||
|
PrimaryExpression : IdentifierReference ,
|
||||||
|
MemberExpression : MemberExpression.PrivateName , or
|
||||||
|
CallExpression : CallExpression.PrivateName .
|
||||||
|
|
||||||
|
flags: [onlyStrict]
|
||||||
features: [class, class-fields-private]
|
features: [class, class-fields-private]
|
||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -10,9 +10,19 @@ info: |
|
|||||||
|
|
||||||
UnaryExpression : delete UnaryExpression
|
UnaryExpression : delete UnaryExpression
|
||||||
|
|
||||||
It is a Syntax Error if the UnaryExpression is contained in strict mode code and the derived UnaryExpression is PrimaryExpression : IdentifierReference , MemberExpression : MemberExpression.PrivateName , or CallExpression : CallExpression.PrivateName .
|
It is a Syntax Error if the UnaryExpression is contained in strict mode
|
||||||
|
code and the derived UnaryExpression is
|
||||||
|
PrimaryExpression : IdentifierReference ,
|
||||||
|
MemberExpression : MemberExpression.PrivateName , or
|
||||||
|
CallExpression : CallExpression.PrivateName .
|
||||||
|
|
||||||
It is a Syntax Error if the derived UnaryExpression is PrimaryExpression : CoverParenthesizedExpressionAndArrowParameterList and CoverParenthesizedExpressionAndArrowParameterList ultimately derives a phrase that, if used in place of UnaryExpression, would produce a Syntax Error according to these rules. This rule is recursively applied.
|
It is a Syntax Error if the derived UnaryExpression is
|
||||||
|
PrimaryExpression : CoverParenthesizedExpressionAndArrowParameterList and
|
||||||
|
CoverParenthesizedExpressionAndArrowParameterList ultimately derives a
|
||||||
|
phrase that, if used in place of UnaryExpression, would produce a
|
||||||
|
Syntax Error according to these rules. This rule is recursively applied.
|
||||||
|
|
||||||
|
flags: [onlyStrict]
|
||||||
features: [class, class-fields-private, class-fields-public]
|
features: [class, class-fields-private, class-fields-public]
|
||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -10,9 +10,19 @@ info: |
|
|||||||
|
|
||||||
UnaryExpression : delete UnaryExpression
|
UnaryExpression : delete UnaryExpression
|
||||||
|
|
||||||
It is a Syntax Error if the UnaryExpression is contained in strict mode code and the derived UnaryExpression is PrimaryExpression : IdentifierReference , MemberExpression : MemberExpression.PrivateName , or CallExpression : CallExpression.PrivateName .
|
It is a Syntax Error if the UnaryExpression is contained in strict mode
|
||||||
|
code and the derived UnaryExpression is
|
||||||
|
PrimaryExpression : IdentifierReference ,
|
||||||
|
MemberExpression : MemberExpression.PrivateName , or
|
||||||
|
CallExpression : CallExpression.PrivateName .
|
||||||
|
|
||||||
It is a Syntax Error if the derived UnaryExpression is PrimaryExpression : CoverParenthesizedExpressionAndArrowParameterList and CoverParenthesizedExpressionAndArrowParameterList ultimately derives a phrase that, if used in place of UnaryExpression, would produce a Syntax Error according to these rules. This rule is recursively applied.
|
It is a Syntax Error if the derived UnaryExpression is
|
||||||
|
PrimaryExpression : CoverParenthesizedExpressionAndArrowParameterList and
|
||||||
|
CoverParenthesizedExpressionAndArrowParameterList ultimately derives a
|
||||||
|
phrase that, if used in place of UnaryExpression, would produce a
|
||||||
|
Syntax Error according to these rules. This rule is recursively applied.
|
||||||
|
|
||||||
|
flags: [onlyStrict]
|
||||||
features: [class, class-fields-private, class-fields-public]
|
features: [class, class-fields-private, class-fields-public]
|
||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -10,7 +10,13 @@ info: |
|
|||||||
|
|
||||||
UnaryExpression : delete UnaryExpression
|
UnaryExpression : delete UnaryExpression
|
||||||
|
|
||||||
It is a Syntax Error if the UnaryExpression is contained in strict mode code and the derived UnaryExpression is PrimaryExpression : IdentifierReference , MemberExpression : MemberExpression.PrivateName , or CallExpression : CallExpression.PrivateName .
|
It is a Syntax Error if the UnaryExpression is contained in strict mode
|
||||||
|
code and the derived UnaryExpression is
|
||||||
|
PrimaryExpression : IdentifierReference ,
|
||||||
|
MemberExpression : MemberExpression.PrivateName , or
|
||||||
|
CallExpression : CallExpression.PrivateName .
|
||||||
|
|
||||||
|
flags: [onlyStrict]
|
||||||
features: [class, class-fields-private, class-fields-public]
|
features: [class, class-fields-private, class-fields-public]
|
||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -10,9 +10,19 @@ info: |
|
|||||||
|
|
||||||
UnaryExpression : delete UnaryExpression
|
UnaryExpression : delete UnaryExpression
|
||||||
|
|
||||||
It is a Syntax Error if the UnaryExpression is contained in strict mode code and the derived UnaryExpression is PrimaryExpression : IdentifierReference , MemberExpression : MemberExpression.PrivateName , or CallExpression : CallExpression.PrivateName .
|
It is a Syntax Error if the UnaryExpression is contained in strict mode
|
||||||
|
code and the derived UnaryExpression is
|
||||||
|
PrimaryExpression : IdentifierReference ,
|
||||||
|
MemberExpression : MemberExpression.PrivateName , or
|
||||||
|
CallExpression : CallExpression.PrivateName .
|
||||||
|
|
||||||
It is a Syntax Error if the derived UnaryExpression is PrimaryExpression : CoverParenthesizedExpressionAndArrowParameterList and CoverParenthesizedExpressionAndArrowParameterList ultimately derives a phrase that, if used in place of UnaryExpression, would produce a Syntax Error according to these rules. This rule is recursively applied.
|
It is a Syntax Error if the derived UnaryExpression is
|
||||||
|
PrimaryExpression : CoverParenthesizedExpressionAndArrowParameterList and
|
||||||
|
CoverParenthesizedExpressionAndArrowParameterList ultimately derives a
|
||||||
|
phrase that, if used in place of UnaryExpression, would produce a
|
||||||
|
Syntax Error according to these rules. This rule is recursively applied.
|
||||||
|
|
||||||
|
flags: [onlyStrict]
|
||||||
features: [class, class-fields-private]
|
features: [class, class-fields-private]
|
||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -10,9 +10,19 @@ info: |
|
|||||||
|
|
||||||
UnaryExpression : delete UnaryExpression
|
UnaryExpression : delete UnaryExpression
|
||||||
|
|
||||||
It is a Syntax Error if the UnaryExpression is contained in strict mode code and the derived UnaryExpression is PrimaryExpression : IdentifierReference , MemberExpression : MemberExpression.PrivateName , or CallExpression : CallExpression.PrivateName .
|
It is a Syntax Error if the UnaryExpression is contained in strict mode
|
||||||
|
code and the derived UnaryExpression is
|
||||||
|
PrimaryExpression : IdentifierReference ,
|
||||||
|
MemberExpression : MemberExpression.PrivateName , or
|
||||||
|
CallExpression : CallExpression.PrivateName .
|
||||||
|
|
||||||
It is a Syntax Error if the derived UnaryExpression is PrimaryExpression : CoverParenthesizedExpressionAndArrowParameterList and CoverParenthesizedExpressionAndArrowParameterList ultimately derives a phrase that, if used in place of UnaryExpression, would produce a Syntax Error according to these rules. This rule is recursively applied.
|
It is a Syntax Error if the derived UnaryExpression is
|
||||||
|
PrimaryExpression : CoverParenthesizedExpressionAndArrowParameterList and
|
||||||
|
CoverParenthesizedExpressionAndArrowParameterList ultimately derives a
|
||||||
|
phrase that, if used in place of UnaryExpression, would produce a
|
||||||
|
Syntax Error according to these rules. This rule is recursively applied.
|
||||||
|
|
||||||
|
flags: [onlyStrict]
|
||||||
features: [class, class-fields-private]
|
features: [class, class-fields-private]
|
||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
@ -10,7 +10,13 @@ info: |
|
|||||||
|
|
||||||
UnaryExpression : delete UnaryExpression
|
UnaryExpression : delete UnaryExpression
|
||||||
|
|
||||||
It is a Syntax Error if the UnaryExpression is contained in strict mode code and the derived UnaryExpression is PrimaryExpression : IdentifierReference , MemberExpression : MemberExpression.PrivateName , or CallExpression : CallExpression.PrivateName .
|
It is a Syntax Error if the UnaryExpression is contained in strict mode
|
||||||
|
code and the derived UnaryExpression is
|
||||||
|
PrimaryExpression : IdentifierReference ,
|
||||||
|
MemberExpression : MemberExpression.PrivateName , or
|
||||||
|
CallExpression : CallExpression.PrivateName .
|
||||||
|
|
||||||
|
flags: [onlyStrict]
|
||||||
features: [class, class-fields-private]
|
features: [class, class-fields-private]
|
||||||
negative:
|
negative:
|
||||||
type: SyntaxError
|
type: SyntaxError
|
||||||
|
Loading…
x
Reference in New Issue
Block a user