Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ bar2
Function
bar2
deps/v8/test/mjsunit/arguments-escape.js:47–50 ·
view source on GitHub ↗
(i)
Source
from the content-addressed store, hash-verified
45
function
foo2(x) {
46
var
a = arguments;
47
function
bar2(i) {
48
assertEquals(i, ++a[0]);
49
assertEquals(i, x);
50
};
51
bar2(1.5);
52
bar2(2.5);
53
bar2(3.5);
Callers
1
foo2
Function · 0.85
Calls
1
assertEquals
Function · 0.50
Tested by
no test coverage detected