Home
last modified time | relevance | path

Searched defs:Int8Array (Results 1 – 15 of 15) sorted by relevance

/third_party/jerryscript/tests/jerry-test-suite/es2015/22/22.02/22.02.01/
D22.02.01-009.js16 Int8Array.prototype[10] = 10; class
/third_party/skia/third_party/externals/brotli/js/
Dpolyfill.js56 Int8Array.prototype.copyWithin = Array.prototype.copyWithin; class
/third_party/typescript/lib/
Dlib.es2016.array.include.d.ts39 interface Int8Array { interface
Dlib.es2015.symbol.wellknown.d.ts277 interface Int8Array { interface
Dlib.es2015.iterable.d.ts250 interface Int8Array { interface
Dlib.es5.d.ts1756 interface Int8Array { interface
2032 declare var Int8Array: Int8ArrayConstructor; variable
/third_party/typescript/src/lib/
Des2016.array.include.d.ts19 interface Int8Array { interface
Des2015.symbol.wellknown.d.ts257 interface Int8Array { interface
Des2015.iterable.d.ts230 interface Int8Array { interface
Des5.d.ts1736 interface Int8Array { interface
2012 declare var Int8Array: Int8ArrayConstructor; variable
/third_party/node/deps/npm/node_modules/typedarray/
Dindex.js491 var Int8Array = makeConstructor(1, packI8, unpackI8); variable
583 DataView.prototype.getInt8 = makeGetter(exports.Int8Array);
620 DataView.prototype.setInt8 = makeSetter(exports.Int8Array);
/third_party/node/test/cctest/
Dtest_aliased_buffer.cc155 TEST_F(AliasBufferTest, Int8Array) { in TEST_F() argument
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DCore.h55 using Int8Array = Napi::TypedArrayOf<int8_t>; variable
/third_party/node/tools/
Dlint-md.mjs27979 var Int8Array = makeConstructor(1, packI8, unpackI8); variable
28071 DataView.prototype.getInt8 = makeGetter(exports.Int8Array);
28108 DataView.prototype.setInt8 = makeSetter(exports.Int8Array);
/third_party/typescript/tests/lib/
Dlib.d.ts1398 interface Int8Array { interface
1665 declare var Int8Array: Int8ArrayConstructor; variable