nashorn/test/script/basic/NASHORN-737.js.EXPECTED
author attila
Wed, 04 Jun 2014 20:43:37 +0200
changeset 24782 82c9c92e3733
parent 24751 ccbd9cd3f720
permissions -rw-r--r--
8038413: NPE in unboxInteger Reviewed-by: jlaskey, sundar

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