author | attila |
Tue, 13 May 2014 11:30:40 +0200 | |
changeset 24751 | ccbd9cd3f720 |
parent 19894 | 195477810711 |
permissions | -rw-r--r-- |
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 | 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 | 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 |
} |