On 2014/10/31 08:37:50, dcarney wrote:
> Could you help to review it? and thanks very much for any of your comments.

this is fundamentally okay, and indeed it's something i've thought about
before,
but it creates an api that's easy to break. If you forget to create a handle scope in the callback if you happen to need one, very bad things can happen,
and
they would be hard to track down.
[Based on my current knowledge, it should work in this case, because the new
handler will be maintained by their parent's handerScope in most case, I will
verify this case.]
 We have an overall strategy for this type of
case, and it's to never leave javascript and perform the dom operations
directly
there, instead of trying to optimize the cost of calling out to c.
[Do you mean Blink-In-JavaScript by the overall strategy?]



https://codereview.chromium.org/697603002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" 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.

Reply via email to