> The Maybe values ensure at compilation time that the value returned is
> checked by the embedder, and the explicit Context makes it clear that a
> context is actually required and that javascript may be executed in that
> context.
>
> Timeline
> We will add the new API parts gradually to the codebase. When this is
> finished there will be approx. 6 weeks of time where the old and the new API
> will exist side-by-side. This is a good time to make the adjustments in your
> embedding code. After this period the old API will get removed.
>
> We apologize in advance for any trouble this may cause, but we're positive
> that this change will reduce crash rates for practically all v8 embedders.
>
> Cheers,
> Michael Hablich
Can you provide guidelines on what context to use in API callbacks? I
see that src/api.cc uses Isolate::GetCurrentContext() in a number of
places. When would you use the current context, when
Isolate::GetCallingContext(), etc.?
--
--
v8-users mailing list
v8-u...@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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Timeline
We will add the new API parts gradually to the codebase. When this is finished there will be approx. 6 weeks of time where the old and the new API will exist side-by-side. This is a good time to make the adjustments in your embedding code. After this period the old API will get removed.
We apologize in advance for any trouble this may cause, but we're positive that this change will reduce crash rates for practically all v8 embedders.Cheers,Michael Hablich
--
--
v8-users mailing list
v8-u...@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+u...@googlegroups.com.