On 2013/11/26 08:57:39, Sven Panne wrote:
LGTM with a nit. Furthermore (as discussed offline), we might consider
changing
all those

    class Foo {
       static Local<Foo> New(Isolate*, ...);
    }

to

    class Isolate {
       Local<Foo> NewFoo(...);
    }

This has pros and cons, but at least keep the possibility in mind.

I'm not personally a huge fan of that api change, but pretty much everything
else that needs a isolate parameter should be on isolate for sure


https://codereview.chromium.org/84833006/

--
--
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/groups/opt_out.

Reply via email to