Home
last modified time | relevance | path

Searched refs:uint8array (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/parallel/
Dtest-worker-sharedarraybuffer-from-worker-thread.js24 const uint8array = new Uint8Array(arrayBuffer); constant
25 uint8array[0] = 42;
26 assert.deepStrictEqual(uint8array, new Uint8Array([42, 0, 0, 0]));
Dtest-icu-transcode.js76 const uint8array = new Uint8Array([...Buffer.from('hä', 'latin1')]); constant
78 buffer.transcode(uint8array, 'latin1', 'utf16le'),
/third_party/node/benchmark/buffers/
Dbuffer-from.js65 const uint8array = new Uint8Array(len);
68 Buffer.from(uint8array);
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-uint8array.c30 #define BUILTIN_UNDERSCORED_ID uint8array
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtins.inc.h382 uint8array)
/third_party/jerryscript/jerry-core/
DBUILD.gn131 "ecma/builtin-objects/typedarray/ecma-builtin-uint8array-prototype.c",
132 "ecma/builtin-objects/typedarray/ecma-builtin-uint8array.c",
/third_party/jerryscript/
DBUILD.gn216 "jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-uint8array-prototype.c",
217 "jerry-core/ecma/builtin-objects/typedarray/ecma-builtin-uint8array.c",
/third_party/node/doc/api/
Dutil.md1898 const uint8array = encoder.encode('this is some data');