MCPcopy Create free account
hub / github.com/nodejs/node / g1

Function g1

deps/v8/test/mjsunit/es6/iterator-close.js:1173–1173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1171// Nested loops.
1172{
1173 function* g1() { yield 1; yield 2; throw 3; }
1174 function* g2() { yield -1; yield -2; throw -3; }
1175
1176 assertDoesNotThrow(() => {

Callers 1

iterator-close.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected