• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "type": "Program",
3  "statements": [
4    {
5      "type": "ExpressionStatement",
6      "expression": {
7        "type": "MemberExpression",
8        "object": {
9          "type": "ThisExpression",
10          "loc": {
11            "start": {
12              "line": 17,
13              "column": 1
14            },
15            "end": {
16              "line": 17,
17              "column": 5
18            }
19          }
20        },
21        "property": {
22          "type": "Identifier",
23          "name": "a",
24          "loc": {
25            "start": {
26              "line": 17,
27              "column": 6
28            },
29            "end": {
30              "line": 17,
31              "column": 7
32            }
33          }
34        },
35        "computed": false,
36        "optional": false,
37        "loc": {
38          "start": {
39            "line": 17,
40            "column": 1
41          },
42          "end": {
43            "line": 17,
44            "column": 7
45          }
46        }
47      },
48      "loc": {
49        "start": {
50          "line": 17,
51          "column": 1
52        },
53        "end": {
54          "line": 17,
55          "column": 8
56        }
57      }
58    },
59    {
60      "type": "ExpressionStatement",
61      "expression": {
62        "type": "MemberExpression",
63        "object": {
64          "type": "ThisExpression",
65          "loc": {
66            "start": {
67              "line": 18,
68              "column": 1
69            },
70            "end": {
71              "line": 18,
72              "column": 5
73            }
74          }
75        },
76        "property": {
77          "type": "Identifier",
78          "name": "a",
79          "loc": {
80            "start": {
81              "line": 18,
82              "column": 6
83            },
84            "end": {
85              "line": 18,
86              "column": 7
87            }
88          }
89        },
90        "computed": true,
91        "optional": false,
92        "loc": {
93          "start": {
94            "line": 18,
95            "column": 1
96          },
97          "end": {
98            "line": 18,
99            "column": 8
100          }
101        }
102      },
103      "loc": {
104        "start": {
105          "line": 18,
106          "column": 1
107        },
108        "end": {
109          "line": 18,
110          "column": 9
111        }
112      }
113    },
114    {
115      "type": "ExpressionStatement",
116      "expression": {
117        "type": "BinaryExpression",
118        "operator": "+",
119        "left": {
120          "type": "ThisExpression",
121          "loc": {
122            "start": {
123              "line": 19,
124              "column": 1
125            },
126            "end": {
127              "line": 19,
128              "column": 5
129            }
130          }
131        },
132        "right": {
133          "type": "NumberLiteral",
134          "value": 5,
135          "loc": {
136            "start": {
137              "line": 19,
138              "column": 6
139            },
140            "end": {
141              "line": 19,
142              "column": 7
143            }
144          }
145        },
146        "loc": {
147          "start": {
148            "line": 19,
149            "column": 1
150          },
151          "end": {
152            "line": 19,
153            "column": 7
154          }
155        }
156      },
157      "loc": {
158        "start": {
159          "line": 19,
160          "column": 1
161        },
162        "end": {
163          "line": 19,
164          "column": 8
165        }
166      }
167    },
168    {
169      "type": "ExpressionStatement",
170      "expression": {
171        "type": "LogicalExpression",
172        "operator": "||",
173        "left": {
174          "type": "ThisExpression",
175          "loc": {
176            "start": {
177              "line": 20,
178              "column": 1
179            },
180            "end": {
181              "line": 20,
182              "column": 5
183            }
184          }
185        },
186        "right": {
187          "type": "ThisExpression",
188          "loc": {
189            "start": {
190              "line": 20,
191              "column": 9
192            },
193            "end": {
194              "line": 20,
195              "column": 13
196            }
197          }
198        },
199        "loc": {
200          "start": {
201            "line": 20,
202            "column": 1
203          },
204          "end": {
205            "line": 20,
206            "column": 13
207          }
208        }
209      },
210      "loc": {
211        "start": {
212          "line": 20,
213          "column": 1
214        },
215        "end": {
216          "line": 20,
217          "column": 14
218        }
219      }
220    }
221  ],
222  "loc": {
223    "start": {
224      "line": 1,
225      "column": 1
226    },
227    "end": {
228      "line": 21,
229      "column": 1
230    }
231  }
232}
233