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

Method write32_at

g2all/900/module/mem.js:675–680  ·  view source on GitHub ↗
(offset, value)

Source from the content-addressed store, hash-verified

673 }
674
675 write32_at(offset, value) {
676 if (!isInteger(offset)) {
677 throw TypeError('offset not a integer');
678 }
679 this._worker.setUint32(offset, value, true);
680 }
681
682 write64_at(offset, value) {
683 if (!isInteger(offset)) {

Callers 1

write32Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected