MCPcopy 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
272function *gen10() {
273 for (let i = 0; i < 42; i++) yield i;
274 return 3;
275}
276
277g = gen10();
278g.next();

Calls

no outgoing calls

Tested by

no test coverage detected