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

Method write16_at

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

Source from the content-addressed store, hash-verified

394 }
395
396 write16_at(offset, value) {
397 if (!isInteger(offset)) {
398 throw TypeError("offset not a integer");
399 }
400 this._worker.setUint16(offset, value, true);
401 }
402
403 write32_at(offset, value) {
404 if (!isInteger(offset)) {

Callers 1

write16Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected