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

Function poke

deps/v8/test/mjsunit/wasm/grow-memory-resizable-buffer.js:58–58  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

56 var store = module.exports[store_fn];
57 function peek() { return load(offset); }
58 function poke(value) { return store(offset, value); }
59
60 // Instead of checking every n-th offset, check the first 5.
61 for(offset = 0; offset <= (4*size); offset+=size) {

Calls 2

storeFunction · 0.70
storeMethod · 0.45

Tested by

no test coverage detected