blob: 3a33d9fee3b1b38466d2a964072cc051cee8dc83 [file] [log] [blame]
{
"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"
}
]
}
}
]
}
}
]
}