Skip to content

Commit

Permalink
Editorial: add missing slot when constructing AsyncContext (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Jun 12, 2023
1 parent f7be6bb commit f167ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ <h1>AsyncContext ( _options_ )</h1>
1. Else,
1. Let _nameStr_ be the empty String.
1. Let _defaultValue_ be *undefined*.
1. Let _asyncContext_ be ? OrdinaryCreateFromConstructor(NewTarget, *"%AsyncContext.prototype%"*, « [[AsyncContextKey]] »).
1. Let _asyncContext_ be ? OrdinaryCreateFromConstructor(NewTarget, *"%AsyncContext.prototype%"*, « [[AsyncContextKey]], [[AsyncContextDefaultValue]] »).
1. Set _asyncContext_.[[AsyncContextKey]] to a new Symbol whose [[Description]] is _nameStr_.
1. Set _asyncContext_.[[AsyncContextDefaultValue]] to _defaultValue_.
1. Return _asyncContext_.
Expand Down

0 comments on commit f167ac1

Please sign in to comment.