author | sundar |
Thu, 12 Sep 2013 22:16:40 +0530 | |
changeset 19894 | 195477810711 |
permissions | -rw-r--r-- |
19894
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
1 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
2 |
"type": "Program", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
3 |
"body": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
4 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
5 |
"type": "WithStatement", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
6 |
"object": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
7 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
8 |
"name": "scope" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
9 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
10 |
"body": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
11 |
"type": "BlockStatement", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
12 |
"body": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
13 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
14 |
"type": "ExpressionStatement", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
15 |
"expression": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
16 |
"type": "AssignmentExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
17 |
"operator": "=", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
18 |
"left": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
19 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
20 |
"name": "x" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
21 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
22 |
"right": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
23 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
24 |
"name": "y" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
25 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
26 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
27 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
28 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
29 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
30 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
31 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
32 |
} |