Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ prog
Function
prog
deps/v8/test/debugger/debug/es6/generators-relocation.js:48–50 ·
view source on GitHub ↗
(a, b, c)
Source
from the content-addressed store, hash-verified
46
}
47
48
function
prog(a, b, c) {
49
return
a +
';\n'
+
'yield '
+ b +
';\n'
+
'yield '
+ c;
50
}
51
52
// Simple empty local scope.
53
RunTest([prog(
''
,
'1'
,
'2'
)], [], 1, 2);
Callers
1
generators-relocation.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected