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 original call ( *v8::Isolate::RunMicrotasks*) in the new version(v8 9.9) and keep the same functionality? Thanks! -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to v8-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-users/56bbca97-ebf0-410c-8f07-8051e294ccben%40googlegroups.com.