On 23 May 2012 16:15, mschwartz <[email protected]> wrote:
> When I compile SilkJS and link with v8, I notice there is no global Proxy
> object (see Proxy API) created for me.
>
> Can someone in the know clue me in about enabling this feature when just
> compiling and using just v8 (e.g. not the whole browser)?

I assume you are referring to Harmony proxies. You need to activate
them with the V8 flag --harmony-proxies. However, I've never used
SilkJS, so I don't know if you can just pass it the flag.

/Andreas

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to