Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ gen3
Function
gen3
deps/v8/test/debugger/debug/debug-scopes-suspended-generators.js:131–135 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
129
// Closure scope with a parameter.
130
131
function
*gen3(a) {
132
var
b = 1
133
yield a;
134
return
b;
135
}
136
137
g = gen3(0);
138
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