nashorn/test/script/basic/NASHORN-737.js.EXPECTED
author bpittore
Fri, 07 Feb 2014 14:47:04 -0500
changeset 23477 6c2348280d09
parent 19894 195477810711
child 24751 ccbd9cd3f720
permissions -rw-r--r--
Merge

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