Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
function
* longerGen() {
12
yield 42;
13
yield 43;
14
yield 44;
15
yield 45;
16
}
17
18
function
TestHelperPrototypeSurface(helper) {
19
const
proto = Object.getPrototypeOf(helper);
Callers
1
iterator-helpers.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected