Skip to content

Commit abae20c

Browse files
remove unneccessary assignments to [[{,Async}GeneratorStart]]
1 parent ce6885a commit abae20c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48118,7 +48118,6 @@ <h1>
4811848118
1. Return CreateIterResultObject(_resultValue_, *true*).
4811948119
1. Set the code evaluation state of _genContext_ such that when evaluation is resumed for that execution context, _closure_ will be called with no arguments.
4812048120
1. Set _generator_.[[GeneratorContext]] to _genContext_.
48121-
1. Set _generator_.[[GeneratorState]] to ~suspended-start~.
4812248121
1. Return ~unused~.
4812348122
</emu-alg>
4812448123
</emu-clause>
@@ -48475,7 +48474,6 @@ <h1>
4847548474
1. Return *undefined*.
4847648475
1. Set the code evaluation state of _genContext_ such that when evaluation is resumed for that execution context, _closure_ will be called with no arguments.
4847748476
1. Set _generator_.[[AsyncGeneratorContext]] to _genContext_.
48478-
1. Set _generator_.[[AsyncGeneratorState]] to ~suspended-start~.
4847948477
1. Set _generator_.[[AsyncGeneratorQueue]] to a new empty List.
4848048478
1. Return ~unused~.
4848148479
</emu-alg>

0 commit comments

Comments
 (0)