Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ gen6
Function
gen6
deps/v8/test/debugger/debug/debug-scopes-suspended-generators.js:185–191 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
183
// Single empty with block.
184
185
function
*gen6() {
186
with({}) {
187
yield 1;
188
}
189
yield 2;
190
return
3;
191
}
192
193
g = gen6();
194
g.next();
Callers
1
debug-scopes-suspended-generators.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected