MCPcopy Index your code
hub / github.com/nodejs/node / bar

Function bar

deps/v8/test/debugger/debug/debug-evaluate-closure.js:68–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66
67 with (withv) {
68 var bar = function bar() {
69 assertEquals("goo foo", goo);
70 inner = "inner bar";
71 outer = "outer bar";
72 v = "v bar";
73 return "bar return";
74 };
75 }
76
77 with (withw) {

Calls 1

assertEqualsFunction · 0.50

Tested by

no test coverage detected