nashorn/test/script/basic/NASHORN-737.js.EXPECTED
author hannesw
Fri, 03 Feb 2017 13:28:00 +0100
changeset 43555 1bb10bccf057
parent 24751 ccbd9cd3f720
permissions -rw-r--r--
8173888: Test for JDK-8169481 causes stack overflows in parser tests Reviewed-by: jlaskey, sundar
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
19894
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
     1
{
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
     2
    "type": "Program",
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
     3
    "body": [
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
     4
        {
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
     5
            "type": "LabeledStatement",
24751
ccbd9cd3f720 8042118: Separate types from symbols
attila
parents: 19894
diff changeset
     6
            "label": "label",
19894
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
     7
            "body": {
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
     8
                "type": "BlockStatement",
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
     9
                "body": [
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    10
                    {
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    11
                        "type": "WhileStatement",
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    12
                        "test": {
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    13
                            "type": "Literal",
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    14
                            "value": true
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    15
                        },
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    16
                        "body": {
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    17
                            "type": "BlockStatement",
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    18
                            "body": [
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    19
                                {
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    20
                                    "type": "BreakStatement",
24751
ccbd9cd3f720 8042118: Separate types from symbols
attila
parents: 19894
diff changeset
    21
                                    "label": "label"
19894
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    22
                                }
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    23
                            ]
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    24
                        }
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    25
                    }
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    26
                ]
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    27
            }
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    28
        }
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    29
    ]
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    30
}