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
...@@ -14,7 +14,7 @@ info: | ...@@ -14,7 +14,7 @@ info: |
1. If names does not contain N, append N to names. 1. If names does not contain N, append N to names.
ii. Let env be env's outer environment reference. ii. Let env be env's outer environment reference.
3. If AllPrivateNamesValid of ScriptBody with the argument names is false, throw a SyntaxError exception. 3. If AllPrivateNamesValid of ScriptBody with the argument names is false, throw a SyntaxError exception.
features: [class-fields] features: [class, class-fields-private]
---*/ ---*/
var executed = false; var executed = false;
......
...@@ -14,7 +14,7 @@ info: | ...@@ -14,7 +14,7 @@ info: |
1. If names does not contain N, append N to names. 1. If names does not contain N, append N to names.
ii. Let env be env's outer environment reference. ii. Let env be env's outer environment reference.
3. If AllPrivateNamesValid of ScriptBody with the argument names is false, throw a SyntaxError exception. 3. If AllPrivateNamesValid of ScriptBody with the argument names is false, throw a SyntaxError exception.
features: [class-fields] features: [class, class-fields-private]
---*/ ---*/
var executed = false; var executed = false;
......
...@@ -14,7 +14,7 @@ info: | ...@@ -14,7 +14,7 @@ info: |
1. If names does not contain N, append N to names. 1. If names does not contain N, append N to names.
ii. Let env be env's outer environment reference. ii. Let env be env's outer environment reference.
3. If AllPrivateNamesValid of ScriptBody with the argument names is false, throw a SyntaxError exception. 3. If AllPrivateNamesValid of ScriptBody with the argument names is false, throw a SyntaxError exception.
features: [class-fields] features: [class, class-fields-private]
---*/ ---*/
var executed = false; var executed = false;
......
...@@ -8,7 +8,7 @@ info: | ...@@ -8,7 +8,7 @@ info: |
1. Let names be an empty List. 1. Let names be an empty List.
... ...
3. If AllPrivateNamesValid of ScriptBody with the argument names is false, throw a SyntaxError exception. 3. If AllPrivateNamesValid of ScriptBody with the argument names is false, throw a SyntaxError exception.
features: [class-fields] features: [class-fields-private]
---*/ ---*/
var executed = false; var executed = false;
......
...@@ -8,7 +8,7 @@ info: | ...@@ -8,7 +8,7 @@ info: |
1. Let names be an empty List. 1. Let names be an empty List.
... ...
3. If AllPrivateNamesValid of ScriptBody with the argument names is false, throw a SyntaxError exception. 3. If AllPrivateNamesValid of ScriptBody with the argument names is false, throw a SyntaxError exception.
features: [class-fields] features: [class-fields-private]
---*/ ---*/
var executed = false; var executed = false;
......
...@@ -27,7 +27,7 @@ info: | ...@@ -27,7 +27,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. 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.
features: [class-fields] features: [class, class-fields-private]
---*/ ---*/
class outer { class outer {
......
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