aoqi@0: { aoqi@0: "type": "Program", aoqi@0: "body": [ aoqi@0: { aoqi@0: "type": "LabeledStatement", attila@963: "label": "label", aoqi@0: "body": { aoqi@0: "type": "BlockStatement", aoqi@0: "body": [ aoqi@0: { aoqi@0: "type": "WhileStatement", aoqi@0: "test": { aoqi@0: "type": "Literal", aoqi@0: "value": true aoqi@0: }, aoqi@0: "body": { aoqi@0: "type": "BlockStatement", aoqi@0: "body": [ aoqi@0: { aoqi@0: "type": "BreakStatement", attila@963: "label": "label" aoqi@0: } aoqi@0: ] aoqi@0: } aoqi@0: } aoqi@0: ] aoqi@0: } aoqi@0: } aoqi@0: ] aoqi@0: }