author | serb |
Thu, 30 Jul 2015 15:27:02 +0300 | |
changeset 32126 | 6611b32dfa58 |
parent 24751 | ccbd9cd3f720 |
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": "ExpressionStatement", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
6 |
"expression": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
7 |
"type": "MemberExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
8 |
"object": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
9 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
10 |
"name": "a" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
11 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
12 |
"property": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
13 |
"type": "Literal", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
14 |
"value": 3 |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
15 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
16 |
"computed": true |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
17 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
18 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
19 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
20 |
} |
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 |
"type": "Program", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
23 |
"body": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
24 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
25 |
"type": "ExpressionStatement", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
26 |
"expression": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
27 |
"type": "MemberExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
28 |
"object": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
29 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
30 |
"name": "a" |
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 |
"property": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
33 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
34 |
"name": "b" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
35 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
36 |
"computed": true |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
37 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
38 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
39 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
40 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
41 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
42 |
"type": "Program", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
43 |
"body": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
44 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
45 |
"type": "ExpressionStatement", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
46 |
"expression": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
47 |
"type": "MemberExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
48 |
"object": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
49 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
50 |
"name": "a" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
51 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
52 |
"property": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
53 |
"type": "Literal", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
54 |
"value": "foo" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
55 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
56 |
"computed": true |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
57 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
58 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
59 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
60 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
61 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
62 |
"type": "Program", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
63 |
"body": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
64 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
65 |
"type": "ExpressionStatement", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
66 |
"expression": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
67 |
"type": "MemberExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
68 |
"object": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
69 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
70 |
"name": "obj" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
71 |
}, |
24751 | 72 |
"property": "foo", |
19894
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
73 |
"computed": false |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
74 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
75 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
76 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
77 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
78 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
79 |
"type": "Program", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
80 |
"body": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
81 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
82 |
"type": "ExpressionStatement", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
83 |
"expression": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
84 |
"type": "MemberExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
85 |
"object": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
86 |
"type": "MemberExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
87 |
"object": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
88 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
89 |
"name": "obj" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
90 |
}, |
24751 | 91 |
"property": "foo", |
19894
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
92 |
"computed": false |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
93 |
}, |
24751 | 94 |
"property": "bar", |
19894
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
95 |
"computed": false |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
96 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
97 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
98 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
99 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
100 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
101 |
"type": "Program", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
102 |
"body": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
103 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
104 |
"type": "ExpressionStatement", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
105 |
"expression": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
106 |
"type": "NewExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
107 |
"callee": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
108 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
109 |
"name": "Type" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
110 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
111 |
"arguments": [] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
112 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
113 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
114 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
115 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
116 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
117 |
"type": "Program", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
118 |
"body": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
119 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
120 |
"type": "ExpressionStatement", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
121 |
"expression": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
122 |
"type": "NewExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
123 |
"callee": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
124 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
125 |
"name": "Type" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
126 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
127 |
"arguments": [] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
128 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
129 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
130 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
131 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
132 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
133 |
"type": "Program", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
134 |
"body": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
135 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
136 |
"type": "ExpressionStatement", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
137 |
"expression": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
138 |
"type": "NewExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
139 |
"callee": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
140 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
141 |
"name": "Type" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
142 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
143 |
"arguments": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
144 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
145 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
146 |
"name": "a" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
147 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
148 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
149 |
"type": "Literal", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
150 |
"value": "hello" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
151 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
152 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
153 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
154 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
155 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
156 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
157 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
158 |
"type": "Program", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
159 |
"body": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
160 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
161 |
"type": "ExpressionStatement", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
162 |
"expression": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
163 |
"type": "NewExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
164 |
"callee": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
165 |
"type": "MemberExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
166 |
"object": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
167 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
168 |
"name": "obj" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
169 |
}, |
24751 | 170 |
"property": "Type", |
19894
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
171 |
"computed": false |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
172 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
173 |
"arguments": [] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
174 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
175 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
176 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
177 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
178 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
179 |
"type": "Program", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
180 |
"body": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
181 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
182 |
"type": "ExpressionStatement", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
183 |
"expression": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
184 |
"type": "NewExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
185 |
"callee": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
186 |
"type": "MemberExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
187 |
"object": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
188 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
189 |
"name": "obj" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
190 |
}, |
24751 | 191 |
"property": "Type", |
19894
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
192 |
"computed": false |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
193 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
194 |
"arguments": [] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
195 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
196 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
197 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
198 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
199 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
200 |
"type": "Program", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
201 |
"body": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
202 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
203 |
"type": "ExpressionStatement", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
204 |
"expression": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
205 |
"type": "NewExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
206 |
"callee": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
207 |
"type": "MemberExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
208 |
"object": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
209 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
210 |
"name": "obj" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
211 |
}, |
24751 | 212 |
"property": "Type", |
19894
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
213 |
"computed": false |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
214 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
215 |
"arguments": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
216 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
217 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
218 |
"name": "a" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
219 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
220 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
221 |
"type": "Literal", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
222 |
"value": "hello" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
223 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
224 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
225 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
226 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
227 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
228 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
229 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
230 |
"type": "Program", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
231 |
"body": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
232 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
233 |
"type": "ExpressionStatement", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
234 |
"expression": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
235 |
"type": "CallExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
236 |
"callee": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
237 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
238 |
"name": "foo" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
239 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
240 |
"arguments": [] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
241 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
242 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
243 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
244 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
245 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
246 |
"type": "Program", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
247 |
"body": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
248 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
249 |
"type": "ExpressionStatement", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
250 |
"expression": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
251 |
"type": "CallExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
252 |
"callee": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
253 |
"type": "MemberExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
254 |
"object": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
255 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
256 |
"name": "obj" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
257 |
}, |
24751 | 258 |
"property": "foo", |
19894
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
259 |
"computed": false |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
260 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
261 |
"arguments": [] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
262 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
263 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
264 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
265 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
266 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
267 |
"type": "Program", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
268 |
"body": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
269 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
270 |
"type": "ExpressionStatement", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
271 |
"expression": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
272 |
"type": "CallExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
273 |
"callee": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
274 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
275 |
"name": "foo" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
276 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
277 |
"arguments": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
278 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
279 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
280 |
"name": "a" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
281 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
282 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
283 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
284 |
"name": "b" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
285 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
286 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
287 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
288 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
289 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
290 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
291 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
292 |
"type": "Program", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
293 |
"body": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
294 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
295 |
"type": "ExpressionStatement", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
296 |
"expression": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
297 |
"type": "CallExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
298 |
"callee": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
299 |
"type": "MemberExpression", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
300 |
"object": { |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
301 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
302 |
"name": "obj" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
303 |
}, |
24751 | 304 |
"property": "foo", |
19894
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
305 |
"computed": false |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
306 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
307 |
"arguments": [ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
308 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
309 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
310 |
"name": "a" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
311 |
}, |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
312 |
{ |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
313 |
"type": "Identifier", |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
314 |
"name": "b" |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
315 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
316 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
317 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
318 |
} |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
319 |
] |
195477810711
8024693: Various minor issues with JSONWriter used by script parser API
sundar
parents:
diff
changeset
|
320 |
} |