Home
last modified time | relevance | path

Searched refs:DataView (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/jerryscript/tests/jerry/es2015/
Ddataview.js18 DataView ();
26 new DataView (5);
34 new DataView ({});
44 new DataView (buffer, { toString: function () { throw new ReferenceError ('foo') } });
53 new DataView (buffer, 1.5);
62 new DataView (buffer, -1);
70 new DataView (buffer, 17);
78 new DataView (buffer, 0, { toString: function () { throw new ReferenceError ('bar') } });
87 new DataView (buffer, 0, Infinity);
95 new DataView (buffer, 4, 13);
[all …]
Dregression-test-issue-2854.js16 var dataView = new DataView(buffer, 0, undefined)
Dregression-test-issue-2848.js16 var dataView = new DataView(arrayBuffer);
Dregression-test-issue-2850.js17 var d = new DataView(new ArrayBuffer())
Dregression-test-issue-3072.js18 var d = new DataView(arrb, 12, -Infinity);
Dregression-test-issue-3109.js18 var arr = new DataView(arrb, 13, Infinity);
/third_party/node/deps/npm/node_modules/typedarray/
Dindex.js531 var DataView = function DataView(buffer, byteOffset, byteLength) { class
582 DataView.prototype.getUint8 = makeGetter(exports.Uint8Array); class
583 DataView.prototype.getInt8 = makeGetter(exports.Int8Array);
584 DataView.prototype.getUint16 = makeGetter(exports.Uint16Array);
585 DataView.prototype.getInt16 = makeGetter(exports.Int16Array);
586 DataView.prototype.getUint32 = makeGetter(exports.Uint32Array);
587 DataView.prototype.getInt32 = makeGetter(exports.Int32Array);
588 DataView.prototype.getFloat32 = makeGetter(exports.Float32Array);
589 DataView.prototype.getFloat64 = makeGetter(exports.Float64Array);
619 DataView.prototype.setUint8 = makeSetter(exports.Uint8Array);
[all …]
/third_party/typescript/tests/baselines/reference/
DbigintWithoutLib.types272 // Test added DataView methods
273 const dataView = new DataView(new ArrayBuffer(80));
274 >dataView : DataView
275 >new DataView(new ArrayBuffer(80)) : DataView
276 >DataView : DataViewConstructor
284 >dataView : DataView
293 >dataView : DataView
303 >dataView : DataView
312 >dataView : DataView
320 >dataView : DataView
[all …]
DbigintWithLib.symbols168 // Test added DataView methods
169 const dataView = new DataView(new ArrayBuffer(80));
171 >DataView : Symbol(DataView, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --), Decl(lib.es201…
175 >dataView.setBigInt64 : Symbol(DataView.setBigInt64, Decl(lib.es2020.bigint.d.ts, --, --))
177 >setBigInt64 : Symbol(DataView.setBigInt64, Decl(lib.es2020.bigint.d.ts, --, --))
180 >dataView.setBigInt64 : Symbol(DataView.setBigInt64, Decl(lib.es2020.bigint.d.ts, --, --))
182 >setBigInt64 : Symbol(DataView.setBigInt64, Decl(lib.es2020.bigint.d.ts, --, --))
185 >dataView.setBigInt64 : Symbol(DataView.setBigInt64, Decl(lib.es2020.bigint.d.ts, --, --))
187 >setBigInt64 : Symbol(DataView.setBigInt64, Decl(lib.es2020.bigint.d.ts, --, --))
190 >dataView.setBigUint64 : Symbol(DataView.setBigUint64, Decl(lib.es2020.bigint.d.ts, --, --))
[all …]
DbigintWithLib.types270 // Test added DataView methods
271 const dataView = new DataView(new ArrayBuffer(80));
272 >dataView : DataView
273 >new DataView(new ArrayBuffer(80)) : DataView
274 >DataView : DataViewConstructor
282 >dataView : DataView
291 >dataView : DataView
301 >dataView : DataView
310 >dataView : DataView
318 >dataView : DataView
[all …]
DbigintWithoutLib.errors.txt35 …ts(43,10): error TS2550: Property 'setBigInt64' does not exist on type 'DataView'. Do you need to …
37 …ts(44,10): error TS2550: Property 'setBigInt64' does not exist on type 'DataView'. Do you need to …
39 …ts(45,10): error TS2550: Property 'setBigInt64' does not exist on type 'DataView'. Do you need to …
40 …s(46,10): error TS2550: Property 'setBigUint64' does not exist on type 'DataView'. Do you need to …
42 …s(47,10): error TS2550: Property 'setBigUint64' does not exist on type 'DataView'. Do you need to …
44 …s(48,10): error TS2550: Property 'setBigUint64' does not exist on type 'DataView'. Do you need to …
45 …ts(49,22): error TS2550: Property 'getBigInt64' does not exist on type 'DataView'. Do you need to …
46 …ts(50,22): error TS2550: Property 'getBigInt64' does not exist on type 'DataView'. Do you need to …
47 …s(51,22): error TS2550: Property 'getBigUint64' does not exist on type 'DataView'. Do you need to …
48 …s(52,22): error TS2550: Property 'getBigUint64' does not exist on type 'DataView'. Do you need to …
[all …]
DbigintWithLib.js41 const dataView = new DataView(new ArrayBuffer(80));
101 const dataView = new DataView(new ArrayBuffer(80));
129 declare const dataView: DataView;
DbigintWithoutLib.js43 const dataView = new DataView(new ArrayBuffer(80));
98 var dataView = new DataView(new ArrayBuffer(80));
DbigintWithoutLib.symbols136 // Test added DataView methods
137 const dataView = new DataView(new ArrayBuffer(80));
139 >DataView : Symbol(DataView, Decl(lib.es5.d.ts, --, --), Decl(lib.es5.d.ts, --, --))
/third_party/node/doc/api/
Dzlib.md521 * `dictionary` {Buffer|TypedArray|DataView|ArrayBuffer} (deflate/inflate only,
848 All of these take a [`Buffer`][], [`TypedArray`][], [`DataView`][],
863 * `buffer` {Buffer|TypedArray|DataView|ArrayBuffer|string}
874 * `buffer` {Buffer|TypedArray|DataView|ArrayBuffer|string}
886 * `buffer` {Buffer|TypedArray|DataView|ArrayBuffer|string}
897 * `buffer` {Buffer|TypedArray|DataView|ArrayBuffer|string}
911 description: The `buffer` parameter can be any `TypedArray` or `DataView`.
917 * `buffer` {Buffer|TypedArray|DataView|ArrayBuffer|string}
930 description: The `buffer` parameter can be any `TypedArray` or `DataView`.
936 * `buffer` {Buffer|TypedArray|DataView|ArrayBuffer|string}
[all …]
Dstring_decoder.md64 * `buffer` {Buffer|TypedArray|DataView} A `Buffer`, or `TypedArray`, or
65 `DataView` containing the bytes to decode.
86 * `buffer` {Buffer|TypedArray|DataView} A `Buffer`, or `TypedArray`, or
87 `DataView` containing the bytes to decode.
91 the end of the `Buffer`, or `TypedArray`, or `DataView` are omitted from the
Dcrypto.md61 * `spkac` {string | Buffer | TypedArray | DataView}
78 * `spkac` {string | Buffer | TypedArray | DataView}
96 * `spkac` {Buffer | TypedArray | DataView}
131 * `spkac` {string | Buffer | TypedArray | DataView}
148 * `spkac` {string | Buffer | TypedArray | DataView}
165 * `spkac` {Buffer | TypedArray | DataView}
303 * `buffer` {Buffer | TypedArray | DataView}
347 * `data` {string | Buffer | TypedArray | DataView}
356 `DataView`. If `data` is a [`Buffer`][], `TypedArray`, or `DataView`, then
488 * `buffer` {Buffer | TypedArray | DataView}
[all …]
/third_party/node/test/fixtures/wpt/encoding/
Dtextdecoder-fatal.any.js71 assert_equals(decoder.decode(new DataView(bytes.buffer, 0, 3)),
75 () => decoder.decode(new DataView(bytes.buffer, 0, 2)),
77 assert_equals(decoder.decode(new DataView(bytes.buffer, 0, 3)),
/third_party/node/deps/npm/node_modules/es-abstract/
DGetIntrinsic.js70 '$ %DataView%': typeof DataView === 'undefined' ? undefined : DataView,
71 '$ %DataViewPrototype%': typeof DataView === 'undefined' ? undefined : DataView.prototype,
/third_party/node/test/js-native-api/test_dataview/
Dtest.js11 const template = Reflect.construct(DataView, [buffer]);
14 assert.ok(theDataview instanceof DataView,
/third_party/protobuf/js/experimental/runtime/kernel/
Dwriter.js166 const view = new DataView(buffer);
188 const view = new DataView(buffer);
210 const view = new DataView(buffer);
265 const view = new DataView(buffer);
287 const view = new DataView(buffer);
Dbuffer_decoder.js41 functions.cacheReturnValue(() => new DataView(new ArrayBuffer(0)));
60 new DataView(arrayBuffer), 0, arrayBuffer.byteLength);
318 new DataView(this.dataView_.buffer, this.startIndex_, this.length());
Dtextencoding_test.js12 expect(decode(new DataView(new ArrayBuffer(0)))).toEqual('');
71 expect(decode(new DataView(this.bytes_))).toEqual(this.stringValue_);
/third_party/node/test/parallel/
Dtest-util-types.js48 [ new DataView(new ArrayBuffer()) ],
122 const dataView = new DataView(arrayBuffer);
136 const fakeDataView = Object.create(DataView.prototype);
150 Object.setPrototypeOf(new DataView(arrayBuffer), Uint8Array.prototype);
/third_party/node/lib/
Dv8.js22 DataView,
245 Float32Array, Float64Array, DataView];

12345