Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ test
Function
test
deps/v8/test/mjsunit/global-load-from-nested-eval.js:33–35 ·
view source on GitHub ↗
(source)
Source
from the content-addressed store, hash-verified
31
32
// Load the global.
33
function
test(source) {
34
eval(
'eval('
+ source +
')'
);
35
}
36
test(
'assertEquals(42, x)'
);
37
38
// Shadow variable with a with statement.
Callers
1
global-load-from-nested-eval.js
File · 0.70
Calls
1
eval
Function · 0.70
Tested by
no test coverage detected