Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ gen1
Function
gen1
deps/v8/test/debugger/debug/debug-scopes-suspended-generators.js:105–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
103
// Simple empty closure scope.
104
105
function
*gen1() {
106
yield 1;
107
return
2;
108
}
109
110
var
g = gen1();
111
CheckScopeChain([debug.ScopeType.Local,
Callers
2
debug-scopes-suspended-generators.js
File · 0.85
osr-from-generator.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected