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-arguments.js:27–30 ·
view source on GitHub ↗
(a,b,c)
Source
from the content-addressed store, hash-verified
25
26
function
foo(a) {
27
function
bar(a,b,c) {
28
debugger;
29
return
a + b + c;
30
}
31
return
bar(1,2,a);
32
}
33
%PrepareFunctionForOptimization(foo);
Callers
1
debug-evaluate-arguments.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected