Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
126
result =
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
delete-vars-from-eval.js
File · 0.70
testLiteral
Function · 0.70
global-arrow-delete-this.js
File · 0.70
test_eval
Function · 0.70
assertSyntaxError
Function · 0.70
isKeyword
Function · 0.70
isStrictKeyword
Function · 0.70
testKeyword
Function · 0.70
linecontinuation.js
File · 0.70
f
Function · 0.70
testNoShadowing2
Function · 0.70
modules-imports1.mjs
File · 0.70
Calls
no outgoing calls
Tested by
6
test
Function · 0.56
test
Function · 0.56
test
Function · 0.56
test
Function · 0.56
test
Function · 0.40
test
Function · 0.40
Used in the wild
real call sites across dependent graphs
searching dependent graphs…