blob: ca125dce84d1ef4470511a4d2e93cdcef70a4384 [file] [log] [blame]
{
"type": "Program",
"body": [
{
"type": "LabeledStatement",
"label": "begin",
"body": {
"type": "BlockStatement",
"body": [
{
"type": "ForStatement",
"init": null,
"test": null,
"update": null,
"body": {
"type": "BlockStatement",
"body": [
{
"type": "BreakStatement",
"label": "begin"
}
]
}
}
]
}
}
]
}
{
"type": "Program",
"body": [
{
"type": "LabeledStatement",
"label": "begin",
"body": {
"type": "BlockStatement",
"body": [
{
"type": "WhileStatement",
"test": {
"type": "Literal",
"value": true
},
"body": {
"type": "BlockStatement",
"body": [
{
"type": "BreakStatement",
"label": "begin"
}
]
}
}
]
}
}
]
}