Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ gen10
Function
gen10
deps/v8/test/debugger/debug/debug-scopes-suspended-generators.js:272–275 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
270
// For statement with block scope.
271
272
function
*gen10() {
273
for
(
let
i = 0; i < 42; i++) yield i;
274
return
3;
275
}
276
277
g = gen10();
278
g.next();
Callers
1
debug-scopes-suspended-generators.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected