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

Add missing generators flags

parent e38587ec
Branches
No related tags found
No related merge requests found
Showing
with 22 additions and 7 deletions
......@@ -7,6 +7,7 @@ negative:
phase: early
type: SyntaxError
flags: [module]
features: [generators]
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -7,6 +7,7 @@ negative:
phase: early
type: SyntaxError
flags: [module]
features: [generators]
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -7,6 +7,7 @@ negative:
phase: early
type: SyntaxError
flags: [module]
features: [generators]
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -7,6 +7,7 @@ negative:
phase: early
type: SyntaxError
flags: [module]
features: [generators]
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -7,6 +7,7 @@ negative:
phase: early
type: SyntaxError
flags: [module]
features: [generators]
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -7,6 +7,7 @@ negative:
phase: early
type: SyntaxError
flags: [module]
features: [generators]
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -7,6 +7,7 @@ negative:
phase: early
type: SyntaxError
flags: [module]
features: [generators]
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -7,6 +7,7 @@ negative:
phase: early
type: SyntaxError
flags: [module]
features: [generators]
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -7,6 +7,7 @@ negative:
phase: early
type: SyntaxError
flags: [module]
features: [generators]
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -7,6 +7,7 @@ negative:
phase: early
type: SyntaxError
flags: [module]
features: [generators]
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -18,6 +18,7 @@ negative:
phase: early
type: SyntaxError
flags: [module]
features: [generators]
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -19,6 +19,7 @@ negative:
phase: early
type: SyntaxError
flags: [module]
features: [generators]
---*/
throw "Test262: This statement should not be evaluated.";
......
......@@ -14,6 +14,7 @@ info: >
6. If hasNameProperty is false, then perform SetFunctionName(value,
className).
includes: [propertyHelper.js]
features: [generators]
---*/
class A {
......
......@@ -26,7 +26,7 @@ info: |
2. If HasInitializer of FormalsList is true or HasInitializer of
FormalParameter is true, return count.
3. Return count+1.
features: [default-parameters]
features: [generators, default-parameters]
includes: [propertyHelper.js]
---*/
......
......@@ -4,7 +4,7 @@
description: Referencing the arguments object from a default parameter (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16
features: [default-parameters]
features: [generators, default-parameters]
info: |
ClassDeclaration : class BindingIdentifier ClassTail
......@@ -65,7 +65,7 @@ info: |
FormalsList using iteratorRecord and environment as the arguments.
2. ReturnIfAbrupt(status).
3. Return the result of performing IteratorBindingInitialization for
FormalParameter using iteratorRecord and environment as the arguments.
FormalParameter using iteratorRecord and environment as the arguments.
---*/
var callCount = 0;
......
......@@ -4,7 +4,7 @@
description: Referencing the arguments object from a default parameter (class expression method)
esid: sec-class-definitions-runtime-semantics-evaluation
es6id: 14.5.16
features: [default-parameters]
features: [generators, default-parameters]
info: |
ClassDeclaration : class BindingIdentifier ClassTail
......
......@@ -4,7 +4,7 @@
description: Referencing the arguments object from a default parameter (static class expression generator method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15
features: [default-parameters]
features: [generators, default-parameters]
info: |
ClassDeclaration : class BindingIdentifier ClassTail
......@@ -65,7 +65,7 @@ info: |
FormalsList using iteratorRecord and environment as the arguments.
2. ReturnIfAbrupt(status).
3. Return the result of performing IteratorBindingInitialization for
FormalParameter using iteratorRecord and environment as the arguments.
FormalParameter using iteratorRecord and environment as the arguments.
---*/
var callCount = 0;
......
......@@ -4,7 +4,7 @@
description: Referencing the arguments object from a default parameter (static class expression generator method)
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
es6id: 14.5.15
features: [default-parameters]
features: [generators, default-parameters]
info: |
ClassDeclaration : class BindingIdentifier ClassTail
......
......@@ -17,6 +17,7 @@ info: |
d. Set the VariableEnvironment of calleeContext to varEnv.
e. Let instantiatedVarNames be a new empty List.
[...]
features: [generators]
---*/
var probe;
......
......@@ -18,6 +18,7 @@ info: |
d. Set the VariableEnvironment of calleeContext to varEnv.
e. Let instantiatedVarNames be a new empty List.
[...]
features: [generators]
---*/
var x = 'outside';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment