nashorn/test/script/basic/NASHORN-737.js.EXPECTED
author martin
Wed, 10 Dec 2014 09:23:00 -0800
changeset 28057 1a47ceecdba5
parent 24751 ccbd9cd3f720
permissions -rw-r--r--
8065804: JEP 171: Clarifications/corrections for fence intrinsics Reviewed-by: dholmes, shade, dl, psandoz

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