Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ test
Function
test
deps/v8/test/mjsunit/local-load-from-eval.js:30–33 ·
view source on GitHub ↗
(source)
Source
from the content-addressed store, hash-verified
28
// Tests loads of local properties from eval.
29
30
function
test(source) {
31
var
x = 27;
32
eval(source);
33
}
34
35
test(
"assertEquals(27, x);"
);
36
test(
"(function() { assertEquals(27, x) })();"
);
Callers
1
local-load-from-eval.js
File · 0.70
Calls
1
eval
Function · 0.70
Tested by
no test coverage detected