2.9.1.3.1 The DataView Constructor called as a function

When DataView is called as a function rather than as a constructor, it creates and initialises a new DataView object.  Thus the function call DataView(…) is equivalent to the object creation expression new DataView(…) with the same arguments.