Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -1695,7 +1695,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