MCPcopy 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

112var glob3 = 0;
113
114function fun3() {
115 var r = {113: glob3++, 113: glob3++, 113: glob3++, 113: 7};
116 return r[113];
117}
118
119var y = fun3();
120assertEquals(7, y);

Calls

no outgoing calls

Tested by

no test coverage detected