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

Function f

deps/v8/test/debugger/regress/deopt-regression.js:11–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11function f() {
12  var v = foo;
13  var o = {[v]: v};
14  return o["xyz"];
15};
16
17Debug = debug.Debug
18

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected