mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-15 09:07:41 +00:00
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.