Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ return
Method
return
deps/v8/test/mjsunit/harmony/iterator-helpers.js:144–147 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
142
return
{done: false, value: 1};
143
}
144
return
() {
145
++returnCount;
146
return
{};
147
}
148
}
149
150
let
iterator =
new
TestIterator().map((x, i) => {
Callers
15
gc-js-interop.js
File · 0.45
usingYieldInBody
Function · 0.45
usingYieldInExtends
Function · 0.45
TestYieldStarWithoutReturn
Function · 0.45
iterator-close.js
File · 0.45
regress-1037771.js
File · 0.45
regress-805729.js
File · 0.45
generator-return-finally-loop.js
File · 0.45
generator-throw.js
File · 0.45
generator-return.js
File · 0.45
generator-return-finally.js
File · 0.45
iterator-concat.js
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected