Lines Matching refs:Uint8Array
751 HEAPU8.set(new Uint8Array(slab), ret);
1100 HEAPU8 = new Uint8Array(buffer);
1768 node.contents = new Uint8Array(buffer.subarray(offset, offset+length));
3222 var buf = new Uint8Array(length);
3245 var buf = new Uint8Array(utf8.processJSString(data));
3536 // Lazy chunked Uint8Array (implements get and length from Uint8Array). Actual getting is abstracted away for eventual reuse.
3576 if (typeof Uint8Array != 'undefined') xhr.responseType = 'arraybuffer';
3584 return new Uint8Array(xhr.response || []);
3959 b = new Blob([(new Uint8Array(byteArray)).buffer], { type: Browser.getMimetype(name) });
3967 bb.append((new Uint8Array(byteArray)).buffer); // we need to pass a buffer, and must copy the array to get the right data range
4342 onload(new Uint8Array(arrayBuffer));
4589 peer.dgram_send_queue.push(new Uint8Array([
4622 data = new Uint8Array(data); // make a typed array view on the array buffer
4649 handleMessage((new Uint8Array(data)).buffer); // copy from node Buffer -> ArrayBuffer
4933 buffer: new Uint8Array(queuedBuffer, queuedOffset, bytesRead),
4942 queued.data = new Uint8Array(queuedBuffer, queuedOffset + bytesRead, bytesRemaining);
5459 var HEAPU8 = new global.Uint8Array(buffer);
5778 ({ "Math": Math, "Int8Array": Int8Array, "Int16Array": Int16Array, "Int32Array": Int32Array, "Uint8Array": Uint8Array, "Uint16Array": Uint16Array, "Uint32Array": Uint32Array, "Float32Array": Float32Array, "Float64Array": Float64Array }, { "abort": abort, "assert": assert, "asmPrintInt": asmPrintInt, "asmPrintFloat": asmPrintFloat, "min": Math_min, "_free": _free, "_emscripten_memcpy_big": _emscripten_memcpy_big, "_printf": _printf, "_send": _send, "_pwrite": _pwrite, "_sqrtf": _sqrtf, "__reallyNegative": __reallyNegative, "_fwrite": _fwrite, "_malloc": _malloc, "_mkport": _mkport, "_fprintf": _fprintf, "___setErrNo": ___setErrNo, "__formatString": __formatString, "_fileno": _fileno, "_fflush": _fflush, "_write": _write, "STACKTOP": STACKTOP, "STACK_MAX": STACK_MAX, "tempDoublePtr": tempDoublePtr, "ABORT": ABORT, "NaN": NaN, "Infinity": Infinity }, buffer);