Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ generator
Function
generator
deps/v8/test/mjsunit/messages.js:202–202 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
200
test(
function
() {
201
var
iter;
202
function
* generator() { yield iter.next(); }
203
var
iter = generator();
204
iter.next();
205
},
"Generator is already running"
, TypeError);
Callers
6
messages.js
File · 0.70
defineCustomElement
Method · 0.50
defineCustomElement
Function · 0.50
defineCustomElement
Function · 0.50
wasm-script-code-offset.js
File · 0.50
wasm-script-code-offset-streaming.js
File · 0.50
Calls
1
next
Method · 0.65
Tested by
no test coverage detected