Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ f
Function
f
deps/v8/test/mjsunit/global-load-from-nested-eval.js:49–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
function
testEval(source) {
48
eval(
'var x = 1'
);
49
function
f() {
50
eval(
'eval('
+ source +
')'
);
51
}
52
f();
53
}
54
testEval(
'assertEquals(1, x)'
);
Callers
1
testEval
Function · 0.70
Calls
1
eval
Function · 0.70
Tested by
no test coverage detected