• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "type": "Program",
3  "statements": [
4    {
5      "type": "ForUpdateStatement",
6      "init": null,
7      "test": null,
8      "update": null,
9      "body": {
10        "type": "EmptyStatement",
11        "loc": {
12          "start": {
13            "line": 17,
14            "column": 8
15          },
16          "end": {
17            "line": 17,
18            "column": 9
19          }
20        }
21      },
22      "loc": {
23        "start": {
24          "line": 17,
25          "column": 1
26        },
27        "end": {
28          "line": 17,
29          "column": 9
30        }
31      }
32    },
33    {
34      "type": "ForUpdateStatement",
35      "init": null,
36      "test": null,
37      "update": null,
38      "body": {
39        "type": "BlockStatement",
40        "statements": [],
41        "loc": {
42          "start": {
43            "line": 19,
44            "column": 8
45          },
46          "end": {
47            "line": 19,
48            "column": 10
49          }
50        }
51      },
52      "loc": {
53        "start": {
54          "line": 19,
55          "column": 1
56        },
57        "end": {
58          "line": 19,
59          "column": 10
60        }
61      }
62    },
63    {
64      "type": "ForUpdateStatement",
65      "init": {
66        "type": "BinaryExpression",
67        "operator": "<",
68        "left": {
69          "type": "Identifier",
70          "name": "a",
71          "loc": {
72            "start": {
73              "line": 21,
74              "column": 5
75            },
76            "end": {
77              "line": 21,
78              "column": 6
79            }
80          }
81        },
82        "right": {
83          "type": "Identifier",
84          "name": "b",
85          "loc": {
86            "start": {
87              "line": 21,
88              "column": 7
89            },
90            "end": {
91              "line": 21,
92              "column": 8
93            }
94          }
95        },
96        "loc": {
97          "start": {
98            "line": 21,
99            "column": 5
100          },
101          "end": {
102            "line": 21,
103            "column": 8
104          }
105        }
106      },
107      "test": null,
108      "update": null,
109      "body": {
110        "type": "EmptyStatement",
111        "loc": {
112          "start": {
113            "line": 21,
114            "column": 11
115          },
116          "end": {
117            "line": 21,
118            "column": 12
119          }
120        }
121      },
122      "loc": {
123        "start": {
124          "line": 21,
125          "column": 1
126        },
127        "end": {
128          "line": 21,
129          "column": 12
130        }
131      }
132    },
133    {
134      "type": "ForUpdateStatement",
135      "init": {
136        "type": "BinaryExpression",
137        "operator": "<",
138        "left": {
139          "type": "Identifier",
140          "name": "a",
141          "loc": {
142            "start": {
143              "line": 23,
144              "column": 5
145            },
146            "end": {
147              "line": 23,
148              "column": 6
149            }
150          }
151        },
152        "right": {
153          "type": "Identifier",
154          "name": "b",
155          "loc": {
156            "start": {
157              "line": 23,
158              "column": 7
159            },
160            "end": {
161              "line": 23,
162              "column": 8
163            }
164          }
165        },
166        "loc": {
167          "start": {
168            "line": 23,
169            "column": 5
170          },
171          "end": {
172            "line": 23,
173            "column": 8
174          }
175        }
176      },
177      "test": {
178        "type": "CallExpression",
179        "callee": {
180          "type": "Identifier",
181          "name": "c",
182          "loc": {
183            "start": {
184              "line": 23,
185              "column": 9
186            },
187            "end": {
188              "line": 23,
189              "column": 10
190            }
191          }
192        },
193        "arguments": [],
194        "optional": false,
195        "loc": {
196          "start": {
197            "line": 23,
198            "column": 9
199          },
200          "end": {
201            "line": 23,
202            "column": 12
203          }
204        }
205      },
206      "update": null,
207      "body": {
208        "type": "EmptyStatement",
209        "loc": {
210          "start": {
211            "line": 23,
212            "column": 14
213          },
214          "end": {
215            "line": 23,
216            "column": 15
217          }
218        }
219      },
220      "loc": {
221        "start": {
222          "line": 23,
223          "column": 1
224        },
225        "end": {
226          "line": 23,
227          "column": 15
228        }
229      }
230    },
231    {
232      "type": "ForUpdateStatement",
233      "init": {
234        "type": "BinaryExpression",
235        "operator": "<",
236        "left": {
237          "type": "Identifier",
238          "name": "a",
239          "loc": {
240            "start": {
241              "line": 25,
242              "column": 5
243            },
244            "end": {
245              "line": 25,
246              "column": 6
247            }
248          }
249        },
250        "right": {
251          "type": "Identifier",
252          "name": "b",
253          "loc": {
254            "start": {
255              "line": 25,
256              "column": 7
257            },
258            "end": {
259              "line": 25,
260              "column": 8
261            }
262          }
263        },
264        "loc": {
265          "start": {
266            "line": 25,
267            "column": 5
268          },
269          "end": {
270            "line": 25,
271            "column": 8
272          }
273        }
274      },
275      "test": {
276        "type": "CallExpression",
277        "callee": {
278          "type": "Identifier",
279          "name": "c",
280          "loc": {
281            "start": {
282              "line": 25,
283              "column": 9
284            },
285            "end": {
286              "line": 25,
287              "column": 10
288            }
289          }
290        },
291        "arguments": [],
292        "optional": false,
293        "loc": {
294          "start": {
295            "line": 25,
296            "column": 9
297          },
298          "end": {
299            "line": 25,
300            "column": 12
301          }
302        }
303      },
304      "update": {
305        "type": "UpdateExpression",
306        "operator": "++",
307        "prefix": false,
308        "argument": {
309          "type": "Identifier",
310          "name": "a",
311          "loc": {
312            "start": {
313              "line": 25,
314              "column": 13
315            },
316            "end": {
317              "line": 25,
318              "column": 14
319            }
320          }
321        },
322        "loc": {
323          "start": {
324            "line": 25,
325            "column": 13
326          },
327          "end": {
328            "line": 25,
329            "column": 16
330          }
331        }
332      },
333      "body": {
334        "type": "BlockStatement",
335        "statements": [
336          {
337            "type": "ExpressionStatement",
338            "expression": {
339              "type": "Identifier",
340              "name": "AnimationPlaybackEvent",
341              "loc": {
342                "start": {
343                  "line": 25,
344                  "column": 18
345                },
346                "end": {
347                  "line": 25,
348                  "column": 40
349                }
350              }
351            },
352            "loc": {
353              "start": {
354                "line": 25,
355                "column": 18
356              },
357              "end": {
358                "line": 25,
359                "column": 41
360              }
361            }
362          },
363          {
364            "type": "ExpressionStatement",
365            "expression": {
366              "type": "Identifier",
367              "name": "fetch",
368              "loc": {
369                "start": {
370                  "line": 25,
371                  "column": 42
372                },
373                "end": {
374                  "line": 25,
375                  "column": 47
376                }
377              }
378            },
379            "loc": {
380              "start": {
381                "line": 25,
382                "column": 42
383              },
384              "end": {
385                "line": 25,
386                "column": 48
387              }
388            }
389          },
390          {
391            "type": "ExpressionStatement",
392            "expression": {
393              "type": "CallExpression",
394              "callee": {
395                "type": "ArrayExpression",
396                "elements": [],
397                "loc": {
398                  "start": {
399                    "line": 25,
400                    "column": 48
401                  },
402                  "end": {
403                    "line": 25,
404                    "column": 50
405                  }
406                }
407              },
408              "arguments": [],
409              "optional": false,
410              "loc": {
411                "start": {
412                  "line": 25,
413                  "column": 48
414                },
415                "end": {
416                  "line": 25,
417                  "column": 52
418                }
419              }
420            },
421            "loc": {
422              "start": {
423                "line": 25,
424                "column": 48
425              },
426              "end": {
427                "line": 25,
428                "column": 52
429              }
430            }
431          }
432        ],
433        "loc": {
434          "start": {
435            "line": 25,
436            "column": 17
437          },
438          "end": {
439            "line": 25,
440            "column": 53
441          }
442        }
443      },
444      "loc": {
445        "start": {
446          "line": 25,
447          "column": 1
448        },
449        "end": {
450          "line": 25,
451          "column": 53
452        }
453      }
454    },
455    {
456      "type": "ForUpdateStatement",
457      "init": {
458        "type": "CallExpression",
459        "callee": {
460          "type": "FunctionExpression",
461          "function": {
462            "type": "ScriptFunction",
463            "id": null,
464            "generator": false,
465            "async": false,
466            "expression": false,
467            "params": [],
468            "body": {
469              "type": "BlockStatement",
470              "statements": [],
471              "loc": {
472                "start": {
473                  "line": 27,
474                  "column": 16
475                },
476                "end": {
477                  "line": 27,
478                  "column": 18
479                }
480              }
481            },
482            "loc": {
483              "start": {
484                "line": 27,
485                "column": 6
486              },
487              "end": {
488                "line": 27,
489                "column": 18
490              }
491            }
492          },
493          "loc": {
494            "start": {
495              "line": 27,
496              "column": 5
497            },
498            "end": {
499              "line": 27,
500              "column": 19
501            }
502          }
503        },
504        "arguments": [],
505        "optional": false,
506        "loc": {
507          "start": {
508            "line": 27,
509            "column": 5
510          },
511          "end": {
512            "line": 27,
513            "column": 21
514          }
515        }
516      },
517      "test": {
518        "type": "CallExpression",
519        "callee": {
520          "type": "FunctionExpression",
521          "function": {
522            "type": "ScriptFunction",
523            "id": null,
524            "generator": false,
525            "async": false,
526            "expression": false,
527            "params": [],
528            "body": {
529              "type": "BlockStatement",
530              "statements": [],
531              "loc": {
532                "start": {
533                  "line": 27,
534                  "column": 34
535                },
536                "end": {
537                  "line": 27,
538                  "column": 36
539                }
540              }
541            },
542            "loc": {
543              "start": {
544                "line": 27,
545                "column": 24
546              },
547              "end": {
548                "line": 27,
549                "column": 36
550              }
551            }
552          },
553          "loc": {
554            "start": {
555              "line": 27,
556              "column": 23
557            },
558            "end": {
559              "line": 27,
560              "column": 37
561            }
562          }
563        },
564        "arguments": [],
565        "optional": false,
566        "loc": {
567          "start": {
568            "line": 27,
569            "column": 23
570          },
571          "end": {
572            "line": 27,
573            "column": 39
574          }
575        }
576      },
577      "update": {
578        "type": "CallExpression",
579        "callee": {
580          "type": "FunctionExpression",
581          "function": {
582            "type": "ScriptFunction",
583            "id": null,
584            "generator": false,
585            "async": false,
586            "expression": false,
587            "params": [],
588            "body": {
589              "type": "BlockStatement",
590              "statements": [],
591              "loc": {
592                "start": {
593                  "line": 27,
594                  "column": 52
595                },
596                "end": {
597                  "line": 27,
598                  "column": 54
599                }
600              }
601            },
602            "loc": {
603              "start": {
604                "line": 27,
605                "column": 42
606              },
607              "end": {
608                "line": 27,
609                "column": 54
610              }
611            }
612          },
613          "loc": {
614            "start": {
615              "line": 27,
616              "column": 41
617            },
618            "end": {
619              "line": 27,
620              "column": 55
621            }
622          }
623        },
624        "arguments": [],
625        "optional": false,
626        "loc": {
627          "start": {
628            "line": 27,
629            "column": 41
630          },
631          "end": {
632            "line": 27,
633            "column": 57
634          }
635        }
636      },
637      "body": {
638        "type": "BlockStatement",
639        "statements": [],
640        "loc": {
641          "start": {
642            "line": 27,
643            "column": 59
644          },
645          "end": {
646            "line": 27,
647            "column": 61
648          }
649        }
650      },
651      "loc": {
652        "start": {
653          "line": 27,
654          "column": 1
655        },
656        "end": {
657          "line": 27,
658          "column": 61
659        }
660      }
661    },
662    {
663      "type": "ForUpdateStatement",
664      "init": null,
665      "test": {
666        "type": "Identifier",
667        "name": "a",
668        "loc": {
669          "start": {
670            "line": 29,
671            "column": 7
672          },
673          "end": {
674            "line": 29,
675            "column": 8
676          }
677        }
678      },
679      "update": null,
680      "body": {
681        "type": "EmptyStatement",
682        "loc": {
683          "start": {
684            "line": 29,
685            "column": 10
686          },
687          "end": {
688            "line": 29,
689            "column": 11
690          }
691        }
692      },
693      "loc": {
694        "start": {
695          "line": 29,
696          "column": 1
697        },
698        "end": {
699          "line": 29,
700          "column": 11
701        }
702      }
703    },
704    {
705      "type": "ForUpdateStatement",
706      "init": null,
707      "test": null,
708      "update": {
709        "type": "Identifier",
710        "name": "a",
711        "loc": {
712          "start": {
713            "line": 30,
714            "column": 8
715          },
716          "end": {
717            "line": 30,
718            "column": 9
719          }
720        }
721      },
722      "body": {
723        "type": "EmptyStatement",
724        "loc": {
725          "start": {
726            "line": 30,
727            "column": 10
728          },
729          "end": {
730            "line": 30,
731            "column": 11
732          }
733        }
734      },
735      "loc": {
736        "start": {
737          "line": 30,
738          "column": 1
739        },
740        "end": {
741          "line": 30,
742          "column": 11
743        }
744      }
745    },
746    {
747      "type": "ForUpdateStatement",
748      "init": {
749        "type": "VariableDeclaration",
750        "declarations": [
751          {
752            "type": "VariableDeclarator",
753            "id": {
754              "type": "Identifier",
755              "name": "fa",
756              "loc": {
757                "start": {
758                  "line": 32,
759                  "column": 10
760                },
761                "end": {
762                  "line": 32,
763                  "column": 12
764                }
765              }
766            },
767            "init": {
768              "type": "NumberLiteral",
769              "value": 5,
770              "loc": {
771                "start": {
772                  "line": 32,
773                  "column": 15
774                },
775                "end": {
776                  "line": 32,
777                  "column": 16
778                }
779              }
780            },
781            "loc": {
782              "start": {
783                "line": 32,
784                "column": 10
785              },
786              "end": {
787                "line": 32,
788                "column": 16
789              }
790            }
791          }
792        ],
793        "kind": "let",
794        "loc": {
795          "start": {
796            "line": 32,
797            "column": 6
798          },
799          "end": {
800            "line": 32,
801            "column": 16
802          }
803        }
804      },
805      "test": null,
806      "update": null,
807      "body": {
808        "type": "EmptyStatement",
809        "loc": {
810          "start": {
811            "line": 32,
812            "column": 19
813          },
814          "end": {
815            "line": 32,
816            "column": 20
817          }
818        }
819      },
820      "loc": {
821        "start": {
822          "line": 32,
823          "column": 1
824        },
825        "end": {
826          "line": 32,
827          "column": 20
828        }
829      }
830    },
831    {
832      "type": "ForUpdateStatement",
833      "init": {
834        "type": "VariableDeclaration",
835        "declarations": [
836          {
837            "type": "VariableDeclarator",
838            "id": {
839              "type": "Identifier",
840              "name": "faa",
841              "loc": {
842                "start": {
843                  "line": 33,
844                  "column": 10
845                },
846                "end": {
847                  "line": 33,
848                  "column": 13
849                }
850              }
851            },
852            "init": null,
853            "loc": {
854              "start": {
855                "line": 33,
856                "column": 10
857              },
858              "end": {
859                "line": 33,
860                "column": 13
861              }
862            }
863          },
864          {
865            "type": "VariableDeclarator",
866            "id": {
867              "type": "Identifier",
868              "name": "baa",
869              "loc": {
870                "start": {
871                  "line": 33,
872                  "column": 14
873                },
874                "end": {
875                  "line": 33,
876                  "column": 17
877                }
878              }
879            },
880            "init": null,
881            "loc": {
882              "start": {
883                "line": 33,
884                "column": 14
885              },
886              "end": {
887                "line": 33,
888                "column": 17
889              }
890            }
891          },
892          {
893            "type": "VariableDeclarator",
894            "id": {
895              "type": "Identifier",
896              "name": "caa",
897              "loc": {
898                "start": {
899                  "line": 33,
900                  "column": 18
901                },
902                "end": {
903                  "line": 33,
904                  "column": 21
905                }
906              }
907            },
908            "init": null,
909            "loc": {
910              "start": {
911                "line": 33,
912                "column": 18
913              },
914              "end": {
915                "line": 33,
916                "column": 21
917              }
918            }
919          }
920        ],
921        "kind": "let",
922        "loc": {
923          "start": {
924            "line": 33,
925            "column": 6
926          },
927          "end": {
928            "line": 33,
929            "column": 21
930          }
931        }
932      },
933      "test": null,
934      "update": null,
935      "body": {
936        "type": "EmptyStatement",
937        "loc": {
938          "start": {
939            "line": 33,
940            "column": 25
941          },
942          "end": {
943            "line": 33,
944            "column": 26
945          }
946        }
947      },
948      "loc": {
949        "start": {
950          "line": 33,
951          "column": 1
952        },
953        "end": {
954          "line": 33,
955          "column": 26
956        }
957      }
958    },
959    {
960      "type": "ForUpdateStatement",
961      "init": {
962        "type": "VariableDeclaration",
963        "declarations": [
964          {
965            "type": "VariableDeclarator",
966            "id": {
967              "type": "Identifier",
968              "name": "faaa",
969              "loc": {
970                "start": {
971                  "line": 34,
972                  "column": 10
973                },
974                "end": {
975                  "line": 34,
976                  "column": 14
977                }
978              }
979            },
980            "init": null,
981            "loc": {
982              "start": {
983                "line": 34,
984                "column": 10
985              },
986              "end": {
987                "line": 34,
988                "column": 14
989              }
990            }
991          },
992          {
993            "type": "VariableDeclarator",
994            "id": {
995              "type": "Identifier",
996              "name": "baaa",
997              "loc": {
998                "start": {
999                  "line": 34,
1000                  "column": 15
1001                },
1002                "end": {
1003                  "line": 34,
1004                  "column": 19
1005                }
1006              }
1007            },
1008            "init": null,
1009            "loc": {
1010              "start": {
1011                "line": 34,
1012                "column": 15
1013              },
1014              "end": {
1015                "line": 34,
1016                "column": 19
1017              }
1018            }
1019          },
1020          {
1021            "type": "VariableDeclarator",
1022            "id": {
1023              "type": "Identifier",
1024              "name": "caaa",
1025              "loc": {
1026                "start": {
1027                  "line": 34,
1028                  "column": 20
1029                },
1030                "end": {
1031                  "line": 34,
1032                  "column": 24
1033                }
1034              }
1035            },
1036            "init": {
1037              "type": "NumberLiteral",
1038              "value": 6,
1039              "loc": {
1040                "start": {
1041                  "line": 34,
1042                  "column": 27
1043                },
1044                "end": {
1045                  "line": 34,
1046                  "column": 28
1047                }
1048              }
1049            },
1050            "loc": {
1051              "start": {
1052                "line": 34,
1053                "column": 20
1054              },
1055              "end": {
1056                "line": 34,
1057                "column": 28
1058              }
1059            }
1060          }
1061        ],
1062        "kind": "let",
1063        "loc": {
1064          "start": {
1065            "line": 34,
1066            "column": 6
1067          },
1068          "end": {
1069            "line": 34,
1070            "column": 28
1071          }
1072        }
1073      },
1074      "test": null,
1075      "update": null,
1076      "body": {
1077        "type": "EmptyStatement",
1078        "loc": {
1079          "start": {
1080            "line": 34,
1081            "column": 31
1082          },
1083          "end": {
1084            "line": 34,
1085            "column": 32
1086          }
1087        }
1088      },
1089      "loc": {
1090        "start": {
1091          "line": 34,
1092          "column": 1
1093        },
1094        "end": {
1095          "line": 34,
1096          "column": 32
1097        }
1098      }
1099    },
1100    {
1101      "type": "ForUpdateStatement",
1102      "init": {
1103        "type": "VariableDeclaration",
1104        "declarations": [
1105          {
1106            "type": "VariableDeclarator",
1107            "id": {
1108              "type": "Identifier",
1109              "name": "sa",
1110              "loc": {
1111                "start": {
1112                  "line": 35,
1113                  "column": 10
1114                },
1115                "end": {
1116                  "line": 35,
1117                  "column": 12
1118                }
1119              }
1120            },
1121            "init": {
1122              "type": "NumberLiteral",
1123              "value": 5,
1124              "loc": {
1125                "start": {
1126                  "line": 35,
1127                  "column": 15
1128                },
1129                "end": {
1130                  "line": 35,
1131                  "column": 16
1132                }
1133              }
1134            },
1135            "loc": {
1136              "start": {
1137                "line": 35,
1138                "column": 10
1139              },
1140              "end": {
1141                "line": 35,
1142                "column": 16
1143              }
1144            }
1145          }
1146        ],
1147        "kind": "let",
1148        "loc": {
1149          "start": {
1150            "line": 35,
1151            "column": 6
1152          },
1153          "end": {
1154            "line": 35,
1155            "column": 16
1156          }
1157        }
1158      },
1159      "test": {
1160        "type": "CallExpression",
1161        "callee": {
1162          "type": "Identifier",
1163          "name": "a",
1164          "loc": {
1165            "start": {
1166              "line": 35,
1167              "column": 17
1168            },
1169            "end": {
1170              "line": 35,
1171              "column": 18
1172            }
1173          }
1174        },
1175        "arguments": [],
1176        "optional": false,
1177        "loc": {
1178          "start": {
1179            "line": 35,
1180            "column": 17
1181          },
1182          "end": {
1183            "line": 35,
1184            "column": 20
1185          }
1186        }
1187      },
1188      "update": null,
1189      "body": {
1190        "type": "EmptyStatement",
1191        "loc": {
1192          "start": {
1193            "line": 35,
1194            "column": 22
1195          },
1196          "end": {
1197            "line": 35,
1198            "column": 23
1199          }
1200        }
1201      },
1202      "loc": {
1203        "start": {
1204          "line": 35,
1205          "column": 1
1206        },
1207        "end": {
1208          "line": 35,
1209          "column": 23
1210        }
1211      }
1212    },
1213    {
1214      "type": "ForUpdateStatement",
1215      "init": {
1216        "type": "VariableDeclaration",
1217        "declarations": [
1218          {
1219            "type": "VariableDeclarator",
1220            "id": {
1221              "type": "Identifier",
1222              "name": "ba",
1223              "loc": {
1224                "start": {
1225                  "line": 36,
1226                  "column": 10
1227                },
1228                "end": {
1229                  "line": 36,
1230                  "column": 12
1231                }
1232              }
1233            },
1234            "init": {
1235              "type": "NumberLiteral",
1236              "value": 5,
1237              "loc": {
1238                "start": {
1239                  "line": 36,
1240                  "column": 15
1241                },
1242                "end": {
1243                  "line": 36,
1244                  "column": 16
1245                }
1246              }
1247            },
1248            "loc": {
1249              "start": {
1250                "line": 36,
1251                "column": 10
1252              },
1253              "end": {
1254                "line": 36,
1255                "column": 16
1256              }
1257            }
1258          }
1259        ],
1260        "kind": "let",
1261        "loc": {
1262          "start": {
1263            "line": 36,
1264            "column": 6
1265          },
1266          "end": {
1267            "line": 36,
1268            "column": 16
1269          }
1270        }
1271      },
1272      "test": {
1273        "type": "CallExpression",
1274        "callee": {
1275          "type": "Identifier",
1276          "name": "a",
1277          "loc": {
1278            "start": {
1279              "line": 36,
1280              "column": 17
1281            },
1282            "end": {
1283              "line": 36,
1284              "column": 18
1285            }
1286          }
1287        },
1288        "arguments": [],
1289        "optional": false,
1290        "loc": {
1291          "start": {
1292            "line": 36,
1293            "column": 17
1294          },
1295          "end": {
1296            "line": 36,
1297            "column": 20
1298          }
1299        }
1300      },
1301      "update": {
1302        "type": "CallExpression",
1303        "callee": {
1304          "type": "ArrayExpression",
1305          "elements": [],
1306          "loc": {
1307            "start": {
1308              "line": 36,
1309              "column": 21
1310            },
1311            "end": {
1312              "line": 36,
1313              "column": 23
1314            }
1315          }
1316        },
1317        "arguments": [],
1318        "optional": false,
1319        "loc": {
1320          "start": {
1321            "line": 36,
1322            "column": 21
1323          },
1324          "end": {
1325            "line": 36,
1326            "column": 25
1327          }
1328        }
1329      },
1330      "body": {
1331        "type": "EmptyStatement",
1332        "loc": {
1333          "start": {
1334            "line": 36,
1335            "column": 26
1336          },
1337          "end": {
1338            "line": 36,
1339            "column": 27
1340          }
1341        }
1342      },
1343      "loc": {
1344        "start": {
1345          "line": 36,
1346          "column": 1
1347        },
1348        "end": {
1349          "line": 36,
1350          "column": 27
1351        }
1352      }
1353    },
1354    {
1355      "type": "ForInStatement",
1356      "left": {
1357        "type": "Identifier",
1358        "name": "a",
1359        "loc": {
1360          "start": {
1361            "line": 37,
1362            "column": 5
1363          },
1364          "end": {
1365            "line": 37,
1366            "column": 6
1367          }
1368        }
1369      },
1370      "right": {
1371        "type": "Identifier",
1372        "name": "b",
1373        "loc": {
1374          "start": {
1375            "line": 37,
1376            "column": 10
1377          },
1378          "end": {
1379            "line": 37,
1380            "column": 11
1381          }
1382        }
1383      },
1384      "body": {
1385        "type": "EmptyStatement",
1386        "loc": {
1387          "start": {
1388            "line": 37,
1389            "column": 12
1390          },
1391          "end": {
1392            "line": 37,
1393            "column": 13
1394          }
1395        }
1396      },
1397      "loc": {
1398        "start": {
1399          "line": 37,
1400          "column": 1
1401        },
1402        "end": {
1403          "line": 37,
1404          "column": 13
1405        }
1406      }
1407    },
1408    {
1409      "type": "ForOfStatement",
1410      "await": false,
1411      "left": {
1412        "type": "Identifier",
1413        "name": "a",
1414        "loc": {
1415          "start": {
1416            "line": 38,
1417            "column": 5
1418          },
1419          "end": {
1420            "line": 38,
1421            "column": 6
1422          }
1423        }
1424      },
1425      "right": {
1426        "type": "Identifier",
1427        "name": "b",
1428        "loc": {
1429          "start": {
1430            "line": 38,
1431            "column": 10
1432          },
1433          "end": {
1434            "line": 38,
1435            "column": 11
1436          }
1437        }
1438      },
1439      "body": {
1440        "type": "EmptyStatement",
1441        "loc": {
1442          "start": {
1443            "line": 38,
1444            "column": 12
1445          },
1446          "end": {
1447            "line": 38,
1448            "column": 13
1449          }
1450        }
1451      },
1452      "loc": {
1453        "start": {
1454          "line": 38,
1455          "column": 1
1456        },
1457        "end": {
1458          "line": 38,
1459          "column": 13
1460        }
1461      }
1462    },
1463    {
1464      "type": "ForInStatement",
1465      "left": {
1466        "type": "VariableDeclaration",
1467        "declarations": [
1468          {
1469            "type": "VariableDeclarator",
1470            "id": {
1471              "type": "Identifier",
1472              "name": "caaaa",
1473              "loc": {
1474                "start": {
1475                  "line": 39,
1476                  "column": 9
1477                },
1478                "end": {
1479                  "line": 39,
1480                  "column": 14
1481                }
1482              }
1483            },
1484            "init": null,
1485            "loc": {
1486              "start": {
1487                "line": 39,
1488                "column": 9
1489              },
1490              "end": {
1491                "line": 39,
1492                "column": 14
1493              }
1494            }
1495          }
1496        ],
1497        "kind": "let",
1498        "loc": {
1499          "start": {
1500            "line": 39,
1501            "column": 5
1502          },
1503          "end": {
1504            "line": 39,
1505            "column": 14
1506          }
1507        }
1508      },
1509      "right": {
1510        "type": "Identifier",
1511        "name": "b",
1512        "loc": {
1513          "start": {
1514            "line": 39,
1515            "column": 18
1516          },
1517          "end": {
1518            "line": 39,
1519            "column": 19
1520          }
1521        }
1522      },
1523      "body": {
1524        "type": "EmptyStatement",
1525        "loc": {
1526          "start": {
1527            "line": 39,
1528            "column": 20
1529          },
1530          "end": {
1531            "line": 39,
1532            "column": 21
1533          }
1534        }
1535      },
1536      "loc": {
1537        "start": {
1538          "line": 39,
1539          "column": 1
1540        },
1541        "end": {
1542          "line": 39,
1543          "column": 21
1544        }
1545      }
1546    },
1547    {
1548      "type": "ForOfStatement",
1549      "await": false,
1550      "left": {
1551        "type": "VariableDeclaration",
1552        "declarations": [
1553          {
1554            "type": "VariableDeclarator",
1555            "id": {
1556              "type": "Identifier",
1557              "name": "cdaaaad",
1558              "loc": {
1559                "start": {
1560                  "line": 40,
1561                  "column": 9
1562                },
1563                "end": {
1564                  "line": 40,
1565                  "column": 16
1566                }
1567              }
1568            },
1569            "init": null,
1570            "loc": {
1571              "start": {
1572                "line": 40,
1573                "column": 9
1574              },
1575              "end": {
1576                "line": 40,
1577                "column": 16
1578              }
1579            }
1580          }
1581        ],
1582        "kind": "let",
1583        "loc": {
1584          "start": {
1585            "line": 40,
1586            "column": 5
1587          },
1588          "end": {
1589            "line": 40,
1590            "column": 16
1591          }
1592        }
1593      },
1594      "right": {
1595        "type": "Identifier",
1596        "name": "b",
1597        "loc": {
1598          "start": {
1599            "line": 40,
1600            "column": 20
1601          },
1602          "end": {
1603            "line": 40,
1604            "column": 21
1605          }
1606        }
1607      },
1608      "body": {
1609        "type": "EmptyStatement",
1610        "loc": {
1611          "start": {
1612            "line": 40,
1613            "column": 22
1614          },
1615          "end": {
1616            "line": 40,
1617            "column": 23
1618          }
1619        }
1620      },
1621      "loc": {
1622        "start": {
1623          "line": 40,
1624          "column": 1
1625        },
1626        "end": {
1627          "line": 40,
1628          "column": 23
1629        }
1630      }
1631    },
1632    {
1633      "type": "ForInStatement",
1634      "left": {
1635        "type": "VariableDeclaration",
1636        "declarations": [
1637          {
1638            "type": "VariableDeclarator",
1639            "id": {
1640              "type": "Identifier",
1641              "name": "cdaaaay",
1642              "loc": {
1643                "start": {
1644                  "line": 41,
1645                  "column": 9
1646                },
1647                "end": {
1648                  "line": 41,
1649                  "column": 16
1650                }
1651              }
1652            },
1653            "init": null,
1654            "loc": {
1655              "start": {
1656                "line": 41,
1657                "column": 9
1658              },
1659              "end": {
1660                "line": 41,
1661                "column": 16
1662              }
1663            }
1664          }
1665        ],
1666        "kind": "let",
1667        "loc": {
1668          "start": {
1669            "line": 41,
1670            "column": 5
1671          },
1672          "end": {
1673            "line": 41,
1674            "column": 16
1675          }
1676        }
1677      },
1678      "right": {
1679        "type": "Identifier",
1680        "name": "b",
1681        "loc": {
1682          "start": {
1683            "line": 41,
1684            "column": 20
1685          },
1686          "end": {
1687            "line": 41,
1688            "column": 21
1689          }
1690        }
1691      },
1692      "body": {
1693        "type": "EmptyStatement",
1694        "loc": {
1695          "start": {
1696            "line": 41,
1697            "column": 22
1698          },
1699          "end": {
1700            "line": 41,
1701            "column": 23
1702          }
1703        }
1704      },
1705      "loc": {
1706        "start": {
1707          "line": 41,
1708          "column": 1
1709        },
1710        "end": {
1711          "line": 41,
1712          "column": 23
1713        }
1714      }
1715    },
1716    {
1717      "type": "ForOfStatement",
1718      "await": false,
1719      "left": {
1720        "type": "Identifier",
1721        "name": "a",
1722        "loc": {
1723          "start": {
1724            "line": 44,
1725            "column": 3
1726          },
1727          "end": {
1728            "line": 44,
1729            "column": 4
1730          }
1731        }
1732      },
1733      "right": {
1734        "type": "Identifier",
1735        "name": "b",
1736        "loc": {
1737          "start": {
1738            "line": 46,
1739            "column": 3
1740          },
1741          "end": {
1742            "line": 46,
1743            "column": 4
1744          }
1745        }
1746      },
1747      "body": {
1748        "type": "EmptyStatement",
1749        "loc": {
1750          "start": {
1751            "line": 47,
1752            "column": 2
1753          },
1754          "end": {
1755            "line": 47,
1756            "column": 3
1757          }
1758        }
1759      },
1760      "loc": {
1761        "start": {
1762          "line": 42,
1763          "column": 1
1764        },
1765        "end": {
1766          "line": 47,
1767          "column": 3
1768        }
1769      }
1770    }
1771  ],
1772  "loc": {
1773    "start": {
1774      "line": 1,
1775      "column": 1
1776    },
1777    "end": {
1778      "line": 49,
1779      "column": 1
1780    }
1781  }
1782}
1783