From 10771e1e310c915d1e582d97b87793d71e6f2ea2 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Tue, 20 Mar 2018 15:01:02 +0000 Subject: [PATCH] Editorial: fix section IDs for some async generator sections. Fixes #1140. --- spec.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/spec.html b/spec.html index 857bc62c3e1..074b04532d9 100644 --- a/spec.html +++ b/spec.html @@ -19942,7 +19942,7 @@

Static Semantics: Early Errors

- +

Static Semantics: BoundNames

AsyncGeneratorDeclaration : `async` `function` `*` BindingIdentifier `(` FormalParameters `)` `{` AsyncGeneratorBody `}` @@ -19958,7 +19958,7 @@

Static Semantics: BoundNames

- +

Static Semantics: ComputedPropertyContains

With parameter _symbol_.

@@ -19968,7 +19968,7 @@

Static Semantics: ComputedPropertyContains

- +

Static Semantics: Contains

With parameter _symbol_.

@@ -19987,7 +19987,7 @@

Static Semantics: Contains

- +

Static Semantics: HasDirectSuper

AsyncGeneratorMethod : `async` `*` PropertyName `(` UniqueFormalParameters `)` `{` AsyncGeneratorBody `}` @@ -19997,7 +19997,7 @@

Static Semantics: HasDirectSuper

- +

Static Semantics: HasName

AsyncGeneratorExpression : `async` `function` `*` `(` FormalParameters `)` `{` AsyncGeneratorBody `}` @@ -20010,7 +20010,7 @@

Static Semantics: HasName

- +

Static Semantics: IsConstantDeclaration

@@ -20023,7 +20023,7 @@

Static Semantics: IsConstantDeclaration

- +

Static Semantics: IsFunctionDefinition

AsyncGeneratorExpression : `async` `function` `*` BindingIdentifier? `(` FormalParameters `)` `{` AsyncGeneratorBody `}` @@ -20032,7 +20032,7 @@

Static Semantics: IsFunctionDefinition

- +

Static Semantics: PropName

AsyncGeneratorMethod : `async` `*` PropertyName `(` UniqueFormalParameters `)` `{` AsyncGeneratorBody `}`