Skip to content

Commit

Permalink
Update test/built-ins/ShadowRealm/prototype/evaluate/returns-proxy-ca…
Browse files Browse the repository at this point in the history
…llable-object.js

Co-authored-by: Leo Balter <leonardo.balter@gmail.com>
  • Loading branch information
rwaldron and leobalter authored Sep 22, 2021
1 parent abdc0fa commit 43f4453
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ new Proxy(fn, {});

assert.sameValue(typeof proxyCallable, 'function', 'wrapped proxy callable object is typeof function');
assert.sameValue(proxyCallable(), 42, 'wrappedpfn() returns 42');
assert.sameValue(proxyCallable instanceof Proxy, false, 'the wrapped function "hides" the proxy instance');

0 comments on commit 43f4453

Please sign in to comment.