test/script/basic/NASHORN-737.js.EXPECTED

Thu, 31 Aug 2017 15:30:47 +0800

author
aoqi
date
Thu, 31 Aug 2017 15:30:47 +0800
changeset 952
6d5471a497fb
parent 551
917b16e509bd
parent 0
b1a7da25b547
child 1205
4112748288bb
permissions
-rw-r--r--

merge

aoqi@0 1 {
aoqi@0 2 "type": "Program",
aoqi@0 3 "body": [
aoqi@0 4 {
aoqi@0 5 "type": "LabeledStatement",
aoqi@0 6 "label": {
aoqi@0 7 "type": "Identifier",
aoqi@0 8 "name": "label"
aoqi@0 9 },
aoqi@0 10 "body": {
aoqi@0 11 "type": "BlockStatement",
aoqi@0 12 "body": [
aoqi@0 13 {
aoqi@0 14 "type": "WhileStatement",
aoqi@0 15 "test": {
aoqi@0 16 "type": "Literal",
aoqi@0 17 "value": true
aoqi@0 18 },
aoqi@0 19 "body": {
aoqi@0 20 "type": "BlockStatement",
aoqi@0 21 "body": [
aoqi@0 22 {
aoqi@0 23 "type": "BreakStatement",
aoqi@0 24 "label": {
aoqi@0 25 "type": "Identifier",
aoqi@0 26 "name": "label"
aoqi@0 27 }
aoqi@0 28 }
aoqi@0 29 ]
aoqi@0 30 }
aoqi@0 31 }
aoqi@0 32 ]
aoqi@0 33 }
aoqi@0 34 }
aoqi@0 35 ]
aoqi@0 36 }

mercurial