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

Thu, 12 Oct 2017 19:52:15 +0800

author
aoqi
date
Thu, 12 Oct 2017 19:52:15 +0800
changeset 1205
4112748288bb
parent 963
e2497b11a021
parent 952
6d5471a497fb
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",
attila@963 6 "label": "label",
aoqi@0 7 "body": {
aoqi@0 8 "type": "BlockStatement",
aoqi@0 9 "body": [
aoqi@0 10 {
aoqi@0 11 "type": "WhileStatement",
aoqi@0 12 "test": {
aoqi@0 13 "type": "Literal",
aoqi@0 14 "value": true
aoqi@0 15 },
aoqi@0 16 "body": {
aoqi@0 17 "type": "BlockStatement",
aoqi@0 18 "body": [
aoqi@0 19 {
aoqi@0 20 "type": "BreakStatement",
attila@963 21 "label": "label"
aoqi@0 22 }
aoqi@0 23 ]
aoqi@0 24 }
aoqi@0 25 }
aoqi@0 26 ]
aoqi@0 27 }
aoqi@0 28 }
aoqi@0 29 ]
aoqi@0 30 }

mercurial