Remove es6id from generation files

This commit is contained in:
Leo Balter 2019-08-02 12:03:49 -04:00 committed by Rick Waldron
parent aeff2b0048
commit 6d9bef23d3
218 changed files with 0 additions and 218 deletions

View File

@ -4,7 +4,6 @@
path: language/statements/class/accessor-name-inst/
name: Class declaration, instance method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14
info: |
[...]
21. For each ClassElement m in order from methods

View File

@ -4,7 +4,6 @@
path: language/statements/class/accessor-name-static/
name: Class declaration, static method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14
info: |
[...]
21. For each ClassElement m in order from methods

View File

@ -4,7 +4,6 @@
path: language/expressions/class/accessor-name-inst/
name: Class expression, instance method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14
info: |
[...]
21. For each ClassElement m in order from methods

View File

@ -4,7 +4,6 @@
path: language/expressions/class/accessor-name-static/
name: Class expression, static method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14
info: |
[...]
21. For each ClassElement m in order from methods

View File

@ -4,7 +4,6 @@
path: language/expressions/object/accessor-name-
name: Object initializer
esid: sec-object-initializer-runtime-semantics-evaluation
es6id: 12.2.6.8
info: |
ObjectLiteral :
{ PropertyDefinitionList }

View File

@ -4,7 +4,6 @@
path: language/statements/class/accessor-name-inst/
name: Class declaration, instance method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14
info: |
[...]
21. For each ClassElement m in order from methods

View File

@ -4,7 +4,6 @@
path: language/statements/class/accessor-name-static/
name: Class declaration, static method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14
info: |
[...]
21. For each ClassElement m in order from methods

View File

@ -4,7 +4,6 @@
path: language/expressions/class/accessor-name-inst/
name: Class expression, instance method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14
info: |
[...]
21. For each ClassElement m in order from methods

View File

@ -4,7 +4,6 @@
path: language/expressions/class/accessor-name-static/
name: Class expression, static method
esid: sec-runtime-semantics-classdefinitionevaluation
es6id: 14.5.14
info: |
[...]
21. For each ClassElement m in order from methods

View File

@ -4,7 +4,6 @@
path: language/expressions/object/accessor-name-
name: Object initializer
esid: sec-object-initializer-runtime-semantics-evaluation
es6id: 12.2.6.8
info: |
ObjectLiteral :
{ PropertyDefinitionList }

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/direct/func-block-decl-
name: Block statement in eval code containing a function declaration
esid: sec-web-compat-evaldeclarationinstantiation
es6id: B.3.3.3
flags: [noStrict]
---*/

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/direct/func-if-decl-else-decl-a-
name: IfStatement with a declaration in both statement positions in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/direct/func-if-decl-else-decl-b-
name: IfStatement with a declaration in both statement positions in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/direct/func-if-decl-else-stmt-
name: IfStatement with a declaration in the first statement position in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/direct/func-if-decl-no-else-
name: IfStatement without an else clause in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/direct/func-if-stmt-else-decl-
name: IfStatement with a declaration in the second statement position in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -5,7 +5,6 @@ path: annexB/language/eval-code/direct/func-switch-case-
name: >
Function declaration in the `case` clause of a `switch` statement in eval code
esid: sec-web-compat-evaldeclarationinstantiation
es6id: B.3.3.3
flags: [noStrict]
---*/

View File

@ -5,7 +5,6 @@ path: annexB/language/eval-code/direct/func-switch-dflt-
name: >
Funtion declaration in the `default` clause of a `switch` statement in eval code in the global scope
esid: sec-web-compat-evaldeclarationinstantiation
es6id: B.3.3.3
flags: [noStrict]
---*/

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/direct/global-block-decl-
name: Block statement in eval code containing a function declaration
esid: sec-web-compat-evaldeclarationinstantiation
es6id: B.3.3.3
flags: [noStrict]
---*/

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/direct/global-if-decl-else-decl-a-
name: IfStatement with a declaration in both statement positions in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.3
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/direct/global-if-decl-else-decl-b-
name: IfStatement with a declaration in both statement positions in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/direct/global-if-decl-else-stmt-
name: IfStatement with a declaration in the first statement position in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/direct/global-if-decl-no-else-
name: IfStatement without an else clause in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/direct/global-if-stmt-else-decl-
name: IfStatement with a declaration in the second statement position in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -5,7 +5,6 @@ path: annexB/language/eval-code/direct/global-switch-case-
name: >
Function declaration in the `case` clause of a `switch` statement in eval code
esid: sec-web-compat-evaldeclarationinstantiation
es6id: B.3.3.3
flags: [noStrict]
---*/

View File

@ -5,7 +5,6 @@ path: annexB/language/eval-code/direct/global-switch-dflt-
name: >
Funtion declaration in the `default` clause of a `switch` statement in eval code in the global scope
esid: sec-web-compat-evaldeclarationinstantiation
es6id: B.3.3.3
flags: [noStrict]
---*/

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/indirect/global-block-decl-
name: Block statement in eval code containing a function declaration
esid: sec-web-compat-evaldeclarationinstantiation
es6id: B.3.3.3
flags: [noStrict]
---*/

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/indirect/global-if-decl-else-decl-a-
name: IfStatement with a declaration in both statement positions in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.3
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/indirect/global-if-decl-else-decl-b-
name: IfStatement with a declaration in both statement positions in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/indirect/global-if-decl-else-stmt-
name: IfStatement with a declaration in the first statement position in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/indirect/global-if-decl-no-else-
name: IfStatement without an else clause in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/indirect/global-if-stmt-else-decl-
name: IfStatement with a declaration in the second statement position in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -5,7 +5,6 @@ path: annexB/language/eval-code/indirect/global-switch-case-
name: >
Function declaration in the `case` clause of a `switch` statement in eval code
esid: sec-web-compat-evaldeclarationinstantiation
es6id: B.3.3.3
flags: [noStrict]
---*/

View File

@ -5,7 +5,6 @@ path: annexB/language/eval-code/indirect/global-switch-dflt-
name: >
Funtion declaration in the `default` clause of a `switch` statement in eval code in the global scope
esid: sec-web-compat-evaldeclarationinstantiation
es6id: B.3.3.3
flags: [noStrict]
---*/

View File

@ -4,7 +4,6 @@
path: annexB/language/function-code/block-decl-
name: Block statement in function scope containing a function declaration
esid: sec-web-compat-functiondeclarationinstantiation
es6id: B.3.3.1
flags: [noStrict]
---*/

View File

@ -4,7 +4,6 @@
path: annexB/language/function-code/if-decl-else-decl-a-
name: IfStatement with a declaration in both statement positions in function scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/function-code/if-decl-else-decl-b-
name: IfStatement with a declaration in both statement positions in function scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/function-code/if-decl-else-stmt-
name: IfStatement with a declaration in the first statement position in function scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/function-code/if-decl-no-else-
name: IfStatement without an else clause in function scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/function-code/if-stmt-else-decl-
name: IfStatement with a declaration in the second statement position in function scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -5,7 +5,6 @@ path: annexB/language/function-code/switch-case-
name: >
Function declaration in the `case` clause of a `switch` statement in function scope
esid: sec-web-compat-functiondeclarationinstantiation
es6id: B.3.3.1
flags: [noStrict]
---*/

View File

@ -5,7 +5,6 @@ path: annexB/language/function-code/switch-dflt-
name: >
Funtion declaration in the `default` clause of a `switch` statement in function scope
esid: sec-web-compat-functiondeclarationinstantiation
es6id: B.3.3.1
flags: [noStrict]
---*/

View File

@ -4,7 +4,6 @@
path: annexB/language/global-code/block-decl-
name: Block statement in the global scope containing a function declaration
esid: sec-web-compat-globaldeclarationinstantiation
es6id: B.3.3.2
flags: [noStrict]
---*/

View File

@ -4,7 +4,6 @@
path: annexB/language/global-code/if-decl-else-decl-a-
name: IfStatement with a declaration in both statement positions in the global scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/global-code/if-decl-else-decl-b-
name: IfStatement with a declaration in both statement positions in the global scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/global-code/if-decl-else-stmt-
name: IfStatement with a declaration in the first statement position in the global scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/global-code/if-decl-no-else-
name: IfStatement without an else clause in the global scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -4,7 +4,6 @@
path: annexB/language/global-code/if-stmt-else-decl-
name: IfStatement with a declaration in the second statement position in the global scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: |
The following rules for IfStatement augment those in 13.6:

View File

@ -5,7 +5,6 @@ path: annexB/language/global-code/switch-case-
name: >
Function declaration in the `case` clause of a `switch` statement in the global scope
esid: sec-web-compat-globaldeclarationinstantiation
es6id: B.3.3.2
flags: [noStrict]
---*/

View File

@ -5,7 +5,6 @@ path: annexB/language/global-code/switch-dflt-
name: >
Funtion declaration in the `default` clause of a `switch` statement in the global scope
esid: sec-web-compat-globaldeclarationinstantiation
es6id: B.3.3.2
flags: [noStrict]
---*/

View File

@ -9,7 +9,6 @@ info: |
features: [Symbol.iterator]
template: async-generator
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -10,7 +10,6 @@ info: |
features: [Symbol.iterator]
template: async-generator
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -20,7 +20,6 @@ info: |
features: [Symbol.iterator]
template: async-generator
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -20,7 +20,6 @@ info: |
features: [Symbol.iterator, generators]
template: async-generator
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -11,7 +11,6 @@ info: |
5. Return result.
features: [Symbol.iterator]
template: async-generator
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -17,7 +17,6 @@ info: |
status).
features: [Symbol.iterator]
template: async-generator
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -27,7 +27,6 @@ info: |
exception.
features: [Symbol.iterator]
template: default
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -17,7 +17,6 @@ info: |
features: [Symbol.iterator]
template: async-generator
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -19,7 +19,6 @@ info: |
b. Return Completion(status).
features: [Symbol.iterator]
template: async-generator
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -18,7 +18,6 @@ info: |
features: [Symbol.iterator]
template: async-generator
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -9,7 +9,6 @@ info: |
2. ReturnIfAbrupt(iterator).
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -9,7 +9,6 @@ info: |
5. If iteratorRecord.[[done]] is false, return IteratorClose(iterator, result).
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -21,7 +21,6 @@ info: |
exception.
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -12,7 +12,6 @@ info: |
6. Return result.
features: [Symbol.iterator]
template: default
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -19,7 +19,6 @@ info: |
[...]
features: [Symbol.iterator]
template: default
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -20,7 +20,6 @@ info: |
8. If innerResult.[[type]] is throw, return Completion(innerResult).
features: [Symbol.iterator, generators]
template: default
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -21,7 +21,6 @@ info: |
exception.
features: [Symbol.iterator, generators]
template: default
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -20,7 +20,6 @@ info: |
8. If innerResult.[[type]] is throw, return Completion(innerResult).
features: [Symbol.iterator, generators]
template: default
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -13,7 +13,6 @@ info: |
6. Return result.
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -12,7 +12,6 @@ info: |
6. Return result.
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -19,7 +19,6 @@ info: |
[...]
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -17,7 +17,6 @@ info: |
ii. Return Completion(status).
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -17,7 +17,6 @@ info: |
status).
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -27,7 +27,6 @@ info: |
exception.
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -18,7 +18,6 @@ info: |
9. Return Completion(status).
features: [Symbol.iterator]
template: default
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -23,7 +23,6 @@ info: |
[...]
features: [Symbol.iterator]
template: default
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -10,7 +10,6 @@ info: |
2. ReturnIfAbrupt(iterator).
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -17,7 +17,6 @@ info: |
b. Return Completion(status).
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -27,7 +27,6 @@ info: |
exception.
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -19,7 +19,6 @@ info: |
b. Return Completion(status).
features: [Symbol.iterator]
template: default
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -25,7 +25,6 @@ info: |
[...]
features: [Symbol.iterator]
template: default
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -25,7 +25,6 @@ info: |
8. If innerResult.[[type]] is throw, return Completion(innerResult).
features: [Symbol.iterator, generators]
template: default
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -27,7 +27,6 @@ info: |
exception.
features: [Symbol.iterator, generators]
template: default
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -26,7 +26,6 @@ info: |
8. If innerResult.[[type]] is throw, return Completion(innerResult).
features: [Symbol.iterator, generators]
template: default
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -24,7 +24,6 @@ info: |
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -19,7 +19,6 @@ info: |
b. Return Completion(status).
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -25,7 +25,6 @@ info: |
[...]
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -18,7 +18,6 @@ info: |
9. Return Completion(status).
features: [Symbol.iterator]
template: default
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -25,7 +25,6 @@ info: |
8. If innerResult.[[type]] is throw, return Completion(innerResult).
features: [Symbol.iterator, generators]
template: default
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -24,7 +24,6 @@ info: |
8. If innerResult.[[type]] is throw, return Completion(innerResult).
features: [Symbol.iterator, generators]
template: default
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -25,7 +25,6 @@ info: |
8. If innerResult.[[type]] is throw, return Completion(innerResult).
features: [Symbol.iterator, generators]
template: default
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -23,7 +23,6 @@ info: |
7. If completion.[[type]] is throw, return Completion(completion)
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -16,7 +16,6 @@ info: |
9. Return Completion(status).
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -24,7 +24,6 @@ info: |
[...]
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -13,7 +13,6 @@ info: |
[...]
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -9,7 +9,6 @@ info: |
2. ReturnIfAbrupt(iterator).
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -13,7 +13,6 @@ info: |
6. Return result.
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -22,7 +22,6 @@ info: |
exception.
features: [Symbol.iterator]
template: error
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -13,7 +13,6 @@ info: |
[...]
features: [Symbol.iterator]
template: default
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

View File

@ -20,7 +20,6 @@ info: |
[...]
features: [Symbol.iterator]
template: default
es6id: 12.14.5.2
esid: sec-runtime-semantics-destructuringassignmentevaluation
---*/

Some files were not shown because too many files have changed in this diff Show More