Home | History | Annotate | Download | only in embenchen

Lines Matching refs:Uint8Array

782       HEAPU8.set(new Uint8Array(slab), ret);
1131 HEAPU8 = new Uint8Array(buffer);
1893 node.contents = new Uint8Array(buffer.subarray(offset, offset+length));
3347 var buf = new Uint8Array(length);
3370 var buf = new Uint8Array(utf8.processJSString(data));
3661 // Lazy chunked Uint8Array (implements get and length from Uint8Array). Actual getting is abstracted away for eventual reuse.
3701 if (typeof Uint8Array != 'undefined') xhr.responseType = 'arraybuffer';
3709 return new Uint8Array(xhr.response || []);
4069 peer.dgram_send_queue.push(new Uint8Array([
4102 data = new Uint8Array(data); // make a typed array view on the array buffer
4129 handleMessage((new Uint8Array(data)).buffer); // copy from node Buffer -> ArrayBuffer
4413 buffer: new Uint8Array(queuedBuffer, queuedOffset, bytesRead),
4422 queued.data = new Uint8Array(queuedBuffer, queuedOffset + bytesRead, bytesRemaining);
5154 b = new Blob([(new Uint8Array(byteArray)).buffer], { type: Browser.getMimetype(name) });
5162 bb.append((new Uint8Array(byteArray)).buffer); // we need to pass a buffer, and must copy the array to get the right data range
5537 onload(new Uint8Array(arrayBuffer));
5671 var HEAPU8 = new global.Uint8Array(buffer);
8227 ({ "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, "_fflush": _fflush, "_emscripten_memcpy_big": _emscripten_memcpy_big, "_putchar": _putchar, "_fputc": _fputc, "_send": _send, "_pwrite": _pwrite, "_abort": _abort, "__reallyNegative": __reallyNegative, "_fwrite": _fwrite, "_sbrk": _sbrk, "_mkport": _mkport, "_fprintf": _fprintf, "___setErrNo": ___setErrNo, "__formatString": __formatString, "_fileno": _fileno, "_printf": _printf, "_time": _time, "_sysconf": _sysconf, "_write": _write, "___errno_location": ___errno_location, "STACKTOP": STACKTOP, "STACK_MAX": STACK_MAX, "tempDoublePtr": tempDoublePtr, "ABORT": ABORT, "NaN": NaN, "Infinity": Infinity }, buffer);