Revision: 12821 Author: [email protected] Date: Thu Oct 25 08:13:44 2012 Log: Set up Proxy methods the proper way.
[email protected] BUG= Review URL: https://codereview.chromium.org/11274047 http://code.google.com/p/v8/source/detail?r=12821 Modified: /branches/bleeding_edge/src/proxy.js ======================================= --- /branches/bleeding_edge/src/proxy.js Thu Oct 25 07:53:26 2012 +++ /branches/bleeding_edge/src/proxy.js Thu Oct 25 08:13:44 2012 @@ -62,7 +62,8 @@ handler, callTrap, constructTrap, $Function.prototype) } -%InstallFunctions($Proxy, DONT_ENUM, [ +%CheckIsBootstrapping() +InstallFunctions($Proxy, DONT_ENUM, [ "create", ProxyCreate, "createFunction", ProxyCreateFunction ]) -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
