Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ fun3
Function
fun3
deps/v8/test/mjsunit/object-literal-overwrite.js:114–117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
112
var
glob3 = 0;
113
114
function
fun3() {
115
var
r = {113: glob3++, 113: glob3++, 113: glob3++, 113: 7};
116
return
r[113];
117
}
118
119
var
y = fun3();
120
assertEquals(7, y);
Callers
2
object-literal-overwrite.js
File · 0.70
lazy-deopt-in-literal.js
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected