nashorn/test/script/basic/JDK-8025149.js.EXPECTED
author sundar
Mon, 08 Jun 2015 13:57:44 +0530
changeset 31095 790fc3d576f9
parent 20219 809c0f893cb0
permissions -rw-r--r--
8085802: Nashorn -nse option causes parse error on anonymous function definition Reviewed-by: lagergren, attila

{
          "foo": 23,
          "bar": {
                    "x": 22
          }
}
{"foo":23,"bar":{"x":22}}
inside n.valueOf
inside s.toString