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 c404297
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion esmeta-ignore.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"CompareTypedArrayElements",
"DoWait",
"FunctionBody[0,0].EvaluateFunctionBody",
"GetFunctionRealm",
"GetViewByteLength",
"INTRINSICS.Atomics.notify",
"MakeMatchIndicesIndexPairArray",
Expand Down
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 c404297

Please sign in to comment.