Hello!
I'm trying to update v8 from 7.5 to 9.9 in my project, and encountered a
compatibility issue.
There has a api *v8::Isolate::RunMicrotasks* In v8 7.5,and in v8 9.9, it's
removed. I tried looking for a similar api, but couldn't find it.
what I want to know is, how can I replace the the or
Seems to be Isolate::PerformMicrotaskCheckpoint
On Tuesday, April 26, 2022 at 12:46:03 AM UTC+8 Jiaming Ai wrote:
> Hello!
> I'm trying to update v8 from 7.5 to 9.9 in my project, and encountered a
> compatibility issue.
>
> There has a api *v8::Isolate::RunMicrotasks* In v8 7.5,and in v8 9.9,