Re: Proxy forwarding handlers and accessor properties

2011-06-24 Thread LungZeno
I suggest to not call it default, use other better name. On Sun, Jun 19, 2011 at 11:28 PM, David Bruant wrote: > Le 19/06/2011 15:53, Tom Van Cutsem a écrit : >> I agree with all of David's points. I wonder though: would it make >> more sense if we'd spec. the "get" trap of Proxy.Handler as: >> >

Re: Converting an existing object to a proxy

2011-05-28 Thread LungZeno
On Sat, May 28, 2011 at 2:05 AM, Sean Eagan wrote: > On Fri, May 27, 2011 at 12:43 PM, Sean Eagan wrote: >> Of course you could go the other way, and remove the default trap >> implementations.  All objects could have the same internal method >> implementation regardless of whether or not they ar

some question about module loaders

2010-12-22 Thread LungZeno
I have read http://wiki.ecmascript.org/doku.php?id=strawman:module_loaders Which is src in evalScript(src : String) : any;url or source code? Can programmer eval code through ModuleLoader like eval operator? ___ es-discuss mailing list es-discuss@moz