MCPcopy 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

47function testEval(source) {
48 eval('var x = 1');
49 function f() {
50 eval('eval('+ source + ')');
51 }
52 f();
53}
54testEval('assertEquals(1, x)');

Callers 1

testEvalFunction · 0.70

Calls 1

evalFunction · 0.70

Tested by

no test coverage detected