Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ gen5
Function
gen5
deps/v8/test/debugger/debug/debug-scopes-suspended-generators.js:170–174 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
168
// Closure introducing local variable using eval.
169
170
function
*gen5(a) {
171
eval(
'var b = 2'
);
172
yield a;
173
return
b;
174
}
175
176
g = gen5(1);
177
g.next();
Callers
1
debug-scopes-suspended-generators.js
File · 0.85
Calls
1
eval
Function · 0.50
Tested by
no test coverage detected