mirror of https://github.com/tc39/test262.git
Review feedback
This commit is contained in:
parent
10dc6ff75a
commit
e97412ebe3
|
@ -6,6 +6,9 @@ esid: sec-class-definitions-static-semantics-early-errors
|
|||
path: language/statements/class/syntax/early-errors/delete/field-delete-
|
||||
name: in field
|
||||
info: |
|
||||
This file must never use the onlyStrict flag as the strict mode should always
|
||||
be observed inside class bodies.
|
||||
|
||||
Static Semantics: Early Errors
|
||||
|
||||
UnaryExpression : delete UnaryExpression
|
||||
|
|
|
@ -6,6 +6,9 @@ esid: sec-class-definitions-static-semantics-early-errors
|
|||
path: language/statements/class/syntax/early-errors/delete/method-delete-covered-
|
||||
name: in method, covered
|
||||
info: |
|
||||
This file must never use the onlyStrict flag as the strict mode should always
|
||||
be observed inside class bodies.
|
||||
|
||||
Static Semantics: Early Errors
|
||||
|
||||
UnaryExpression : delete UnaryExpression
|
||||
|
|
|
@ -6,6 +6,9 @@ esid: sec-class-definitions-static-semantics-early-errors
|
|||
path: language/statements/class/syntax/early-errors/delete/method-delete-twice-covered-
|
||||
name: in method, recursively covered
|
||||
info: |
|
||||
This file must never use the onlyStrict flag as the strict mode should always
|
||||
be observed inside class bodies.
|
||||
|
||||
Static Semantics: Early Errors
|
||||
|
||||
UnaryExpression : delete UnaryExpression
|
||||
|
|
|
@ -6,6 +6,9 @@ esid: sec-class-definitions-static-semantics-early-errors
|
|||
path: language/statements/class/syntax/early-errors/delete/method-delete-
|
||||
name: in method
|
||||
info: |
|
||||
This file must never use the onlyStrict flag as the strict mode should always
|
||||
be observed inside class bodies.
|
||||
|
||||
Static Semantics: Early Errors
|
||||
|
||||
UnaryExpression : delete UnaryExpression
|
||||
|
|
|
@ -6,6 +6,9 @@ esid: sec-class-definitions-static-semantics-early-errors
|
|||
path: language/expressions/class/syntax/early-errors/delete/field-delete-covered-
|
||||
name: in field, covered
|
||||
info: |
|
||||
This file must never use the onlyStrict flag as the strict mode should always
|
||||
be observed inside class bodies.
|
||||
|
||||
Static Semantics: Early Errors
|
||||
|
||||
UnaryExpression : delete UnaryExpression
|
||||
|
|
|
@ -6,6 +6,9 @@ esid: sec-class-definitions-static-semantics-early-errors
|
|||
path: language/expressions/class/syntax/early-errors/delete/field-delete-twice-covered-
|
||||
name: in field, recursively covered
|
||||
info: |
|
||||
This file must never use the onlyStrict flag as the strict mode should always
|
||||
be observed inside class bodies.
|
||||
|
||||
Static Semantics: Early Errors
|
||||
|
||||
UnaryExpression : delete UnaryExpression
|
||||
|
|
|
@ -6,6 +6,9 @@ esid: sec-class-definitions-static-semantics-early-errors
|
|||
path: language/expressions/class/syntax/early-errors/delete/field-delete-
|
||||
name: in field
|
||||
info: |
|
||||
This file must never use the onlyStrict flag as the strict mode should always
|
||||
be observed inside class bodies.
|
||||
|
||||
Static Semantics: Early Errors
|
||||
|
||||
UnaryExpression : delete UnaryExpression
|
||||
|
|
|
@ -6,6 +6,9 @@ esid: sec-class-definitions-static-semantics-early-errors
|
|||
path: language/expressions/class/syntax/early-errors/delete/method-delete-covered-
|
||||
name: in method, covered
|
||||
info: |
|
||||
This file must never use the onlyStrict flag as the strict mode should always
|
||||
be observed inside class bodies.
|
||||
|
||||
Static Semantics: Early Errors
|
||||
|
||||
UnaryExpression : delete UnaryExpression
|
||||
|
|
|
@ -6,6 +6,9 @@ esid: sec-class-definitions-static-semantics-early-errors
|
|||
path: language/expressions/class/syntax/early-errors/delete/method-delete-twice-covered-
|
||||
name: in method, recursively covered
|
||||
info: |
|
||||
This file must never use the onlyStrict flag as the strict mode should always
|
||||
be observed inside class bodies.
|
||||
|
||||
Static Semantics: Early Errors
|
||||
|
||||
UnaryExpression : delete UnaryExpression
|
||||
|
|
|
@ -6,6 +6,9 @@ esid: sec-class-definitions-static-semantics-early-errors
|
|||
path: language/expressions/class/syntax/early-errors/delete/method-delete-
|
||||
name: in method
|
||||
info: |
|
||||
This file must never use the onlyStrict flag as the strict mode should always
|
||||
be observed inside class bodies.
|
||||
|
||||
Static Semantics: Early Errors
|
||||
|
||||
UnaryExpression : delete UnaryExpression
|
||||
|
|
Loading…
Reference in New Issue