We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a5b67 commit c404297Copy full SHA for c404297
esmeta-ignore.json
@@ -5,7 +5,6 @@
5
"CompareTypedArrayElements",
6
"DoWait",
7
"FunctionBody[0,0].EvaluateFunctionBody",
8
- "GetFunctionRealm",
9
"GetViewByteLength",
10
"INTRINSICS.Atomics.notify",
11
"MakeMatchIndicesIndexPairArray",
spec.html
@@ -6646,6 +6646,7 @@ <h1>
6646
1. If _obj_ is a Proxy exotic object, then
6647
1. Perform ? ValidateNonRevokedProxy(_obj_).
6648
1. Let _proxyTarget_ be _obj_.[[ProxyTarget]].
6649
+ 1. Assert: _proxyTarget_ is a function object.
6650
1. Return ? GetFunctionRealm(_proxyTarget_).
6651
1. [id="step-getfunctionrealm-default-return"] Return the current Realm Record.
6652
</emu-alg>
0 commit comments