On Wed, Aug 12, 2020 at 5:08 AM Ran Aizen <abbshrsou...@gmail.com> wrote:
>
> Thank you Ben~
>
> I just read the a little code implementation, but I still confused
> when should I use isolate->enter() and isolate->exit() ?
> What's the use case of them?

You use them for switching between isolates (at points where it's safe
to do so, of course.)

Rather than juggling enters and exits manually, I recommend using
v8::Isolate::Scope.

-- 
-- 
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/CAHQurc8ZfvSq6EMnNcgory6fWzDMvf3KGXbtTyoz9PD8mQmhEA%40mail.gmail.com.

Reply via email to