MCPcopy 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
131function *gen3(a) {
132 var b = 1
133 yield a;
134 return b;
135}
136
137g = gen3(0);
138CheckScopeChain([debug.ScopeType.Local,

Calls

no outgoing calls

Tested by

no test coverage detected