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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/direct/func-if-decl-else-decl-a- path: annexB/language/eval-code/direct/func-if-decl-else-decl-a-
name: IfStatement with a declaration in both statement positions in eval code name: IfStatement with a declaration in both statement positions in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/eval-code/direct/func-if-decl-else-decl-b-
name: IfStatement with a declaration in both statement positions in eval code name: IfStatement with a declaration in both statement positions in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/eval-code/direct/func-if-decl-else-stmt-
name: IfStatement with a declaration in the first statement position in eval code name: IfStatement with a declaration in the first statement position in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/eval-code/direct/func-if-decl-no-else-
name: IfStatement without an else clause in eval code name: IfStatement without an else clause in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/eval-code/direct/func-if-stmt-else-decl-
name: IfStatement with a declaration in the second statement position in eval code name: IfStatement with a declaration in the second statement position in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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: > name: >
Function declaration in the `case` clause of a `switch` statement in eval code Function declaration in the `case` clause of a `switch` statement in eval code
esid: sec-web-compat-evaldeclarationinstantiation esid: sec-web-compat-evaldeclarationinstantiation
es6id: B.3.3.3
flags: [noStrict] flags: [noStrict]
---*/ ---*/

View File

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

View File

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

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/direct/global-if-decl-else-decl-a- path: annexB/language/eval-code/direct/global-if-decl-else-decl-a-
name: IfStatement with a declaration in both statement positions in eval code name: IfStatement with a declaration in both statement positions in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.3
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/eval-code/direct/global-if-decl-else-decl-b-
name: IfStatement with a declaration in both statement positions in eval code name: IfStatement with a declaration in both statement positions in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/eval-code/direct/global-if-decl-else-stmt-
name: IfStatement with a declaration in the first statement position in eval code name: IfStatement with a declaration in the first statement position in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/eval-code/direct/global-if-decl-no-else-
name: IfStatement without an else clause in eval code name: IfStatement without an else clause in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/eval-code/direct/global-if-stmt-else-decl-
name: IfStatement with a declaration in the second statement position in eval code name: IfStatement with a declaration in the second statement position in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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: > name: >
Function declaration in the `case` clause of a `switch` statement in eval code Function declaration in the `case` clause of a `switch` statement in eval code
esid: sec-web-compat-evaldeclarationinstantiation esid: sec-web-compat-evaldeclarationinstantiation
es6id: B.3.3.3
flags: [noStrict] flags: [noStrict]
---*/ ---*/

View File

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

View File

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

View File

@ -4,7 +4,6 @@
path: annexB/language/eval-code/indirect/global-if-decl-else-decl-a- path: annexB/language/eval-code/indirect/global-if-decl-else-decl-a-
name: IfStatement with a declaration in both statement positions in eval code name: IfStatement with a declaration in both statement positions in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.3
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/eval-code/indirect/global-if-decl-else-decl-b-
name: IfStatement with a declaration in both statement positions in eval code name: IfStatement with a declaration in both statement positions in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/eval-code/indirect/global-if-decl-else-stmt-
name: IfStatement with a declaration in the first statement position in eval code name: IfStatement with a declaration in the first statement position in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/eval-code/indirect/global-if-decl-no-else-
name: IfStatement without an else clause in eval code name: IfStatement without an else clause in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/eval-code/indirect/global-if-stmt-else-decl-
name: IfStatement with a declaration in the second statement position in eval code name: IfStatement with a declaration in the second statement position in eval code
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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: > name: >
Function declaration in the `case` clause of a `switch` statement in eval code Function declaration in the `case` clause of a `switch` statement in eval code
esid: sec-web-compat-evaldeclarationinstantiation esid: sec-web-compat-evaldeclarationinstantiation
es6id: B.3.3.3
flags: [noStrict] flags: [noStrict]
---*/ ---*/

View File

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

View File

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

View File

@ -4,7 +4,6 @@
path: annexB/language/function-code/if-decl-else-decl-a- path: annexB/language/function-code/if-decl-else-decl-a-
name: IfStatement with a declaration in both statement positions in function scope name: IfStatement with a declaration in both statement positions in function scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/function-code/if-decl-else-decl-b-
name: IfStatement with a declaration in both statement positions in function scope name: IfStatement with a declaration in both statement positions in function scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/function-code/if-decl-else-stmt-
name: IfStatement with a declaration in the first statement position in function scope name: IfStatement with a declaration in the first statement position in function scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/function-code/if-decl-no-else-
name: IfStatement without an else clause in function scope name: IfStatement without an else clause in function scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/function-code/if-stmt-else-decl-
name: IfStatement with a declaration in the second statement position in function scope name: IfStatement with a declaration in the second statement position in function scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: The following rules for IfStatement augment those in 13.6:

View File

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

View File

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

View File

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

View File

@ -4,7 +4,6 @@
path: annexB/language/global-code/if-decl-else-decl-a- path: annexB/language/global-code/if-decl-else-decl-a-
name: IfStatement with a declaration in both statement positions in the global scope name: IfStatement with a declaration in both statement positions in the global scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/global-code/if-decl-else-decl-b-
name: IfStatement with a declaration in both statement positions in the global scope name: IfStatement with a declaration in both statement positions in the global scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/global-code/if-decl-else-stmt-
name: IfStatement with a declaration in the first statement position in the global scope name: IfStatement with a declaration in the first statement position in the global scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/global-code/if-decl-no-else-
name: IfStatement without an else clause in the global scope name: IfStatement without an else clause in the global scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: 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- path: annexB/language/global-code/if-stmt-else-decl-
name: IfStatement with a declaration in the second statement position in the global scope name: IfStatement with a declaration in the second statement position in the global scope
esid: sec-functiondeclarations-in-ifstatement-statement-clauses esid: sec-functiondeclarations-in-ifstatement-statement-clauses
es6id: B.3.4
info: | info: |
The following rules for IfStatement augment those in 13.6: The following rules for IfStatement augment those in 13.6:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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