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

Function duplicate

deps/v8/test/mjsunit/stack-traces-custom.js:28–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 set k(_) { o.j; },
27};
28const duplicate = function() { o.f() }
29o.g1 = duplicate;
30o.g2 = duplicate;
31o.h1 = function() { o.g1() }

Callers

nothing calls this directly

Calls 1

fMethod · 0.45

Tested by

no test coverage detected