jdk-24/test/nashorn/script/basic/NASHORN-737.js.EXPECTED
2017-09-12 19:03:39 +02:00

31 lines
868 B
Plaintext

{
"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"
}
]
}
}
]
}
}
]
}