Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ gen7
Function
gen7
deps/v8/test/debugger/debug/debug-scopes-suspended-generators.js:208–216 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
206
// Nested empty with blocks.
207
208
function
*gen7() {
209
with({}) {
210
with({}) {
211
yield 1;
212
}
213
yield 2;
214
}
215
return
3;
216
}
217
218
g = gen7();
219
g.next();
Callers
1
debug-scopes-suspended-generators.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected