Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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) {
Callers
2
debug-evaluate-declaration.js
File · 0.70
debug-materialized.js
File · 0.70
Calls
1
assertEquals
Function · 0.50
Tested by
no test coverage detected