MCPcopy Index your code
hub / github.com/nodejs/node / g

Function g

deps/v8/test/mjsunit/eval.js:34–34  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

32assertTrue(f === eval(f));
33
34function g(x, y) { return 4; };
35
36count = 0;
37assertEquals(4, eval('2 + 2', count++));

Callers 8

TestStringTypeFunction · 0.70
CatchFunction · 0.70
CatchReturnFunction · 0.70
hFunction · 0.70
noneagerFunction · 0.70
andFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected