File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
" GetViewByteLength" ,
9
9
" INTRINSICS.Atomics.notify" ,
10
10
" Record[SourceTextModuleRecord].ExecuteModule" ,
11
- " TypedArrayLength" ,
12
- " YieldExpression[2,0].Evaluation"
11
+ " TypedArrayLength"
13
12
]
Original file line number Diff line number Diff line change @@ -24254,6 +24254,7 @@ <h1>Runtime Semantics: Evaluation</h1>
24254
24254
<emu-grammar>YieldExpression : `yield` `*` AssignmentExpression</emu-grammar>
24255
24255
<emu-alg>
24256
24256
1. Let _generatorKind_ be GetGeneratorKind().
24257
+ 1. Assert: _generatorKind_ is either ~sync~ or ~async~.
24257
24258
1. Let _exprRef_ be ? Evaluation of |AssignmentExpression|.
24258
24259
1. Let _value_ be ? GetValue(_exprRef_).
24259
24260
1. Let _iteratorRecord_ be ? GetIterator(_value_, _generatorKind_).
You can’t perform that action at this time.
0 commit comments