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

Function longerGen

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

Source from the content-addressed store, hash-verified

9}
10
11function* longerGen() {
12 yield 42;
13 yield 43;
14 yield 44;
15 yield 45;
16}
17
18function TestHelperPrototypeSurface(helper) {
19 const proto = Object.getPrototypeOf(helper);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected