author | martin |
Wed, 10 Dec 2014 09:23:00 -0800 | |
changeset 28057 | 1a47ceecdba5 |
parent 24751 | ccbd9cd3f720 |
permissions | -rw-r--r-- |
{ "type": "Program", "body": [ { "type": "LabeledStatement", "label": "label", "body": { "type": "BlockStatement", "body": [ { "type": "WhileStatement", "test": { "type": "Literal", "value": true }, "body": { "type": "BlockStatement", "body": [ { "type": "BreakStatement", "label": "label" } ] } } ] } } ] }