Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
32
assertTrue(f === eval(f));
33
34
function
g(x, y) {
return
4; };
35
36
count = 0;
37
assertEquals(4, eval(
'2 + 2'
, count++));
Callers
8
TestStringType
Function · 0.70
Catch
Function · 0.70
CatchReturn
Function · 0.70
context-calls-maintained.js
File · 0.70
h
Function · 0.70
noneager
Function · 0.70
preparse-toplevel-strict-eval.js
File · 0.70
and
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected