Re: New Feature to JS 1.7

2007-09-26 Thread P T Withington
Your best bet for js1+ is to use one of the many class-like frameworks, prototype, dojo, or my favorite, [OpenLaszlo](http:// pt.withy.org/ptalk/archives/2006/05/circles_and_arrows.html). We implement `nextMethod` with annotation on the method function objects. On 2007-09-25, at 02:33 EDT,

Re: __proto__

2007-09-26 Thread P T Withington
On 2007-09-22, at 17:52 EDT, liorean wrote: Which could be done, of course, it should be a simple thing to add that in the algorithm for [[Construct]]. But then we have the question of what to do with constructors that return other objects than that set up by steps 1 through 5 of the