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

Function gen7

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

Source from the content-addressed store, hash-verified

206// Nested empty with blocks.
207
208function *gen7() {
209 with({}) {
210 with({}) {
211 yield 1;
212 }
213 yield 2;
214 }
215 return 3;
216}
217
218g = gen7();
219g.next();

Calls

no outgoing calls

Tested by

no test coverage detected