MCPcopy Create free account
hub / github.com/nodejs/node / obj

Function obj

deps/v8/test/mjsunit/weakrefs/basics.js:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33(function TestConstructFinalizationRegistryWithCallableProxyAsCleanup() {
34 let handler = {};
35 let obj = () => {};
36 let proxy = new Proxy(obj, handler);
37 let fg = new FinalizationRegistry(proxy);
38})();

Callers 2

input1.jsFile · 0.50
undetectable.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected