Review request 8007545 - jjs input evalinput need to be NOT_ENUMERABLE

A. Sundararajan sundararajan.athijegannathan at oracle.com
Tue Feb 5 19:12:40 PST 2013


You may want to set writable: true and configurable: true for those 
properties. Default for these properties is false - unless you want 
these properties to be non-writable, non-configurable (why?), you've to 
set these properties to true.

Other than that, looks good to me.

-Sundar

On Tuesday 05 February 2013 11:59 PM, Jim Laskey (Oracle) wrote:
> Please review http://cr.openjdk.java.net/~jlaskey/8007545/webrev.00/index.html
>
> Cheers,
>
> -- Jim
>



More information about the nashorn-dev mailing list