mirror of
https://github.com/tc39/test262.git
synced 2025-07-29 00:44:32 +02:00
Generate tests
This commit is contained in:
parent
650d084fe3
commit
dffbe50668
@ -5,7 +5,7 @@
|
|||||||
description: Elision accepts exhausted iterator (arrow function expression)
|
description: Elision accepts exhausted iterator (arrow function expression)
|
||||||
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.2.16
|
es6id: 14.2.16
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ArrowFunction : ArrowParameters => ConciseBody
|
ArrowFunction : ArrowParameters => ConciseBody
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator and forwards abrupt completions (arrow function expression)
|
description: Elision advances iterator and forwards abrupt completions (arrow function expression)
|
||||||
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.2.16
|
es6id: 14.2.16
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ArrowFunction : ArrowParameters => ConciseBody
|
ArrowFunction : ArrowParameters => ConciseBody
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator (arrow function expression)
|
description: Elision advances iterator (arrow function expression)
|
||||||
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.2.16
|
es6id: 14.2.16
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ArrowFunction : ArrowParameters => ConciseBody
|
ArrowFunction : ArrowParameters => ConciseBody
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision accepts exhausted iterator (arrow function expression (default parameter))
|
description: Elision accepts exhausted iterator (arrow function expression (default parameter))
|
||||||
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.2.16
|
es6id: 14.2.16
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ArrowFunction : ArrowParameters => ConciseBody
|
ArrowFunction : ArrowParameters => ConciseBody
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator and forwards abrupt completions (arrow function expression (default parameter))
|
description: Elision advances iterator and forwards abrupt completions (arrow function expression (default parameter))
|
||||||
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.2.16
|
es6id: 14.2.16
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ArrowFunction : ArrowParameters => ConciseBody
|
ArrowFunction : ArrowParameters => ConciseBody
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator (arrow function expression (default parameter))
|
description: Elision advances iterator (arrow function expression (default parameter))
|
||||||
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
esid: sec-arrow-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.2.16
|
es6id: 14.2.16
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ArrowFunction : ArrowParameters => ConciseBody
|
ArrowFunction : ArrowParameters => ConciseBody
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision accepts exhausted iterator (async generator function expression)
|
description: Elision accepts exhausted iterator (async generator function expression)
|
||||||
esid: sec-asyncgenerator-definitions-evaluation
|
esid: sec-asyncgenerator-definitions-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorExpression : async [no LineTerminator here] function * ( FormalParameters ) {
|
AsyncGeneratorExpression : async [no LineTerminator here] function * ( FormalParameters ) {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator and forwards abrupt completions (async generator function expression)
|
description: Elision advances iterator and forwards abrupt completions (async generator function expression)
|
||||||
esid: sec-asyncgenerator-definitions-evaluation
|
esid: sec-asyncgenerator-definitions-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorExpression : async [no LineTerminator here] function * ( FormalParameters ) {
|
AsyncGeneratorExpression : async [no LineTerminator here] function * ( FormalParameters ) {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator (async generator function expression)
|
description: Elision advances iterator (async generator function expression)
|
||||||
esid: sec-asyncgenerator-definitions-evaluation
|
esid: sec-asyncgenerator-definitions-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorExpression : async [no LineTerminator here] function * ( FormalParameters ) {
|
AsyncGeneratorExpression : async [no LineTerminator here] function * ( FormalParameters ) {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision accepts exhausted iterator (async generator function expression (default parameter))
|
description: Elision accepts exhausted iterator (async generator function expression (default parameter))
|
||||||
esid: sec-asyncgenerator-definitions-evaluation
|
esid: sec-asyncgenerator-definitions-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorExpression : async [no LineTerminator here] function * ( FormalParameters ) {
|
AsyncGeneratorExpression : async [no LineTerminator here] function * ( FormalParameters ) {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator and forwards abrupt completions (async generator function expression (default parameter))
|
description: Elision advances iterator and forwards abrupt completions (async generator function expression (default parameter))
|
||||||
esid: sec-asyncgenerator-definitions-evaluation
|
esid: sec-asyncgenerator-definitions-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorExpression : async [no LineTerminator here] function * ( FormalParameters ) {
|
AsyncGeneratorExpression : async [no LineTerminator here] function * ( FormalParameters ) {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator (async generator function expression (default parameter))
|
description: Elision advances iterator (async generator function expression (default parameter))
|
||||||
esid: sec-asyncgenerator-definitions-evaluation
|
esid: sec-asyncgenerator-definitions-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorExpression : async [no LineTerminator here] function * ( FormalParameters ) {
|
AsyncGeneratorExpression : async [no LineTerminator here] function * ( FormalParameters ) {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision accepts exhausted iterator (async generator named function expression)
|
description: Elision accepts exhausted iterator (async generator named function expression)
|
||||||
esid: sec-asyncgenerator-definitions-evaluation
|
esid: sec-asyncgenerator-definitions-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorExpression : async [no LineTerminator here] function * BindingIdentifier
|
AsyncGeneratorExpression : async [no LineTerminator here] function * BindingIdentifier
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator and forwards abrupt completions (async generator named function expression)
|
description: Elision advances iterator and forwards abrupt completions (async generator named function expression)
|
||||||
esid: sec-asyncgenerator-definitions-evaluation
|
esid: sec-asyncgenerator-definitions-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorExpression : async [no LineTerminator here] function * BindingIdentifier
|
AsyncGeneratorExpression : async [no LineTerminator here] function * BindingIdentifier
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator (async generator named function expression)
|
description: Elision advances iterator (async generator named function expression)
|
||||||
esid: sec-asyncgenerator-definitions-evaluation
|
esid: sec-asyncgenerator-definitions-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorExpression : async [no LineTerminator here] function * BindingIdentifier
|
AsyncGeneratorExpression : async [no LineTerminator here] function * BindingIdentifier
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision accepts exhausted iterator (async generator named function expression (default parameter))
|
description: Elision accepts exhausted iterator (async generator named function expression (default parameter))
|
||||||
esid: sec-asyncgenerator-definitions-evaluation
|
esid: sec-asyncgenerator-definitions-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorExpression : async [no LineTerminator here] function * BindingIdentifier
|
AsyncGeneratorExpression : async [no LineTerminator here] function * BindingIdentifier
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator and forwards abrupt completions (async generator named function expression (default parameter))
|
description: Elision advances iterator and forwards abrupt completions (async generator named function expression (default parameter))
|
||||||
esid: sec-asyncgenerator-definitions-evaluation
|
esid: sec-asyncgenerator-definitions-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorExpression : async [no LineTerminator here] function * BindingIdentifier
|
AsyncGeneratorExpression : async [no LineTerminator here] function * BindingIdentifier
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator (async generator named function expression (default parameter))
|
description: Elision advances iterator (async generator named function expression (default parameter))
|
||||||
esid: sec-asyncgenerator-definitions-evaluation
|
esid: sec-asyncgenerator-definitions-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorExpression : async [no LineTerminator here] function * BindingIdentifier
|
AsyncGeneratorExpression : async [no LineTerminator here] function * BindingIdentifier
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision accepts exhausted iterator (class expression method)
|
description: Elision accepts exhausted iterator (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator and forwards abrupt completions (class expression method)
|
description: Elision advances iterator and forwards abrupt completions (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator (class expression method)
|
description: Elision advances iterator (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision accepts exhausted iterator (class expression async generator method (default parameter))
|
description: Elision accepts exhausted iterator (class expression async generator method (default parameter))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator and forwards abrupt completions (class expression async generator method (default parameter))
|
description: Elision advances iterator and forwards abrupt completions (class expression async generator method (default parameter))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator (class expression async generator method (default parameter))
|
description: Elision advances iterator (class expression async generator method (default parameter))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision accepts exhausted iterator (static class expression async generator method)
|
description: Elision accepts exhausted iterator (static class expression async generator method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator and forwards abrupt completions (static class expression async generator method)
|
description: Elision advances iterator and forwards abrupt completions (static class expression async generator method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator (static class expression async generator method)
|
description: Elision advances iterator (static class expression async generator method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision accepts exhausted iterator (static class expression async generator method (default parameter))
|
description: Elision accepts exhausted iterator (static class expression async generator method (default parameter))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator and forwards abrupt completions (static class expression async generator method (default parameter))
|
description: Elision advances iterator and forwards abrupt completions (static class expression async generator method (default parameter))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator (static class expression async generator method (default parameter))
|
description: Elision advances iterator (static class expression async generator method (default parameter))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision accepts exhausted iterator (class expression method)
|
description: Elision accepts exhausted iterator (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator and forwards abrupt completions (class expression method)
|
description: Elision advances iterator and forwards abrupt completions (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator (class expression method)
|
description: Elision advances iterator (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision accepts exhausted iterator (class expression method (default parameter))
|
description: Elision accepts exhausted iterator (class expression method (default parameter))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator and forwards abrupt completions (class expression method (default parameter))
|
description: Elision advances iterator and forwards abrupt completions (class expression method (default parameter))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator (class expression method (default parameter))
|
description: Elision advances iterator (class expression method (default parameter))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision accepts exhausted iterator (static class expression generator method)
|
description: Elision accepts exhausted iterator (static class expression generator method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator and forwards abrupt completions (static class expression generator method)
|
description: Elision advances iterator and forwards abrupt completions (static class expression generator method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator (static class expression generator method)
|
description: Elision advances iterator (static class expression generator method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision accepts exhausted iterator (static class expression generator method (default parameter))
|
description: Elision accepts exhausted iterator (static class expression generator method (default parameter))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator and forwards abrupt completions (static class expression generator method (default parameter))
|
description: Elision advances iterator and forwards abrupt completions (static class expression generator method (default parameter))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator (static class expression generator method (default parameter))
|
description: Elision advances iterator (static class expression generator method (default parameter))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision accepts exhausted iterator (class expression method)
|
description: Elision accepts exhausted iterator (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator and forwards abrupt completions (class expression method)
|
description: Elision advances iterator and forwards abrupt completions (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator (class expression method)
|
description: Elision advances iterator (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision accepts exhausted iterator (class expression method (default parameter))
|
description: Elision accepts exhausted iterator (class expression method (default parameter))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator and forwards abrupt completions (class expression method (default parameter))
|
description: Elision advances iterator and forwards abrupt completions (class expression method (default parameter))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator (class expression method (default parameter))
|
description: Elision advances iterator (class expression method (default parameter))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision accepts exhausted iterator (static class expression method)
|
description: Elision accepts exhausted iterator (static class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator and forwards abrupt completions (static class expression method)
|
description: Elision advances iterator and forwards abrupt completions (static class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator (static class expression method)
|
description: Elision advances iterator (static class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision accepts exhausted iterator (static class expression method (default parameter))
|
description: Elision accepts exhausted iterator (static class expression method (default parameter))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator and forwards abrupt completions (static class expression method (default parameter))
|
description: Elision advances iterator and forwards abrupt completions (static class expression method (default parameter))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator (static class expression method (default parameter))
|
description: Elision advances iterator (static class expression method (default parameter))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.5.16
|
es6id: 14.5.16
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassExpression : class BindingIdentifieropt ClassTail
|
ClassExpression : class BindingIdentifieropt ClassTail
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision accepts exhausted iterator (function expression)
|
description: Elision accepts exhausted iterator (function expression)
|
||||||
esid: sec-function-definitions-runtime-semantics-evaluation
|
esid: sec-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.1.20
|
es6id: 14.1.20
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator and forwards abrupt completions (function expression)
|
description: Elision advances iterator and forwards abrupt completions (function expression)
|
||||||
esid: sec-function-definitions-runtime-semantics-evaluation
|
esid: sec-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.1.20
|
es6id: 14.1.20
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator (function expression)
|
description: Elision advances iterator (function expression)
|
||||||
esid: sec-function-definitions-runtime-semantics-evaluation
|
esid: sec-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.1.20
|
es6id: 14.1.20
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision accepts exhausted iterator (function expression (default parameter))
|
description: Elision accepts exhausted iterator (function expression (default parameter))
|
||||||
esid: sec-function-definitions-runtime-semantics-evaluation
|
esid: sec-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.1.20
|
es6id: 14.1.20
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator and forwards abrupt completions (function expression (default parameter))
|
description: Elision advances iterator and forwards abrupt completions (function expression (default parameter))
|
||||||
esid: sec-function-definitions-runtime-semantics-evaluation
|
esid: sec-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.1.20
|
es6id: 14.1.20
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator (function expression (default parameter))
|
description: Elision advances iterator (function expression (default parameter))
|
||||||
esid: sec-function-definitions-runtime-semantics-evaluation
|
esid: sec-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.1.20
|
es6id: 14.1.20
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
FunctionExpression : function ( FormalParameters ) { FunctionBody }
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision accepts exhausted iterator (generator function expression)
|
description: Elision accepts exhausted iterator (generator function expression)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.4.14
|
es6id: 14.4.14
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator and forwards abrupt completions (generator function expression)
|
description: Elision advances iterator and forwards abrupt completions (generator function expression)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.4.14
|
es6id: 14.4.14
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator (generator function expression)
|
description: Elision advances iterator (generator function expression)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.4.14
|
es6id: 14.4.14
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision accepts exhausted iterator (generator function expression (default parameter))
|
description: Elision accepts exhausted iterator (generator function expression (default parameter))
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.4.14
|
es6id: 14.4.14
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator and forwards abrupt completions (generator function expression (default parameter))
|
description: Elision advances iterator and forwards abrupt completions (generator function expression (default parameter))
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.4.14
|
es6id: 14.4.14
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator (generator function expression (default parameter))
|
description: Elision advances iterator (generator function expression (default parameter))
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
esid: sec-generator-function-definitions-runtime-semantics-evaluation
|
||||||
es6id: 14.4.14
|
es6id: 14.4.14
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
GeneratorExpression : function * ( FormalParameters ) { GeneratorBody }
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision accepts exhausted iterator (async generator method)
|
description: Elision accepts exhausted iterator (async generator method)
|
||||||
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
|
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorMethod :
|
AsyncGeneratorMethod :
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator and forwards abrupt completions (async generator method)
|
description: Elision advances iterator and forwards abrupt completions (async generator method)
|
||||||
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
|
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorMethod :
|
AsyncGeneratorMethod :
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator (async generator method)
|
description: Elision advances iterator (async generator method)
|
||||||
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
|
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorMethod :
|
AsyncGeneratorMethod :
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision accepts exhausted iterator (async generator method (default parameter))
|
description: Elision accepts exhausted iterator (async generator method (default parameter))
|
||||||
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
|
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorMethod :
|
AsyncGeneratorMethod :
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator and forwards abrupt completions (async generator method (default parameter))
|
description: Elision advances iterator and forwards abrupt completions (async generator method (default parameter))
|
||||||
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
|
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorMethod :
|
AsyncGeneratorMethod :
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator (async generator method (default parameter))
|
description: Elision advances iterator (async generator method (default parameter))
|
||||||
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
|
esid: sec-asyncgenerator-definitions-propertydefinitionevaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorMethod :
|
AsyncGeneratorMethod :
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision accepts exhausted iterator (generator method)
|
description: Elision accepts exhausted iterator (generator method)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
||||||
es6id: 14.4.13
|
es6id: 14.4.13
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
GeneratorMethod :
|
GeneratorMethod :
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator and forwards abrupt completions (generator method)
|
description: Elision advances iterator and forwards abrupt completions (generator method)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
||||||
es6id: 14.4.13
|
es6id: 14.4.13
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
GeneratorMethod :
|
GeneratorMethod :
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator (generator method)
|
description: Elision advances iterator (generator method)
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
||||||
es6id: 14.4.13
|
es6id: 14.4.13
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
GeneratorMethod :
|
GeneratorMethod :
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision accepts exhausted iterator (generator method (default parameter))
|
description: Elision accepts exhausted iterator (generator method (default parameter))
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
||||||
es6id: 14.4.13
|
es6id: 14.4.13
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
GeneratorMethod :
|
GeneratorMethod :
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator and forwards abrupt completions (generator method (default parameter))
|
description: Elision advances iterator and forwards abrupt completions (generator method (default parameter))
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
||||||
es6id: 14.4.13
|
es6id: 14.4.13
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
GeneratorMethod :
|
GeneratorMethod :
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator (generator method (default parameter))
|
description: Elision advances iterator (generator method (default parameter))
|
||||||
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
esid: sec-generator-function-definitions-runtime-semantics-propertydefinitionevaluation
|
||||||
es6id: 14.4.13
|
es6id: 14.4.13
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
GeneratorMethod :
|
GeneratorMethod :
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision accepts exhausted iterator (method)
|
description: Elision accepts exhausted iterator (method)
|
||||||
esid: sec-runtime-semantics-definemethod
|
esid: sec-runtime-semantics-definemethod
|
||||||
es6id: 14.3.8
|
es6id: 14.3.8
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator and forwards abrupt completions (method)
|
description: Elision advances iterator and forwards abrupt completions (method)
|
||||||
esid: sec-runtime-semantics-definemethod
|
esid: sec-runtime-semantics-definemethod
|
||||||
es6id: 14.3.8
|
es6id: 14.3.8
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator (method)
|
description: Elision advances iterator (method)
|
||||||
esid: sec-runtime-semantics-definemethod
|
esid: sec-runtime-semantics-definemethod
|
||||||
es6id: 14.3.8
|
es6id: 14.3.8
|
||||||
features: [generator, destructuring-binding]
|
features: [generators, destructuring-binding]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision accepts exhausted iterator (method (default parameter))
|
description: Elision accepts exhausted iterator (method (default parameter))
|
||||||
esid: sec-runtime-semantics-definemethod
|
esid: sec-runtime-semantics-definemethod
|
||||||
es6id: 14.3.8
|
es6id: 14.3.8
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator and forwards abrupt completions (method (default parameter))
|
description: Elision advances iterator and forwards abrupt completions (method (default parameter))
|
||||||
esid: sec-runtime-semantics-definemethod
|
esid: sec-runtime-semantics-definemethod
|
||||||
es6id: 14.3.8
|
es6id: 14.3.8
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: Elision advances iterator (method (default parameter))
|
description: Elision advances iterator (method (default parameter))
|
||||||
esid: sec-runtime-semantics-definemethod
|
esid: sec-runtime-semantics-definemethod
|
||||||
es6id: 14.3.8
|
es6id: 14.3.8
|
||||||
features: [generator, destructuring-binding, default-parameters]
|
features: [generators, destructuring-binding, default-parameters]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
MethodDefinition : PropertyName ( StrictFormalParameters ) { FunctionBody }
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision accepts exhausted iterator (async generator function declaration)
|
description: Elision accepts exhausted iterator (async generator function declaration)
|
||||||
esid: sec-asyncgenerator-definitions-instantiatefunctionobject
|
esid: sec-asyncgenerator-definitions-instantiatefunctionobject
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorDeclaration : async [no LineTerminator here] function * BindingIdentifier
|
AsyncGeneratorDeclaration : async [no LineTerminator here] function * BindingIdentifier
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator and forwards abrupt completions (async generator function declaration)
|
description: Elision advances iterator and forwards abrupt completions (async generator function declaration)
|
||||||
esid: sec-asyncgenerator-definitions-instantiatefunctionobject
|
esid: sec-asyncgenerator-definitions-instantiatefunctionobject
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorDeclaration : async [no LineTerminator here] function * BindingIdentifier
|
AsyncGeneratorDeclaration : async [no LineTerminator here] function * BindingIdentifier
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator (async generator function declaration)
|
description: Elision advances iterator (async generator function declaration)
|
||||||
esid: sec-asyncgenerator-definitions-instantiatefunctionobject
|
esid: sec-asyncgenerator-definitions-instantiatefunctionobject
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorDeclaration : async [no LineTerminator here] function * BindingIdentifier
|
AsyncGeneratorDeclaration : async [no LineTerminator here] function * BindingIdentifier
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision accepts exhausted iterator (async generator function declaration (default parameter))
|
description: Elision accepts exhausted iterator (async generator function declaration (default parameter))
|
||||||
esid: sec-asyncgenerator-definitions-instantiatefunctionobject
|
esid: sec-asyncgenerator-definitions-instantiatefunctionobject
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorDeclaration : async [no LineTerminator here] function * BindingIdentifier
|
AsyncGeneratorDeclaration : async [no LineTerminator here] function * BindingIdentifier
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator and forwards abrupt completions (async generator function declaration (default parameter))
|
description: Elision advances iterator and forwards abrupt completions (async generator function declaration (default parameter))
|
||||||
esid: sec-asyncgenerator-definitions-instantiatefunctionobject
|
esid: sec-asyncgenerator-definitions-instantiatefunctionobject
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorDeclaration : async [no LineTerminator here] function * BindingIdentifier
|
AsyncGeneratorDeclaration : async [no LineTerminator here] function * BindingIdentifier
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator (async generator function declaration (default parameter))
|
description: Elision advances iterator (async generator function declaration (default parameter))
|
||||||
esid: sec-asyncgenerator-definitions-instantiatefunctionobject
|
esid: sec-asyncgenerator-definitions-instantiatefunctionobject
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
AsyncGeneratorDeclaration : async [no LineTerminator here] function * BindingIdentifier
|
AsyncGeneratorDeclaration : async [no LineTerminator here] function * BindingIdentifier
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision accepts exhausted iterator (class expression method)
|
description: Elision accepts exhausted iterator (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator and forwards abrupt completions (class expression method)
|
description: Elision advances iterator and forwards abrupt completions (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator (class expression method)
|
description: Elision advances iterator (class expression method)
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision accepts exhausted iterator (class expression async generator method (default parameters))
|
description: Elision accepts exhausted iterator (class expression async generator method (default parameters))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator and forwards abrupt completions (class expression async generator method (default parameters))
|
description: Elision advances iterator and forwards abrupt completions (class expression async generator method (default parameters))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator (class expression async generator method (default parameters))
|
description: Elision advances iterator (class expression async generator method (default parameters))
|
||||||
esid: sec-class-definitions-runtime-semantics-evaluation
|
esid: sec-class-definitions-runtime-semantics-evaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision accepts exhausted iterator (static class expression async generator method)
|
description: Elision accepts exhausted iterator (static class expression async generator method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator and forwards abrupt completions (static class expression async generator method)
|
description: Elision advances iterator and forwards abrupt completions (static class expression async generator method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision advances iterator (static class expression async generator method)
|
description: Elision advances iterator (static class expression async generator method)
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Elision accepts exhausted iterator (static class expression async generator method (default parameter))
|
description: Elision accepts exhausted iterator (static class expression async generator method (default parameter))
|
||||||
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
esid: sec-runtime-semantics-bindingclassdeclarationevaluation
|
||||||
features: [generator, async-iteration]
|
features: [generators, async-iteration]
|
||||||
flags: [generated, async]
|
flags: [generated, async]
|
||||||
info: |
|
info: |
|
||||||
ClassDeclaration : class BindingIdentifier ClassTail
|
ClassDeclaration : class BindingIdentifier ClassTail
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user