Re: not a Date object vs. not an object with [[Class]] of ''Date''

2010-10-02 Thread Jorge
On 02/10/2010, at 15:29, Brendan Eich wrote: On Sep 6, 2010, at 1:43 AM, Dmitry A. Soshnikov wrote: For what to create a proxy? It's only for catch-traps (yes, it may be used additionally to create a _catcher_ with Array [[Class]], but without additions -- i.e. if a user wants just to

Re: not a Date object vs. not an object with [[Class]] of ''Date''

2010-10-02 Thread Dmitry A. Soshnikov
On 02.10.2010 17:29, Brendan Eich wrote: On Sep 6, 2010, at 1:43 AM, Dmitry A. Soshnikov wrote: For what to create a proxy? It's only for catch-traps (yes, it may be used additionally to create a _catcher_ with Array [[Class]], but without additions -- i.e. if a user wants just to inherit

Re: not a Date object vs. not an object with [[Class]] of ''Date''

2010-10-02 Thread Alex Russell
On Oct 2, 2010, at 6:49 AM, Jorge wrote: On 02/10/2010, at 15:29, Brendan Eich wrote: On Sep 6, 2010, at 1:43 AM, Dmitry A. Soshnikov wrote: For what to create a proxy? It's only for catch-traps (yes, it may be used additionally to create a _catcher_ with Array [[Class]], but without

Re: not a Date object vs. not an object with [[Class]] of ''Date''

2010-10-02 Thread Alex Russell
On Oct 2, 2010, at 10:45 AM, Alex Russell wrote: On Oct 2, 2010, at 6:49 AM, Jorge wrote: On 02/10/2010, at 15:29, Brendan Eich wrote: On Sep 6, 2010, at 1:43 AM, Dmitry A. Soshnikov wrote: For what to create a proxy? It's only for catch-traps (yes, it may be used additionally to

Re: not a Date object vs. not an object with [[Class]] of ''Date''

2010-10-02 Thread Brendan Eich
On Oct 2, 2010, at 6:49 AM, Jorge wrote: On 02/10/2010, at 15:29, Brendan Eich wrote: On Sep 6, 2010, at 1:43 AM, Dmitry A. Soshnikov wrote: For what to create a proxy? It's only for catch-traps (yes, it may be used additionally to create a _catcher_ with Array [[Class]], but without

Re: not a Date object vs. not an object with [[Class]] of ''Date''

2010-10-02 Thread Dmitry A. Soshnikov
On 03.10.2010 0:58, Dmitry A. Soshnikov wrote: On 03.10.2010 0:51, Brendan Eich wrote: On Oct 2, 2010, at 6:49 AM, Jorge wrote: On 02/10/2010, at 15:29, Brendan Eich wrote: On Sep 6, 2010, at 1:43 AM, Dmitry A. Soshnikov wrote: For what to create a proxy? It's only for catch-traps (yes,

Re: not a Date object vs. not an object with [[Class]] of ''Date''

2010-10-02 Thread Andrea Giammarchi
this.push.apply(this, [1, 2, 3]); ... , Dmitry, WTF :D this.push(1, 2, 3); easy :P I still don't like the idea of injectable [[Class]] for user defined objects ... JS follows massive cross libraries approach ... please don't create a chaos even worst than the one we already have with