Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ fun2
Function
fun2
deps/v8/test/mjsunit/object-literal-overwrite.js:103–106 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
var
glob2 = 0;
102
103
function
fun2() {
104
var
r = {y: glob2++, y: glob2++, y: glob2++, y: 7};
105
return
r.y;
106
}
107
108
var
y = fun2();
109
assertEquals(7, y);
Callers
1
object-literal-overwrite.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected