labelledStat.js.EXPECTED revision 550:917b16e509bd
11573Srgrimes{
21573Srgrimes    "type": "Program",
31573Srgrimes    "body": [
41573Srgrimes        {
51573Srgrimes            "type": "LabeledStatement",
6227753Stheraven            "label": {
7227753Stheraven                "type": "Identifier",
8227753Stheraven                "name": "begin"
9227753Stheraven            },
10227753Stheraven            "body": {
111573Srgrimes                "type": "BlockStatement",
121573Srgrimes                "body": [
131573Srgrimes                    {
141573Srgrimes                        "type": "ForStatement",
151573Srgrimes                        "init": null,
161573Srgrimes                        "test": null,
171573Srgrimes                        "update": null,
181573Srgrimes                        "body": {
191573Srgrimes                            "type": "BlockStatement",
201573Srgrimes                            "body": [
211573Srgrimes                                {
221573Srgrimes                                    "type": "BreakStatement",
231573Srgrimes                                    "label": {
241573Srgrimes                                        "type": "Identifier",
251573Srgrimes                                        "name": "begin"
261573Srgrimes                                    }
271573Srgrimes                                }
281573Srgrimes                            ]
291573Srgrimes                        }
301573Srgrimes                    }
311573Srgrimes                ]
321573Srgrimes            }
331573Srgrimes        }
341573Srgrimes    ]
351573Srgrimes}
361573Srgrimes{
371573Srgrimes    "type": "Program",
381573Srgrimes    "body": [
391573Srgrimes        {
401573Srgrimes            "type": "LabeledStatement",
411573Srgrimes            "label": {
421573Srgrimes                "type": "Identifier",
431573Srgrimes                "name": "begin"
4492986Sobrien            },
4592986Sobrien            "body": {
461573Srgrimes                "type": "BlockStatement",
471573Srgrimes                "body": [
481573Srgrimes                    {
491573Srgrimes                        "type": "WhileStatement",
501573Srgrimes                        "test": {
511573Srgrimes                            "type": "Literal",
521573Srgrimes                            "value": true
531573Srgrimes                        },
54136091Sstefanf                        "body": {
55132019Stjr                            "type": "BlockStatement",
56132019Stjr                            "body": [
571573Srgrimes                                {
5819277Sache                                    "type": "BreakStatement",
5919277Sache                                    "label": {
601573Srgrimes                                        "type": "Identifier",
611573Srgrimes                                        "name": "begin"
621573Srgrimes                                    }
631573Srgrimes                                }
641573Srgrimes                            ]
651573Srgrimes                        }
661573Srgrimes                    }
671573Srgrimes                ]
681573Srgrimes            }
691573Srgrimes        }
701573Srgrimes    ]
711573Srgrimes}
721573Srgrimes