Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Merge pull request #326 from bocoup/make-private-reference-infallibility
Browse files Browse the repository at this point in the history
Communicate infallibility of invocation
  • Loading branch information
ljharb authored Jan 24, 2022
2 parents 01ad90f + c6fe601 commit f372de4
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 @@ -1698,7 +1698,7 @@ <h1>MakeReference ( _baseValue_, _referencedName_, _strict_ )</h1>
<h1>MakePrivateReference ( _baseValue_, _privateIdentifier_ )</h1>
<emu-alg>
1. Let _env_ be the running execution context's PrivateEnvironment.</ins>
1. Let _privateNameBinding_ be ? ResolveBinding(_privateIdentifier_, _env_).</ins>
1. Let _privateNameBinding_ be ! ResolveBinding(_privateIdentifier_, _env_).</ins>
1. Let _privateName_ be GetValue(_privateNameBinding_).
1. Assert: _privateName_ is a Private Name.
1. Return a value of type Reference whose base value is _baseValue_, whose referenced name is _privateName_, whose strict reference flag is *true*.
Expand Down

0 comments on commit f372de4

Please sign in to comment.