nashorn/test/script/basic/NASHORN-737.js.EXPECTED
author sundar
Thu, 05 Sep 2013 21:17:06 +0530
changeset 19883 aae0838ac6ee
parent 16147 e63b63819133
child 19894 195477810711
permissions -rw-r--r--
8024255: When a keyword is used as object property name, the property can not be deleted Reviewed-by: jlaskey, lagergren

{"type":"Program","rest":null,"body":[{"type":"LabeledStatement","label":{"type":"Identifier","name":"label"},"body":{"type":"BlockStatement","body":[{"type":"WhileStatement","test":{"type":"Literal","value":true},"block":{"type":"BlockStatement","body":[{"type":"BreakStatement","label":"label"}]}}]}}]}