You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2019. It is now read-only.
Suggest the substitution based on the following facts:
v8::ArrayBuffer can own a buffer (delete the underlying raw buffer in dtor), or borrow a buffer with creation flag ArrayBufferCreationMode::kExternalized) (does not delete), so it's possible to reduce buffer deep copying when using v8::ArrayBuffer in user program
It's easy to allocate views for v8::ArrayBuffer in C++ code, ref issue Typed array support #89