On Wed, Jun 22, 2011 at 12:07 PM, Juan Ignacio Dopazo <dopazo.j...@gmail.com> wrote: > Can the value of a dynamic super be unambiguously resolved with prototype > climbing and without an extra implicit parameter?
Yes, it can be unambiguously determined by prototype climbing, the only information from the call site that is used is the base ( |this| ) value of the method call or accessor property access, whose prototype chain is the one that is climbed. Cheers, Sean Eagan _______________________________________________ es-discuss mailing list es-discuss@mozilla.org https://mail.mozilla.org/listinfo/es-discuss