Skip to content

Commit

Permalink
Editorial: ProxyTarget is always a function object in GetFunctionRealm (
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjg1119 authored and ljharb committed Dec 19, 2024
1 parent b2a5b67 commit 9d8ea1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -6646,6 +6646,7 @@ <h1>
1. If _obj_ is a Proxy exotic object, then
1. Perform ? ValidateNonRevokedProxy(_obj_).
1. Let _proxyTarget_ be _obj_.[[ProxyTarget]].
1. Assert: _proxyTarget_ is a function object.
1. Return ? GetFunctionRealm(_proxyTarget_).
1. [id="step-getfunctionrealm-default-return"] Return the current Realm Record.
</emu-alg>
Expand Down

0 comments on commit 9d8ea1a

Please sign in to comment.