MCPcopy Index your code
hub / github.com/nodejs/node / gen6

Function gen6

deps/v8/test/debugger/debug/debug-scopes-suspended-generators.js:185–191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

183// Single empty with block.
184
185function *gen6() {
186 with({}) {
187 yield 1;
188 }
189 yield 2;
190 return 3;
191}
192
193g = gen6();
194g.next();

Calls

no outgoing calls

Tested by

no test coverage detected