aboutsummaryrefslogtreecommitdiff
path: root/test/script/basic/NASHORN-737.js.EXPECTED
blob: 77c796579f4e847e89a4febf8ba55cee83937e30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
    "type": "Program",
    "body": [
        {
            "type": "LabeledStatement",
            "label": {
                "type": "Identifier",
                "name": "label"
            },
            "body": {
                "type": "BlockStatement",
                "body": [
                    {
                        "type": "WhileStatement",
                        "test": {
                            "type": "Literal",
                            "value": true
                        },
                        "body": {
                            "type": "BlockStatement",
                            "body": [
                                {
                                    "type": "BreakStatement",
                                    "label": {
                                        "type": "Identifier",
                                        "name": "label"
                                    }
                                }
                            ]
                        }
                    }
                ]
            }
        }
    ]
}