MCPcopy 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
30function test(source) {
31 var x = 27;
32 eval(source);
33}
34
35test("assertEquals(27, x);");
36test("(function() { assertEquals(27, x) })();");

Callers 1

Calls 1

evalFunction · 0.70

Tested by

no test coverage detected