MCPcopy Create free account
hub / github.com/nodejs/node / store

Function store

deps/v8/test/mjsunit/element-accessor.js:11–13  ·  view source on GitHub ↗
(o, i, v)

Source from the content-addressed store, hash-verified

9 o.__proto__ = {};
10
11 function store(o, i, v) {
12 o[i] = v;
13 }
14
15 store(o, 0, 0);
16 store(o, 1, 0);

Callers 3

testPolymorphicStoresFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected