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

Function gen

deps/v8/test/mjsunit/harmony/iterator-helpers.js:6–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4//
5
6function* gen() {
7 yield 42;
8 yield 43;
9}
10
11function* longerGen() {
12 yield 42;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected