Skip to content
Snippets Groups Projects
Unverified Commit a4882719 authored by Leo Balter's avatar Leo Balter
Browse files

Update class fields tags in non-generated test files

parent d142f754
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
......@@ -4,7 +4,7 @@
/*---
description: Syntax error if the same private field defined twice
esid: sec-class-definitions-static-semantics-early-errors
features: [class-fields]
features: [class, class-fields-private]
negative:
phase: early
type: SyntaxError
......
......@@ -4,7 +4,7 @@
/*---
description: Private class fields early error with StringValue "#constructor"
esid: sec-class-definitions-static-semantics-early-errors
features: [class-fields]
features: [class, class-fields-private]
negative:
phase: early
type: SyntaxError
......
......@@ -7,7 +7,7 @@ info: |
Static Semantics: Early Errors
Module : ModuleBody
It is a Syntax Error if AllPrivateNamesValid of ModuleBody with an empty List as an argument is false.
features: [class-fields]
features: [class, class-fields-private]
flags: [module]
negative:
phase: early
......
......@@ -7,7 +7,7 @@ info: |
Static Semantics: Early Errors
Module : ModuleBody
It is a Syntax Error if AllPrivateNamesValid of ModuleBody with an empty List as an argument is false.
features: [class-fields]
features: [class, class-fields-private]
flags: [module]
negative:
phase: early
......
......@@ -7,7 +7,7 @@ info: |
Static Semantics: Early Errors
Module : ModuleBody
It is a Syntax Error if AllPrivateNamesValid of ModuleBody with an empty List as an argument is false.
features: [class-fields]
features: [class, class-fields-private, class-fields-public]
flags: [module]
negative:
phase: early
......
......@@ -8,7 +8,7 @@ info: |
Static Semantics: Early Errors
Module : ModuleBody
It is a Syntax Error if AllPrivateNamesValid of ModuleBody with an empty List as an argument is false.
features: [class-fields]
features: [class, class-fields-private]
flags: [module]
negative:
phase: early
......
......@@ -7,7 +7,7 @@ info: |
Static Semantics: Early Errors
Module : ModuleBody
It is a Syntax Error if AllPrivateNamesValid of ModuleBody with an empty List as an argument is false.
features: [class-fields]
features: [class, class-fields-private]
flags: [module]
negative:
phase: early
......
......@@ -7,7 +7,7 @@ info: |
Static Semantics: Early Errors
Module : ModuleBody
It is a Syntax Error if AllPrivateNamesValid of ModuleBody with an empty List as an argument is false.
features: [class-fields]
features: [class, class-fields-private]
flags: [module]
negative:
phase: early
......
......@@ -7,7 +7,7 @@ info: |
Static Semantics: Early Errors
Module : ModuleBody
It is a Syntax Error if AllPrivateNamesValid of ModuleBody with an empty List as an argument is false.
features: [class-fields]
features: [class-fields-private]
flags: [module]
negative:
phase: early
......
......@@ -7,7 +7,7 @@ info: |
Static Semantics: Early Errors
Module : ModuleBody
It is a Syntax Error if AllPrivateNamesValid of ModuleBody with an empty List as an argument is false.
features: [class-fields]
features: [class-fields-private]
flags: [module]
negative:
phase: early
......
......@@ -25,7 +25,7 @@ info: |
For all other grammatical productions, recurse on subexpressions/substatements, passing in the names of the caller. If all pieces return true, then return true. If any returns false, return false.
flags: [module]
features: [class-fields]
features: [class, class-fields-private]
---*/
class outer {
......
......@@ -4,7 +4,7 @@
/*---
description: Syntax error if the same private field defined twice
esid: sec-class-definitions-static-semantics-early-errors
features: [class-fields]
features: [class, class-fields-private]
negative:
phase: early
type: SyntaxError
......
......@@ -4,7 +4,7 @@
/*---
description: Private class fields early error with StringValue "#constructor"
esid: sec-class-definitions-static-semantics-early-errors
features: [class-fields]
features: [class, class-fields-private]
negative:
phase: early
type: SyntaxError
......
......@@ -33,7 +33,7 @@ info: |
3. Let entry be PrivateFieldFind(P, O).
4. If entry is not empty, throw a TypeError exception.
features: [class-fields]
features: [class, class-fields-private]
---*/
......
......@@ -22,7 +22,7 @@ info: |
4. If entry is empty, throw a TypeError exception.
5. Return entry.[[PrivateFieldValue]].
features: [class-fields]
features: [class, class-fields-private]
---*/
class Outer {
......
......@@ -22,7 +22,7 @@ info: |
4. If entry is empty, throw a TypeError exception.
5. Return entry.[[PrivateFieldValue]].
features: [class-fields]
features: [class, class-fields-private]
---*/
......
......@@ -22,7 +22,7 @@ info: |
4. If entry is empty, throw a TypeError exception.
5. Return entry.[[PrivateFieldValue]].
features: [class-fields]
features: [class, class-fields-private]
---*/
......
......@@ -22,7 +22,7 @@ info: |
4. If entry is empty, throw a TypeError exception.
5. Return entry.[[PrivateFieldValue]].
features: [class-fields]
features: [class, class-fields-private]
---*/
......
......@@ -22,7 +22,7 @@ info: |
4. If entry is empty, throw a TypeError exception.
5. Return entry.[[PrivateFieldValue]].
features: [class-fields]
features: [class, class-fields-private]
---*/
......
......@@ -28,7 +28,7 @@ info: |
a. If entry.[[PrivateName]] is P, return entry.
4. Return empty.
features: [class-fields]
features: [class, class-fields-private, class-fields-public]
---*/
class C {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment