MCPcopy 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
253function *gen9() {
254 try {
255 throw 42;
256 } catch (e) {
257 yield e;
258 }
259 return 3;
260}
261
262g = gen9();
263g.next();

Calls

no outgoing calls

Tested by

no test coverage detected