{
  "type": "Program",
  "statements": [
    {
      "type": "ForUpdateStatement",
      "init": null,
      "test": null,
      "update": null,
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 17,
            "column": 8
          },
          "end": {
            "line": 17,
            "column": 9
          }
        }
      },
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 9
        }
      }
    },
    {
      "type": "ForUpdateStatement",
      "init": null,
      "test": null,
      "update": null,
      "body": {
        "type": "BlockStatement",
        "statements": [],
        "loc": {
          "start": {
            "line": 19,
            "column": 8
          },
          "end": {
            "line": 19,
            "column": 10
          }
        }
      },
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 19,
          "column": 10
        }
      }
    },
    {
      "type": "ForUpdateStatement",
      "init": {
        "type": "BinaryExpression",
        "operator": "<",
        "left": {
          "type": "Identifier",
          "name": "a",
          "decorators": [],
          "loc": {
            "start": {
              "line": 21,
              "column": 5
            },
            "end": {
              "line": 21,
              "column": 6
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "b",
          "decorators": [],
          "loc": {
            "start": {
              "line": 21,
              "column": 7
            },
            "end": {
              "line": 21,
              "column": 8
            }
          }
        },
        "loc": {
          "start": {
            "line": 21,
            "column": 5
          },
          "end": {
            "line": 21,
            "column": 8
          }
        }
      },
      "test": null,
      "update": null,
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 21,
            "column": 11
          },
          "end": {
            "line": 21,
            "column": 12
          }
        }
      },
      "loc": {
        "start": {
          "line": 21,
          "column": 1
        },
        "end": {
          "line": 21,
          "column": 12
        }
      }
    },
    {
      "type": "ForUpdateStatement",
      "init": {
        "type": "BinaryExpression",
        "operator": "<",
        "left": {
          "type": "Identifier",
          "name": "a",
          "decorators": [],
          "loc": {
            "start": {
              "line": 23,
              "column": 5
            },
            "end": {
              "line": 23,
              "column": 6
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "b",
          "decorators": [],
          "loc": {
            "start": {
              "line": 23,
              "column": 7
            },
            "end": {
              "line": 23,
              "column": 8
            }
          }
        },
        "loc": {
          "start": {
            "line": 23,
            "column": 5
          },
          "end": {
            "line": 23,
            "column": 8
          }
        }
      },
      "test": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "c",
          "decorators": [],
          "loc": {
            "start": {
              "line": 23,
              "column": 9
            },
            "end": {
              "line": 23,
              "column": 10
            }
          }
        },
        "arguments": [],
        "optional": false,
        "loc": {
          "start": {
            "line": 23,
            "column": 9
          },
          "end": {
            "line": 23,
            "column": 12
          }
        }
      },
      "update": null,
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 23,
            "column": 14
          },
          "end": {
            "line": 23,
            "column": 15
          }
        }
      },
      "loc": {
        "start": {
          "line": 23,
          "column": 1
        },
        "end": {
          "line": 23,
          "column": 15
        }
      }
    },
    {
      "type": "ForUpdateStatement",
      "init": {
        "type": "BinaryExpression",
        "operator": "<",
        "left": {
          "type": "Identifier",
          "name": "a",
          "decorators": [],
          "loc": {
            "start": {
              "line": 25,
              "column": 5
            },
            "end": {
              "line": 25,
              "column": 6
            }
          }
        },
        "right": {
          "type": "Identifier",
          "name": "b",
          "decorators": [],
          "loc": {
            "start": {
              "line": 25,
              "column": 7
            },
            "end": {
              "line": 25,
              "column": 8
            }
          }
        },
        "loc": {
          "start": {
            "line": 25,
            "column": 5
          },
          "end": {
            "line": 25,
            "column": 8
          }
        }
      },
      "test": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "c",
          "decorators": [],
          "loc": {
            "start": {
              "line": 25,
              "column": 9
            },
            "end": {
              "line": 25,
              "column": 10
            }
          }
        },
        "arguments": [],
        "optional": false,
        "loc": {
          "start": {
            "line": 25,
            "column": 9
          },
          "end": {
            "line": 25,
            "column": 12
          }
        }
      },
      "update": {
        "type": "UpdateExpression",
        "operator": "++",
        "prefix": false,
        "argument": {
          "type": "Identifier",
          "name": "a",
          "decorators": [],
          "loc": {
            "start": {
              "line": 25,
              "column": 13
            },
            "end": {
              "line": 25,
              "column": 14
            }
          }
        },
        "loc": {
          "start": {
            "line": 25,
            "column": 13
          },
          "end": {
            "line": 25,
            "column": 16
          }
        }
      },
      "body": {
        "type": "BlockStatement",
        "statements": [
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "Identifier",
              "name": "AnimationPlaybackEvent",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 25,
                  "column": 18
                },
                "end": {
                  "line": 25,
                  "column": 40
                }
              }
            },
            "loc": {
              "start": {
                "line": 25,
                "column": 18
              },
              "end": {
                "line": 25,
                "column": 41
              }
            }
          },
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "Identifier",
              "name": "fetch",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 25,
                  "column": 42
                },
                "end": {
                  "line": 25,
                  "column": 47
                }
              }
            },
            "loc": {
              "start": {
                "line": 25,
                "column": 42
              },
              "end": {
                "line": 25,
                "column": 48
              }
            }
          },
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "CallExpression",
              "callee": {
                "type": "ArrayExpression",
                "elements": [],
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 48
                  },
                  "end": {
                    "line": 25,
                    "column": 50
                  }
                }
              },
              "arguments": [],
              "optional": false,
              "loc": {
                "start": {
                  "line": 25,
                  "column": 48
                },
                "end": {
                  "line": 25,
                  "column": 52
                }
              }
            },
            "loc": {
              "start": {
                "line": 25,
                "column": 48
              },
              "end": {
                "line": 25,
                "column": 52
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 25,
            "column": 17
          },
          "end": {
            "line": 25,
            "column": 53
          }
        }
      },
      "loc": {
        "start": {
          "line": 25,
          "column": 1
        },
        "end": {
          "line": 25,
          "column": 53
        }
      }
    },
    {
      "type": "ForUpdateStatement",
      "init": {
        "type": "CallExpression",
        "callee": {
          "type": "FunctionExpression",
          "function": {
            "type": "ScriptFunction",
            "id": null,
            "generator": false,
            "async": false,
            "expression": false,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "statements": [],
              "loc": {
                "start": {
                  "line": 27,
                  "column": 16
                },
                "end": {
                  "line": 27,
                  "column": 18
                }
              }
            },
            "loc": {
              "start": {
                "line": 27,
                "column": 6
              },
              "end": {
                "line": 27,
                "column": 18
              }
            }
          },
          "loc": {
            "start": {
              "line": 27,
              "column": 5
            },
            "end": {
              "line": 27,
              "column": 19
            }
          }
        },
        "arguments": [],
        "optional": false,
        "loc": {
          "start": {
            "line": 27,
            "column": 5
          },
          "end": {
            "line": 27,
            "column": 21
          }
        }
      },
      "test": {
        "type": "CallExpression",
        "callee": {
          "type": "FunctionExpression",
          "function": {
            "type": "ScriptFunction",
            "id": null,
            "generator": false,
            "async": false,
            "expression": false,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "statements": [],
              "loc": {
                "start": {
                  "line": 27,
                  "column": 34
                },
                "end": {
                  "line": 27,
                  "column": 36
                }
              }
            },
            "loc": {
              "start": {
                "line": 27,
                "column": 24
              },
              "end": {
                "line": 27,
                "column": 36
              }
            }
          },
          "loc": {
            "start": {
              "line": 27,
              "column": 23
            },
            "end": {
              "line": 27,
              "column": 37
            }
          }
        },
        "arguments": [],
        "optional": false,
        "loc": {
          "start": {
            "line": 27,
            "column": 23
          },
          "end": {
            "line": 27,
            "column": 39
          }
        }
      },
      "update": {
        "type": "CallExpression",
        "callee": {
          "type": "FunctionExpression",
          "function": {
            "type": "ScriptFunction",
            "id": null,
            "generator": false,
            "async": false,
            "expression": false,
            "params": [],
            "body": {
              "type": "BlockStatement",
              "statements": [],
              "loc": {
                "start": {
                  "line": 27,
                  "column": 52
                },
                "end": {
                  "line": 27,
                  "column": 54
                }
              }
            },
            "loc": {
              "start": {
                "line": 27,
                "column": 42
              },
              "end": {
                "line": 27,
                "column": 54
              }
            }
          },
          "loc": {
            "start": {
              "line": 27,
              "column": 41
            },
            "end": {
              "line": 27,
              "column": 55
            }
          }
        },
        "arguments": [],
        "optional": false,
        "loc": {
          "start": {
            "line": 27,
            "column": 41
          },
          "end": {
            "line": 27,
            "column": 57
          }
        }
      },
      "body": {
        "type": "BlockStatement",
        "statements": [],
        "loc": {
          "start": {
            "line": 27,
            "column": 59
          },
          "end": {
            "line": 27,
            "column": 61
          }
        }
      },
      "loc": {
        "start": {
          "line": 27,
          "column": 1
        },
        "end": {
          "line": 27,
          "column": 61
        }
      }
    },
    {
      "type": "ForUpdateStatement",
      "init": null,
      "test": {
        "type": "Identifier",
        "name": "a",
        "decorators": [],
        "loc": {
          "start": {
            "line": 29,
            "column": 7
          },
          "end": {
            "line": 29,
            "column": 8
          }
        }
      },
      "update": null,
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 29,
            "column": 10
          },
          "end": {
            "line": 29,
            "column": 11
          }
        }
      },
      "loc": {
        "start": {
          "line": 29,
          "column": 1
        },
        "end": {
          "line": 29,
          "column": 11
        }
      }
    },
    {
      "type": "ForUpdateStatement",
      "init": null,
      "test": null,
      "update": {
        "type": "Identifier",
        "name": "a",
        "decorators": [],
        "loc": {
          "start": {
            "line": 30,
            "column": 8
          },
          "end": {
            "line": 30,
            "column": 9
          }
        }
      },
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 30,
            "column": 10
          },
          "end": {
            "line": 30,
            "column": 11
          }
        }
      },
      "loc": {
        "start": {
          "line": 30,
          "column": 1
        },
        "end": {
          "line": 30,
          "column": 11
        }
      }
    },
    {
      "type": "ForUpdateStatement",
      "init": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "fa",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 32,
                  "column": 10
                },
                "end": {
                  "line": 32,
                  "column": 12
                }
              }
            },
            "init": {
              "type": "NumberLiteral",
              "value": 5,
              "loc": {
                "start": {
                  "line": 32,
                  "column": 15
                },
                "end": {
                  "line": 32,
                  "column": 16
                }
              }
            },
            "loc": {
              "start": {
                "line": 32,
                "column": 10
              },
              "end": {
                "line": 32,
                "column": 16
              }
            }
          }
        ],
        "kind": "let",
        "loc": {
          "start": {
            "line": 32,
            "column": 6
          },
          "end": {
            "line": 32,
            "column": 16
          }
        }
      },
      "test": null,
      "update": null,
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 32,
            "column": 19
          },
          "end": {
            "line": 32,
            "column": 20
          }
        }
      },
      "loc": {
        "start": {
          "line": 32,
          "column": 1
        },
        "end": {
          "line": 32,
          "column": 20
        }
      }
    },
    {
      "type": "ForUpdateStatement",
      "init": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "faa",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 33,
                  "column": 10
                },
                "end": {
                  "line": 33,
                  "column": 13
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 33,
                "column": 10
              },
              "end": {
                "line": 33,
                "column": 13
              }
            }
          },
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "baa",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 33,
                  "column": 14
                },
                "end": {
                  "line": 33,
                  "column": 17
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 33,
                "column": 14
              },
              "end": {
                "line": 33,
                "column": 17
              }
            }
          },
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "caa",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 33,
                  "column": 18
                },
                "end": {
                  "line": 33,
                  "column": 21
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 33,
                "column": 18
              },
              "end": {
                "line": 33,
                "column": 21
              }
            }
          }
        ],
        "kind": "let",
        "loc": {
          "start": {
            "line": 33,
            "column": 6
          },
          "end": {
            "line": 33,
            "column": 21
          }
        }
      },
      "test": null,
      "update": null,
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 33,
            "column": 25
          },
          "end": {
            "line": 33,
            "column": 26
          }
        }
      },
      "loc": {
        "start": {
          "line": 33,
          "column": 1
        },
        "end": {
          "line": 33,
          "column": 26
        }
      }
    },
    {
      "type": "ForUpdateStatement",
      "init": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "faaa",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 34,
                  "column": 10
                },
                "end": {
                  "line": 34,
                  "column": 14
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 34,
                "column": 10
              },
              "end": {
                "line": 34,
                "column": 14
              }
            }
          },
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "baaa",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 34,
                  "column": 15
                },
                "end": {
                  "line": 34,
                  "column": 19
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 34,
                "column": 15
              },
              "end": {
                "line": 34,
                "column": 19
              }
            }
          },
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "caaa",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 34,
                  "column": 20
                },
                "end": {
                  "line": 34,
                  "column": 24
                }
              }
            },
            "init": {
              "type": "NumberLiteral",
              "value": 6,
              "loc": {
                "start": {
                  "line": 34,
                  "column": 27
                },
                "end": {
                  "line": 34,
                  "column": 28
                }
              }
            },
            "loc": {
              "start": {
                "line": 34,
                "column": 20
              },
              "end": {
                "line": 34,
                "column": 28
              }
            }
          }
        ],
        "kind": "let",
        "loc": {
          "start": {
            "line": 34,
            "column": 6
          },
          "end": {
            "line": 34,
            "column": 28
          }
        }
      },
      "test": null,
      "update": null,
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 34,
            "column": 31
          },
          "end": {
            "line": 34,
            "column": 32
          }
        }
      },
      "loc": {
        "start": {
          "line": 34,
          "column": 1
        },
        "end": {
          "line": 34,
          "column": 32
        }
      }
    },
    {
      "type": "ForUpdateStatement",
      "init": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "sa",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 35,
                  "column": 10
                },
                "end": {
                  "line": 35,
                  "column": 12
                }
              }
            },
            "init": {
              "type": "NumberLiteral",
              "value": 5,
              "loc": {
                "start": {
                  "line": 35,
                  "column": 15
                },
                "end": {
                  "line": 35,
                  "column": 16
                }
              }
            },
            "loc": {
              "start": {
                "line": 35,
                "column": 10
              },
              "end": {
                "line": 35,
                "column": 16
              }
            }
          }
        ],
        "kind": "let",
        "loc": {
          "start": {
            "line": 35,
            "column": 6
          },
          "end": {
            "line": 35,
            "column": 16
          }
        }
      },
      "test": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "a",
          "decorators": [],
          "loc": {
            "start": {
              "line": 35,
              "column": 17
            },
            "end": {
              "line": 35,
              "column": 18
            }
          }
        },
        "arguments": [],
        "optional": false,
        "loc": {
          "start": {
            "line": 35,
            "column": 17
          },
          "end": {
            "line": 35,
            "column": 20
          }
        }
      },
      "update": null,
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 35,
            "column": 22
          },
          "end": {
            "line": 35,
            "column": 23
          }
        }
      },
      "loc": {
        "start": {
          "line": 35,
          "column": 1
        },
        "end": {
          "line": 35,
          "column": 23
        }
      }
    },
    {
      "type": "ForUpdateStatement",
      "init": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "ba",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 36,
                  "column": 10
                },
                "end": {
                  "line": 36,
                  "column": 12
                }
              }
            },
            "init": {
              "type": "NumberLiteral",
              "value": 5,
              "loc": {
                "start": {
                  "line": 36,
                  "column": 15
                },
                "end": {
                  "line": 36,
                  "column": 16
                }
              }
            },
            "loc": {
              "start": {
                "line": 36,
                "column": 10
              },
              "end": {
                "line": 36,
                "column": 16
              }
            }
          }
        ],
        "kind": "let",
        "loc": {
          "start": {
            "line": 36,
            "column": 6
          },
          "end": {
            "line": 36,
            "column": 16
          }
        }
      },
      "test": {
        "type": "CallExpression",
        "callee": {
          "type": "Identifier",
          "name": "a",
          "decorators": [],
          "loc": {
            "start": {
              "line": 36,
              "column": 17
            },
            "end": {
              "line": 36,
              "column": 18
            }
          }
        },
        "arguments": [],
        "optional": false,
        "loc": {
          "start": {
            "line": 36,
            "column": 17
          },
          "end": {
            "line": 36,
            "column": 20
          }
        }
      },
      "update": {
        "type": "CallExpression",
        "callee": {
          "type": "ArrayExpression",
          "elements": [],
          "loc": {
            "start": {
              "line": 36,
              "column": 21
            },
            "end": {
              "line": 36,
              "column": 23
            }
          }
        },
        "arguments": [],
        "optional": false,
        "loc": {
          "start": {
            "line": 36,
            "column": 21
          },
          "end": {
            "line": 36,
            "column": 25
          }
        }
      },
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 36,
            "column": 26
          },
          "end": {
            "line": 36,
            "column": 27
          }
        }
      },
      "loc": {
        "start": {
          "line": 36,
          "column": 1
        },
        "end": {
          "line": 36,
          "column": 27
        }
      }
    },
    {
      "type": "ForInStatement",
      "left": {
        "type": "Identifier",
        "name": "a",
        "decorators": [],
        "loc": {
          "start": {
            "line": 37,
            "column": 5
          },
          "end": {
            "line": 37,
            "column": 6
          }
        }
      },
      "right": {
        "type": "Identifier",
        "name": "b",
        "decorators": [],
        "loc": {
          "start": {
            "line": 37,
            "column": 10
          },
          "end": {
            "line": 37,
            "column": 11
          }
        }
      },
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 37,
            "column": 12
          },
          "end": {
            "line": 37,
            "column": 13
          }
        }
      },
      "loc": {
        "start": {
          "line": 37,
          "column": 1
        },
        "end": {
          "line": 37,
          "column": 13
        }
      }
    },
    {
      "type": "ForOfStatement",
      "await": false,
      "left": {
        "type": "Identifier",
        "name": "a",
        "decorators": [],
        "loc": {
          "start": {
            "line": 38,
            "column": 5
          },
          "end": {
            "line": 38,
            "column": 6
          }
        }
      },
      "right": {
        "type": "Identifier",
        "name": "b",
        "decorators": [],
        "loc": {
          "start": {
            "line": 38,
            "column": 10
          },
          "end": {
            "line": 38,
            "column": 11
          }
        }
      },
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 38,
            "column": 12
          },
          "end": {
            "line": 38,
            "column": 13
          }
        }
      },
      "loc": {
        "start": {
          "line": 38,
          "column": 1
        },
        "end": {
          "line": 38,
          "column": 13
        }
      }
    },
    {
      "type": "ForInStatement",
      "left": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "caaaa",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 39,
                  "column": 9
                },
                "end": {
                  "line": 39,
                  "column": 14
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 39,
                "column": 9
              },
              "end": {
                "line": 39,
                "column": 14
              }
            }
          }
        ],
        "kind": "let",
        "loc": {
          "start": {
            "line": 39,
            "column": 5
          },
          "end": {
            "line": 39,
            "column": 14
          }
        }
      },
      "right": {
        "type": "Identifier",
        "name": "b",
        "decorators": [],
        "loc": {
          "start": {
            "line": 39,
            "column": 18
          },
          "end": {
            "line": 39,
            "column": 19
          }
        }
      },
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 39,
            "column": 20
          },
          "end": {
            "line": 39,
            "column": 21
          }
        }
      },
      "loc": {
        "start": {
          "line": 39,
          "column": 1
        },
        "end": {
          "line": 39,
          "column": 21
        }
      }
    },
    {
      "type": "ForOfStatement",
      "await": false,
      "left": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "cdaaaad",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 40,
                  "column": 9
                },
                "end": {
                  "line": 40,
                  "column": 16
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 40,
                "column": 9
              },
              "end": {
                "line": 40,
                "column": 16
              }
            }
          }
        ],
        "kind": "let",
        "loc": {
          "start": {
            "line": 40,
            "column": 5
          },
          "end": {
            "line": 40,
            "column": 16
          }
        }
      },
      "right": {
        "type": "Identifier",
        "name": "b",
        "decorators": [],
        "loc": {
          "start": {
            "line": 40,
            "column": 20
          },
          "end": {
            "line": 40,
            "column": 21
          }
        }
      },
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 40,
            "column": 22
          },
          "end": {
            "line": 40,
            "column": 23
          }
        }
      },
      "loc": {
        "start": {
          "line": 40,
          "column": 1
        },
        "end": {
          "line": 40,
          "column": 23
        }
      }
    },
    {
      "type": "ForInStatement",
      "left": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "cdaaaay",
              "decorators": [],
              "loc": {
                "start": {
                  "line": 41,
                  "column": 9
                },
                "end": {
                  "line": 41,
                  "column": 16
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 41,
                "column": 9
              },
              "end": {
                "line": 41,
                "column": 16
              }
            }
          }
        ],
        "kind": "let",
        "loc": {
          "start": {
            "line": 41,
            "column": 5
          },
          "end": {
            "line": 41,
            "column": 16
          }
        }
      },
      "right": {
        "type": "Identifier",
        "name": "b",
        "decorators": [],
        "loc": {
          "start": {
            "line": 41,
            "column": 20
          },
          "end": {
            "line": 41,
            "column": 21
          }
        }
      },
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 41,
            "column": 22
          },
          "end": {
            "line": 41,
            "column": 23
          }
        }
      },
      "loc": {
        "start": {
          "line": 41,
          "column": 1
        },
        "end": {
          "line": 41,
          "column": 23
        }
      }
    },
    {
      "type": "ForOfStatement",
      "await": false,
      "left": {
        "type": "Identifier",
        "name": "a",
        "decorators": [],
        "loc": {
          "start": {
            "line": 44,
            "column": 3
          },
          "end": {
            "line": 44,
            "column": 4
          }
        }
      },
      "right": {
        "type": "Identifier",
        "name": "b",
        "decorators": [],
        "loc": {
          "start": {
            "line": 46,
            "column": 3
          },
          "end": {
            "line": 46,
            "column": 4
          }
        }
      },
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 47,
            "column": 2
          },
          "end": {
            "line": 47,
            "column": 3
          }
        }
      },
      "loc": {
        "start": {
          "line": 42,
          "column": 1
        },
        "end": {
          "line": 47,
          "column": 3
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 49,
      "column": 1
    }
  }
}
