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

Method write16_at

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

Source from the content-addressed store, hash-verified

666 }
667
668 write16_at(offset, value) {
669 if (!isInteger(offset)) {
670 throw TypeError('offset not a integer');
671 }
672 this._worker.setUint16(offset, value, true);
673 }
674
675 write32_at(offset, value) {
676 if (!isInteger(offset)) {

Callers 1

write16Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected