node-v8 icon indicating copy to clipboard operation
node-v8 copied to clipboard

`v8::Isolate::AttachCppHeap` is deprecated

Open targos opened this issue 2 years ago • 7 comments

See: https://github.com/nodejs/node-v8/actions/runs/6742272834/job/18328109270 Refs: https://github.com/v8/v8/commit/d5631f63d2ea4269b47e0a71bec3b47177073623

This breaks us here: https://github.com/nodejs/node-v8/blob/1ccbbfef3a32dbce7d5f35f17c2280bc995af10e/src/env.cc#L552 And here: https://github.com/nodejs/node-v8/blob/1ccbbfef3a32dbce7d5f35f17c2280bc995af10e/src/env.cc#L583

/cc @nodejs/cpp-reviewers @dharesign

targos avatar Nov 04 '23 08:11 targos