2.9.1.3.4.2 DataView.prototype.GetInt8(byteOffset)

Gets the Int8 value at offset byteOffset in the DataView.

  1. Let O be ToObject(this)

  2. If the [[Class]] internal property of O is not "DataView", raise a TypeError.

  3. Return GetValue(byteOffset, true, Int8)