nashorn/test/script/basic/JDK-8025149.js.EXPECTED
author hannesw
Thu, 04 Sep 2014 15:37:14 +0200
changeset 26377 028dad61662f
parent 20219 809c0f893cb0
permissions -rw-r--r--
8051889: Implement block scoping in symbol assignment and scope computation Reviewed-by: attila, lagergren

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