nashorn/test/script/basic/NASHORN-737.js.EXPECTED
author sundar
Thu, 13 Mar 2014 15:58:24 +0530
changeset 23374 f470afc89c6c
parent 19894 195477810711
child 24751 ccbd9cd3f720
permissions -rw-r--r--
8015958: DataView constructor is not defined Reviewed-by: attila, hannesw, lagergren
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",
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
     6
            "label": {
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
     7
                "type": "Identifier",
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
     8
                "name": "label"
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
     9
            },
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    10
            "body": {
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    11
                "type": "BlockStatement",
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    12
                "body": [
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    13
                    {
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    14
                        "type": "WhileStatement",
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    15
                        "test": {
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    16
                            "type": "Literal",
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    17
                            "value": true
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    18
                        },
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    19
                        "body": {
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    20
                            "type": "BlockStatement",
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    21
                            "body": [
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
                                    "type": "BreakStatement",
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    24
                                    "label": {
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    25
                                        "type": "Identifier",
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    26
                                        "name": "label"
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
                        }
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    31
                    }
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    32
                ]
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    33
            }
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    34
        }
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    35
    ]
195477810711 8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents: 16147
diff changeset
    36
}