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

Function eval

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

Source from the content-addressed store, hash-verified

126result =
127 (function() {
128 var eval = function(x) { return x; };
129 var foo = eval(2);
130 // Should be non-direct call.
131 return e('foo');

Callers 15

testLiteralFunction · 0.70
test_evalFunction · 0.70
assertSyntaxErrorFunction · 0.70
isKeywordFunction · 0.70
isStrictKeywordFunction · 0.70
testKeywordFunction · 0.70
fFunction · 0.70
testNoShadowing2Function · 0.70

Calls

no outgoing calls

Tested by 6

testFunction · 0.56
testFunction · 0.56
testFunction · 0.56
testFunction · 0.56
testFunction · 0.40
testFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…