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

Function poke

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

Source from the content-addressed store, hash-verified

53 var store = module.exports[store_fn];
54 function peek() { return load(offset); }
55 function poke(value) { return store(offset, value); }
56 function growMem(pages) { return module.exports.grow_memory(pages); }
57
58 // Instead of checking every n-th offset, check the first 5.

Calls 2

storeFunction · 0.70
storeMethod · 0.45

Tested by

no test coverage detected