@@ -17851,7 +17851,7 @@ <h1>Rules of Automatic Semicolon Insertion</h1>
17851
17851
17852
17852
AsyncArrowFunction[In, Yield, Await] :
17853
17853
`async` [no LineTerminator here] AsyncArrowBindingIdentifier[?Yield] [no LineTerminator here] `=>` AsyncConciseBody[?In]
17854
- CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] [no LineTerminator here] `=>` AsyncConciseBody[?In] #callCover
17854
+ CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] [no LineTerminator here] `=>` AsyncConciseBody[?In] #callcover
17855
17855
17856
17856
AsyncArrowHead :
17857
17857
`async` [no LineTerminator here] ArrowFormalParameters[~Yield, +Await]
@@ -18209,7 +18209,7 @@ <h2>Syntax</h2>
18209
18209
AsyncGeneratorExpression
18210
18210
RegularExpressionLiteral
18211
18211
TemplateLiteral[?Yield, ?Await, ~Tagged]
18212
- CoverParenthesizedExpressionAndArrowParameterList[?Yield, ?Await] #parenCover
18212
+ CoverParenthesizedExpressionAndArrowParameterList[?Yield, ?Await] #parencover
18213
18213
18214
18214
CoverParenthesizedExpressionAndArrowParameterList[Yield, Await] :
18215
18215
`(` Expression[+In, ?Yield, ?Await] `)`
@@ -18998,7 +18998,7 @@ <h2>Syntax</h2>
18998
18998
`new` NewExpression[?Yield, ?Await]
18999
18999
19000
19000
CallExpression[Yield, Await] :
19001
- CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] #callCover
19001
+ CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] #callcover
19002
19002
SuperCall[?Yield, ?Await]
19003
19003
ImportCall[?Yield, ?Await]
19004
19004
CallExpression[?Yield, ?Await] Arguments[?Yield, ?Await]
@@ -23549,7 +23549,7 @@ <h2>Syntax</h2>
23549
23549
23550
23550
ArrowParameters[Yield, Await] :
23551
23551
BindingIdentifier[?Yield, ?Await]
23552
- CoverParenthesizedExpressionAndArrowParameterList[?Yield, ?Await] #parenCover
23552
+ CoverParenthesizedExpressionAndArrowParameterList[?Yield, ?Await] #parencover
23553
23553
23554
23554
ConciseBody[In] :
23555
23555
[lookahead != `{`] ExpressionBody[?In, ~Await]
@@ -25254,7 +25254,7 @@ <h2>Syntax</h2>
25254
25254
<emu-grammar type="definition">
25255
25255
AsyncArrowFunction[In, Yield, Await] :
25256
25256
`async` [no LineTerminator here] AsyncArrowBindingIdentifier[?Yield] [no LineTerminator here] `=>` AsyncConciseBody[?In]
25257
- CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] [no LineTerminator here] `=>` AsyncConciseBody[?In] #callCover
25257
+ CoverCallExpressionAndAsyncArrowHead[?Yield, ?Await] [no LineTerminator here] `=>` AsyncConciseBody[?In] #callcover
25258
25258
25259
25259
AsyncConciseBody[In] :
25260
25260
[lookahead != `{`] ExpressionBody[?In, +Await]
@@ -49911,7 +49911,7 @@ <h1>Expressions</h1>
49911
49911
<emu-prodref name="CoverParenthesizedExpressionAndArrowParameterList"></emu-prodref>
49912
49912
<p>
49913
49913
When processing an instance of the production<br>
49914
- <emu-prodref name="PrimaryExpression" a="parenCover "></emu-prodref><br>
49914
+ <emu-prodref name="PrimaryExpression" a="parencover "></emu-prodref><br>
49915
49915
the interpretation of |CoverParenthesizedExpressionAndArrowParameterList| is refined using the following grammar:
49916
49916
</p>
49917
49917
<emu-prodref name="ParenthesizedExpression"></emu-prodref>
@@ -49942,7 +49942,7 @@ <h1>Expressions</h1>
49942
49942
<emu-prodref name="CallExpression"></emu-prodref>
49943
49943
<p>
49944
49944
When processing an instance of the production<br>
49945
- <emu-prodref name="CallExpression" a="callCover "></emu-prodref><br>
49945
+ <emu-prodref name="CallExpression" a="callcover "></emu-prodref><br>
49946
49946
the interpretation of |CoverCallExpressionAndAsyncArrowHead| is refined using the following grammar:
49947
49947
</p>
49948
49948
<emu-prodref name="CallMemberExpression"></emu-prodref>
@@ -50068,7 +50068,7 @@ <h1>Functions and Classes</h1>
50068
50068
<emu-prodref name="ExpressionBody"></emu-prodref>
50069
50069
<p>
50070
50070
When processing an instance of the production<br>
50071
- <emu-prodref name="ArrowParameters" a="parenCover "></emu-prodref><br>
50071
+ <emu-prodref name="ArrowParameters" a="parencover "></emu-prodref><br>
50072
50072
the interpretation of |CoverParenthesizedExpressionAndArrowParameterList| is refined using the following grammar:
50073
50073
</p>
50074
50074
<emu-prodref name="ArrowFormalParameters"></emu-prodref>
@@ -50079,7 +50079,7 @@ <h1>Functions and Classes</h1>
50079
50079
<emu-prodref name="CoverCallExpressionAndAsyncArrowHead"></emu-prodref>
50080
50080
<p>
50081
50081
When processing an instance of the production<br>
50082
- <emu-prodref name="AsyncArrowFunction" a="callCover "></emu-prodref><br>
50082
+ <emu-prodref name="AsyncArrowFunction" a="callcover "></emu-prodref><br>
50083
50083
the interpretation of |CoverCallExpressionAndAsyncArrowHead| is refined using the following grammar:
50084
50084
</p>
50085
50085
<emu-prodref name="AsyncArrowHead"></emu-prodref>
0 commit comments