TypedArray constructors/prototypes are currently allocating within their C++ constructor when trying to access the intrinsic base TypedArray. To prevent this, construct these objects with an already-allocated base TypedArray.