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
Summary:
Pull Request resolved: facebook#56156
Pull Request resolved: facebook#55943
Adds `ArrayBuffer::tryGetMutableBuffer` to JSI. This allows the user to
retrieve a `MutableBuffer` from the `ArrayBuffer`. The returned buffer
will point directly into the same buffer as the runtime object, rather than
copying it out.
The data referencedby the `MutableBuffer` will be alive during the entirety
of the `MutableBuffer` lifespan.
Addresses: facebook/hermes#1578
Changelog: [Internal]
Reviewed By: tmikov
Differential Revision: D91264901
0 commit comments