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

Function bar

deps/v8/test/mjsunit/arguments-escape.js:30–33  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

28function foo(x) {
29 var a = arguments;
30 function bar(i) {
31 assertEquals(i, ++a[0]);
32 assertEquals(i, x);
33 };
34 bar(1);
35 bar(2);
36 bar(3);

Callers 1

fooFunction · 0.70

Calls 1

assertEqualsFunction · 0.50

Tested by

no test coverage detected