Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ g
Function
g
deps/v8/test/mjsunit/arguments-load-across-eval.js:36–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
assertEquals(1, x);
35
assertEquals(2, h());
36
function
g() {
37
assertEquals(1, x);
38
assertEquals(2, h());
39
}
40
g();
41
}
42
f();
Callers
1
f
Function · 0.70
Calls
2
assertEquals
Function · 0.50
h
Function · 0.50
Tested by
no test coverage detected