Review request for JDK-8010145: removed workaround "init.js" in nashorn repo

Jim Laskey (Oracle) james.laskey at oracle.com
Fri Mar 15 08:34:14 PDT 2013


engine.js should defineProperty sprintf not printf

  65 /**
  66  * This is C-like sprintf
  67  *
  68  * @param format string to format the rest of the print items
  69  * @param args variadic argument list
  70  */
  71 Object.defineProperty(this, "printf", {

+1



On 2013-03-15, at 12:27 PM, A. Sundararajan <sundararajan.athijegannathan at oracle.com> wrote:

> Please review http://cr.openjdk.java.net/~sundar/8010145/
> 
> -Sundar



More information about the nashorn-dev mailing list