Review request for JDK-8023630

A. Sundararajan sundararajan.athijegannathan at oracle.com
Fri Aug 23 03:59:29 PDT 2013


+1

On Friday 23 August 2013 03:41 PM, Attila Szegedi 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