Searched defs:Int16Array (Results 1 – 14 of 14) sorted by relevance
66 interface Int16Array { interface
289 interface Int16Array { interface
337 interface Int16Array { interface
2601 interface Int16Array { interface2877 declare var Int16Array: Int16ArrayConstructor; variable
46 interface Int16Array { interface
269 interface Int16Array { interface
317 interface Int16Array { interface
2581 interface Int16Array { interface2857 declare var Int16Array: Int16ArrayConstructor; variable
494 var Int16Array = makeConstructor(2, packI16, unpackI16); variable585 DataView.prototype.getInt16 = makeGetter(exports.Int16Array);622 DataView.prototype.setInt16 = makeSetter(exports.Int16Array);
163 TEST_F(AliasBufferTest, Int16Array) { in TEST_F() argument
56 using Int16Array = Napi::TypedArrayOf<int16_t>; variable
27982 var Int16Array = makeConstructor(2, packI16, unpackI16); variable28073 DataView.prototype.getInt16 = makeGetter(exports.Int16Array);28110 DataView.prototype.setInt16 = makeSetter(exports.Int16Array);
2218 interface Int16Array { interface2486 declare var Int16Array: Int16ArrayConstructor; variable
122049 Int16Array; typedef