Review request for JDK-8023630
Jim Laskey (Oracle)
james.laskey at oracle.com
Fri Aug 23 04:16:23 PDT 2013
+1
On 2013-08-23, at 7:11 AM, Attila Szegedi <attila.szegedi at oracle.com> wrote:
> Please review JDK-8023630 at <http://cr.openjdk.java.net/~attila/8023630/webrev.00>
>
> This is the implementation of Java.super(); basically, it returns an object that delegates to the super$ methods of its arguments, e.g.
>
> var w_super = Java.super(w)
>
> then w_super.write(x) is actually equivalent to w.super$write(x).
>
> Thanks,
> Attila.
More information about the nashorn-dev
mailing list