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

Function g

deps/v8/test/mjsunit/arguments-load-across-eval.js:36–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 assertEquals(1, x);
35 assertEquals(2, h());
36 function g() {
37 assertEquals(1, x);
38 assertEquals(2, h());
39 }
40 g();
41 }
42 f();

Callers 1

fFunction · 0.70

Calls 2

assertEqualsFunction · 0.50
hFunction · 0.50

Tested by

no test coverage detected