Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ g
Function
g
deps/v8/test/mjsunit/keyed-named-access.js:49–53 ·
view source on GitHub ↗
(a, b, c)
Source
from the content-addressed store, hash-verified
47
}
48
49
function
g(a, b, c) {
50
try {
51
return
a + b.toString() + c;
52
} catch (e) { }
53
}
54
55
function
test(o) {
56
return
g(1, o[h()]--, 10);
Callers
1
keyed-named-access.js
File · 0.70
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected