Hi all,
v8::EmbedderHeapTracer has been deprecated on V8's API for some time now. All our investment in managed C++ at this point is in
Oilpan and future integrations with new V8 features. EmbedderHeapTracer already requires special handling for most parts in the GC and our test coverage is limited to our unit tests.
This does not change any of the existing APIs around Local, Global, Persistent and alike.
Cheers, Michael