Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ gen9
Function
gen9
deps/v8/test/debugger/debug/debug-scopes-suspended-generators.js:253–260 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
251
// Catch block.
252
253
function
*gen9() {
254
try {
255
throw 42;
256
} catch (e) {
257
yield e;
258
}
259
return
3;
260
}
261
262
g = gen9();
263
g.next();
Callers
1
debug-scopes-suspended-generators.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected