JSInt16Array constructor

  1. @Since('3.6')
JSInt16Array([
  1. JSArrayBuffer buffer,
  2. int byteOffset,
  3. int length
])

Creates a JavaScript Int16Array with buffer as its backing storage, offset by byteOffset bytes, of size length.

If no buffer is provided, creates an empty Int16Array.

Implementation

@Since('3.6')
external JSInt16Array([JSArrayBuffer buffer, int byteOffset, int length]);