2.1.120 [ECMA-262/6] Section 22.2.2.2 %TypedArray%.of ( ...items )

V0159: %TypedArray%.of is not implemented

The specification states:

 22.2.2.2 %TypedArray%.of ( ...items )
  
     When the of method is called with any number of arguments, the following steps are 
     taken:
         ...
         9.  Return newObj.
  
     The length property of the of method is 0.

IE11 Mode (All versions)

%TypedArray%.of is not implemented.