author | sundar |
Thu, 09 Jan 2014 19:23:34 +0530 | |
changeset 22379 | 5181d08e3440 |
parent 19894 | 195477810711 |
child 24751 | ccbd9cd3f720 |
permissions | -rw-r--r-- |
{ "type": "Program", "body": [ { "type": "LabeledStatement", "label": { "type": "Identifier", "name": "label" }, "body": { "type": "BlockStatement", "body": [ { "type": "WhileStatement", "test": { "type": "Literal", "value": true }, "body": { "type": "BlockStatement", "body": [ { "type": "BreakStatement", "label": { "type": "Identifier", "name": "label" } } ] } } ] } } ] }