Object.getPrototypeOf(Int8Array.prototype).constructor returns TypedArray, the parent class/prototype/whatever of all typed arrays classes. Add a property to TypedArray.prototype and it will show up in all typed arrays. Why is it not exposed?
Object.getPrototypeOf(Int8Array.prototype).constructor
TypedArray
TypedArray.prototype