Review feedback

This commit is contained in:
Leo Balter 2018-11-13 17:39:13 -05:00 committed by Rick Waldron
parent 10dc6ff75a
commit e97412ebe3
10 changed files with 30 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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