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

Function eval

deps/v8/test/mjsunit/es6/method-name-eval-arguments.js:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5(function TestSloppyMode() {
6 var o = {
7 eval() {
8 return 1;
9 },
10 arguments() {
11 return 2;
12 },

Callers 15

TestFunctionLocalFunction · 0.70
TestFunctionContextFunction · 0.70
TestBlockLocalFunction · 0.70
TestBlockContextFunction · 0.70
f2Function · 0.70
fFunction · 0.70
TestFunctionLocalFunction · 0.70
TestBlockLocalFunction · 0.70
fFunction · 0.70
middleFunction · 0.70
TestFunction · 0.70

Calls

no outgoing calls

Tested by 5

testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testFunction · 0.40
testMethod · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…