> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Mark S. Miller > Sent: 26. mai 2008 11:07 > To: [email protected]; [EMAIL PROTECTED] x-discuss > Subject: A random collection of ES4 draft spec surprises and thoughts > > In going over the ES4 draft spec docs, I found the following > things surprising:
Other people took care of everything except this one: > * Is "A catch-all method operates on the object that contains > the method." a mistake? Did you mean "operates on the invoked object"? My phrasing is clumsy, but in my universe we invoke functions and methods, not objects, and I was trying to convey that sense of reality. The sentence does not end with a period but with a second clause: ", not on that object's prototype object." and that's the main point: the method only operates on the specific receiver object, not on the receiver's prototypes. But you're right to point out that it could be improved. Thanks. --lars _______________________________________________ Es4-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es4-discuss
