Skip to content

Commit

Permalink
Add an Assert at GetFunctionRealm
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjg1119 committed Nov 21, 2024
1 parent 5881c1f commit 04cca4e
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 04cca4e

Please sign in to comment.