bit.ly/v8-api-changes mentions at the top that we're trying to get to a state where the embedder always specifies the isolate to use and we don't use TLS to store it internally.
At that point, Isolate::GetCurrent will no longer work. This is, however, still in the not so near future, so I think marking the API add deprecated is premature at this point. OTOH, Yutaka was asking about usage in chromium, and I'd rather not introduce more call sites there. On Thu, Mar 10, 2016, 10:31 AM Bart van Heukelom <[email protected]> wrote: > Where do you see that it's deprecated? > http://v8.paulfryzel.com/docs/master/classv8_1_1_isolate.html#afd8c10d0f01e2ae43522c3ddf0bb053d > does not mention it. Or has it been..undeprecated in the meantime? > > -- > -- > v8-users mailing list > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- -- v8-users mailing list [email protected] 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
