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

Function store

deps/v8/test/mjsunit/wasm/import-memory.js:99–99  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

97 let instance = builder.instantiate({gaz: {mine: memory}});
98 function load() { return instance.exports.load(offset); }
99 function store(value) { return instance.exports.store(offset, value); }
100
101 for (offset = 0; offset < kPageSize - 3; offset+=4) {
102 store(offset);

Callers 4

pokeFunction · 0.70
import-memory.jsFile · 0.70
BasicMemory64TestsFunction · 0.70
pokeFunction · 0.70

Calls 1

storeMethod · 0.45

Tested by

no test coverage detected