MCPcopy 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.
33function test(source) {
34 eval('eval(' + source +')');
35}
36test('assertEquals(42, x)');
37
38// Shadow variable with a with statement.

Callers 1

Calls 1

evalFunction · 0.70

Tested by

no test coverage detected