MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / write32_at

Method write32_at

g2all/700/module/mem.js:403–408  ·  view source on GitHub ↗
(offset, value)

Source from the content-addressed store, hash-verified

401 }
402
403 write32_at(offset, value) {
404 if (!isInteger(offset)) {
405 throw TypeError("offset not a integer");
406 }
407 this._worker.setUint32(offset, value, true);
408 }
409
410 write64_at(offset, value) {
411 if (!isInteger(offset)) {

Callers 1

write32Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected