Is CreationContext on the API used by anyone? I'm actually trying to get
rid of the constructor on maps, and at least GetConstructor on the API had
no uses, so I removed that already.

I wasn't aware of GetCreationContext but I think we should try to find an
alternative for Object.observe if we can get rid of the API function.
On Aug 27, 2014 12:10 AM, <[email protected]> wrote:

>
> https://codereview.chromium.org/505303004/diff/1/src/factory.h
> File src/factory.h (right):
>
> https://codereview.chromium.org/505303004/diff/1/src/factory.h#newcode708
> src/factory.h:708: void ReinitializeJSProxy(Handle<JSProxy> proxy,
> InstanceType type, int size);
> I made this private since the only callers are BecomeJSObject() and
> BecomeJSFunction(), and making it private lets me assert that those are
> the only two types that might have this applied to them.
>
> https://codereview.chromium.org/505303004/
>

-- 
-- 
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