Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
function
* gen() {
7
yield 42;
8
yield 43;
9
}
10
11
function
* longerGen() {
12
yield 42;
Callers
1
iterator-helpers.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected