Skip to content

src: stop using `v8::BackingStore::Reallocate`

Rodrigo Muino Tomonari requested to merge github/fork/targos/fix-52234 into main

It's being deprecated by V8. Explicitly allocate a new ArrayBuffer and copy the data instead.

Fixes: https://github.com/nodejs/node/issues/52234

Merge request reports

Loading