{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "VariableDeclarationStatement",
      "declaration": {
        "type": "VariableDeclaration",
        "kind": "var",
        "declarators": [
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 4,
                  "offset": 4
                },
                "end": {
                  "line": 1,
                  "column": 5,
                  "offset": 5
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "StaticMemberExpression",
                "object": {
                  "type": "ArrayExpression",
                  "elements": [
                    {
                      "type": "LiteralStringExpression",
                      "value": "b",
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 10,
                          "offset": 10
                        },
                        "end": {
                          "line": 1,
                          "column": 13,
                          "offset": 13
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "c",
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 15,
                          "offset": 15
                        },
                        "end": {
                          "line": 1,
                          "column": 18,
                          "offset": 18
                        }
                      }
                    },
                    {
                      "type": "CallExpression",
                      "callee": {
                        "type": "IdentifierExpression",
                        "name": "d",
                        "loc": {
                          "start": {
                            "line": 1,
                            "column": 20,
                            "offset": 20
                          },
                          "end": {
                            "line": 1,
                            "column": 21,
                            "offset": 21
                          }
                        }
                      },
                      "arguments": [],
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 20,
                          "offset": 20
                        },
                        "end": {
                          "line": 1,
                          "column": 23,
                          "offset": 23
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "e",
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 25,
                          "offset": 25
                        },
                        "end": {
                          "line": 1,
                          "column": 28,
                          "offset": 28
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "f",
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 30,
                          "offset": 30
                        },
                        "end": {
                          "line": 1,
                          "column": 33,
                          "offset": 33
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "g",
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 35,
                          "offset": 35
                        },
                        "end": {
                          "line": 1,
                          "column": 38,
                          "offset": 38
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 8,
                      "offset": 8
                    },
                    "end": {
                      "line": 1,
                      "column": 40,
                      "offset": 40
                    }
                  }
                },
                "property": "h",
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 8,
                    "offset": 8
                  },
                  "end": {
                    "line": 1,
                    "column": 42,
                    "offset": 42
                  }
                }
              },
              "arguments": [
                {
                  "type": "LiteralStringExpression",
                  "value": "",
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 43,
                      "offset": 43
                    },
                    "end": {
                      "line": 1,
                      "column": 45,
                      "offset": 45
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 8,
                  "offset": 8
                },
                "end": {
                  "line": 1,
                  "column": 46,
                  "offset": 46
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 4,
                "offset": 4
              },
              "end": {
                "line": 1,
                "column": 46,
                "offset": 46
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0,
            "offset": 0
          },
          "end": {
            "line": 1,
            "column": 46,
            "offset": 46
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 47,
          "offset": 47
        }
      }
    },
    {
      "type": "VariableDeclarationStatement",
      "declaration": {
        "type": "VariableDeclaration",
        "kind": "var",
        "declarators": [
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "i",
              "loc": {
                "start": {
                  "line": 2,
                  "column": 4,
                  "offset": 52
                },
                "end": {
                  "line": 2,
                  "column": 5,
                  "offset": 53
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "StaticMemberExpression",
                "object": {
                  "type": "ArrayExpression",
                  "elements": [
                    {
                      "type": "LiteralStringExpression",
                      "value": "b",
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 10,
                          "offset": 58
                        },
                        "end": {
                          "line": 2,
                          "column": 13,
                          "offset": 61
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "c",
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 15,
                          "offset": 63
                        },
                        "end": {
                          "line": 2,
                          "column": 18,
                          "offset": 66
                        }
                      }
                    },
                    {
                      "type": "CallExpression",
                      "callee": {
                        "type": "IdentifierExpression",
                        "name": "d",
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 20,
                            "offset": 68
                          },
                          "end": {
                            "line": 2,
                            "column": 21,
                            "offset": 69
                          }
                        }
                      },
                      "arguments": [],
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 20,
                          "offset": 68
                        },
                        "end": {
                          "line": 2,
                          "column": 23,
                          "offset": 71
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "e",
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 25,
                          "offset": 73
                        },
                        "end": {
                          "line": 2,
                          "column": 28,
                          "offset": 76
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "f",
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 30,
                          "offset": 78
                        },
                        "end": {
                          "line": 2,
                          "column": 33,
                          "offset": 81
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "g",
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 35,
                          "offset": 83
                        },
                        "end": {
                          "line": 2,
                          "column": 38,
                          "offset": 86
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 8,
                      "offset": 56
                    },
                    "end": {
                      "line": 2,
                      "column": 40,
                      "offset": 88
                    }
                  }
                },
                "property": "h",
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 8,
                    "offset": 56
                  },
                  "end": {
                    "line": 2,
                    "column": 42,
                    "offset": 90
                  }
                }
              },
              "arguments": [
                {
                  "type": "LiteralStringExpression",
                  "value": "j",
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 43,
                      "offset": 91
                    },
                    "end": {
                      "line": 2,
                      "column": 46,
                      "offset": 94
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 8,
                  "offset": 56
                },
                "end": {
                  "line": 2,
                  "column": 47,
                  "offset": 95
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 4,
                "offset": 52
              },
              "end": {
                "line": 2,
                "column": 47,
                "offset": 95
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 0,
            "offset": 48
          },
          "end": {
            "line": 2,
            "column": 47,
            "offset": 95
          }
        }
      },
      "loc": {
        "start": {
          "line": 2,
          "column": 0,
          "offset": 48
        },
        "end": {
          "line": 2,
          "column": 48,
          "offset": 96
        }
      }
    },
    {
      "type": "VariableDeclarationStatement",
      "declaration": {
        "type": "VariableDeclaration",
        "kind": "var",
        "declarators": [
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "k",
              "loc": {
                "start": {
                  "line": 3,
                  "column": 4,
                  "offset": 101
                },
                "end": {
                  "line": 3,
                  "column": 5,
                  "offset": 102
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "StaticMemberExpression",
                "object": {
                  "type": "ArrayExpression",
                  "elements": [
                    {
                      "type": "LiteralStringExpression",
                      "value": "b",
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 10,
                          "offset": 107
                        },
                        "end": {
                          "line": 3,
                          "column": 13,
                          "offset": 110
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "c",
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 15,
                          "offset": 112
                        },
                        "end": {
                          "line": 3,
                          "column": 18,
                          "offset": 115
                        }
                      }
                    },
                    {
                      "type": "CallExpression",
                      "callee": {
                        "type": "IdentifierExpression",
                        "name": "d",
                        "loc": {
                          "start": {
                            "line": 3,
                            "column": 20,
                            "offset": 117
                          },
                          "end": {
                            "line": 3,
                            "column": 21,
                            "offset": 118
                          }
                        }
                      },
                      "arguments": [],
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 20,
                          "offset": 117
                        },
                        "end": {
                          "line": 3,
                          "column": 23,
                          "offset": 120
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "e",
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 25,
                          "offset": 122
                        },
                        "end": {
                          "line": 3,
                          "column": 28,
                          "offset": 125
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "f",
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 30,
                          "offset": 127
                        },
                        "end": {
                          "line": 3,
                          "column": 33,
                          "offset": 130
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "g",
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 35,
                          "offset": 132
                        },
                        "end": {
                          "line": 3,
                          "column": 38,
                          "offset": 135
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 8,
                      "offset": 105
                    },
                    "end": {
                      "line": 3,
                      "column": 40,
                      "offset": 137
                    }
                  }
                },
                "property": "h",
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 8,
                    "offset": 105
                  },
                  "end": {
                    "line": 3,
                    "column": 42,
                    "offset": 139
                  }
                }
              },
              "arguments": [
                {
                  "type": "LiteralStringExpression",
                  "value": "l",
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 43,
                      "offset": 140
                    },
                    "end": {
                      "line": 3,
                      "column": 46,
                      "offset": 143
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 8,
                  "offset": 105
                },
                "end": {
                  "line": 3,
                  "column": 47,
                  "offset": 144
                }
              }
            },
            "loc": {
              "start": {
                "line": 3,
                "column": 4,
                "offset": 101
              },
              "end": {
                "line": 3,
                "column": 47,
                "offset": 144
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 3,
            "column": 0,
            "offset": 97
          },
          "end": {
            "line": 3,
            "column": 47,
            "offset": 144
          }
        }
      },
      "loc": {
        "start": {
          "line": 3,
          "column": 0,
          "offset": 97
        },
        "end": {
          "line": 3,
          "column": 48,
          "offset": 145
        }
      }
    },
    {
      "type": "VariableDeclarationStatement",
      "declaration": {
        "type": "VariableDeclaration",
        "kind": "var",
        "declarators": [
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "m",
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4,
                  "offset": 150
                },
                "end": {
                  "line": 4,
                  "column": 5,
                  "offset": 151
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "StaticMemberExpression",
                "object": {
                  "type": "ArrayExpression",
                  "elements": [
                    {
                      "type": "LiteralStringExpression",
                      "value": "b",
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 10,
                          "offset": 156
                        },
                        "end": {
                          "line": 4,
                          "column": 13,
                          "offset": 159
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "c",
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 15,
                          "offset": 161
                        },
                        "end": {
                          "line": 4,
                          "column": 18,
                          "offset": 164
                        }
                      }
                    },
                    {
                      "type": "CallExpression",
                      "callee": {
                        "type": "IdentifierExpression",
                        "name": "d",
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 20,
                            "offset": 166
                          },
                          "end": {
                            "line": 4,
                            "column": 21,
                            "offset": 167
                          }
                        }
                      },
                      "arguments": [],
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 20,
                          "offset": 166
                        },
                        "end": {
                          "line": 4,
                          "column": 23,
                          "offset": 169
                        }
                      }
                    },
                    {
                      "type": "CallExpression",
                      "callee": {
                        "type": "StaticMemberExpression",
                        "object": {
                          "type": "ArrayExpression",
                          "elements": [
                            {
                              "type": "LiteralStringExpression",
                              "value": "b",
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 12,
                                  "offset": 183
                                },
                                "end": {
                                  "line": 5,
                                  "column": 15,
                                  "offset": 186
                                }
                              }
                            },
                            {
                              "type": "LiteralNumericExpression",
                              "value": 1,
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 17,
                                  "offset": 188
                                },
                                "end": {
                                  "line": 5,
                                  "column": 18,
                                  "offset": 189
                                }
                              }
                            },
                            {
                              "type": "LiteralNumericExpression",
                              "value": 2,
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 20,
                                  "offset": 191
                                },
                                "end": {
                                  "line": 5,
                                  "column": 21,
                                  "offset": 192
                                }
                              }
                            },
                            {
                              "type": "LiteralNumericExpression",
                              "value": 3,
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 23,
                                  "offset": 194
                                },
                                "end": {
                                  "line": 5,
                                  "column": 24,
                                  "offset": 195
                                }
                              }
                            },
                            {
                              "type": "LiteralStringExpression",
                              "value": "c",
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 26,
                                  "offset": 197
                                },
                                "end": {
                                  "line": 5,
                                  "column": 29,
                                  "offset": 200
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 10,
                              "offset": 181
                            },
                            "end": {
                              "line": 5,
                              "column": 31,
                              "offset": 202
                            }
                          }
                        },
                        "property": "h",
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 10,
                            "offset": 181
                          },
                          "end": {
                            "line": 5,
                            "column": 33,
                            "offset": 204
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "LiteralStringExpression",
                          "value": "+",
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 34,
                              "offset": 205
                            },
                            "end": {
                              "line": 5,
                              "column": 37,
                              "offset": 208
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 10,
                          "offset": 181
                        },
                        "end": {
                          "line": 5,
                          "column": 38,
                          "offset": 209
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "e",
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 10,
                          "offset": 221
                        },
                        "end": {
                          "line": 6,
                          "column": 13,
                          "offset": 224
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "f",
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 15,
                          "offset": 226
                        },
                        "end": {
                          "line": 6,
                          "column": 18,
                          "offset": 229
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "g",
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 20,
                          "offset": 231
                        },
                        "end": {
                          "line": 6,
                          "column": 23,
                          "offset": 234
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 8,
                      "offset": 154
                    },
                    "end": {
                      "line": 6,
                      "column": 25,
                      "offset": 236
                    }
                  }
                },
                "property": "h",
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 8,
                    "offset": 154
                  },
                  "end": {
                    "line": 6,
                    "column": 27,
                    "offset": 238
                  }
                }
              },
              "arguments": [
                {
                  "type": "LiteralStringExpression",
                  "value": "j",
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 28,
                      "offset": 239
                    },
                    "end": {
                      "line": 6,
                      "column": 31,
                      "offset": 242
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 8,
                  "offset": 154
                },
                "end": {
                  "line": 6,
                  "column": 32,
                  "offset": 243
                }
              }
            },
            "loc": {
              "start": {
                "line": 4,
                "column": 4,
                "offset": 150
              },
              "end": {
                "line": 6,
                "column": 32,
                "offset": 243
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 4,
            "column": 0,
            "offset": 146
          },
          "end": {
            "line": 6,
            "column": 32,
            "offset": 243
          }
        }
      },
      "loc": {
        "start": {
          "line": 4,
          "column": 0,
          "offset": 146
        },
        "end": {
          "line": 6,
          "column": 33,
          "offset": 244
        }
      }
    },
    {
      "type": "VariableDeclarationStatement",
      "declaration": {
        "type": "VariableDeclaration",
        "kind": "var",
        "declarators": [
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "n",
              "loc": {
                "start": {
                  "line": 7,
                  "column": 4,
                  "offset": 249
                },
                "end": {
                  "line": 7,
                  "column": 5,
                  "offset": 250
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "StaticMemberExpression",
                "object": {
                  "type": "ArrayExpression",
                  "elements": [
                    {
                      "type": "LiteralStringExpression",
                      "value": "b",
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 10,
                          "offset": 255
                        },
                        "end": {
                          "line": 7,
                          "column": 13,
                          "offset": 258
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "c",
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 15,
                          "offset": 260
                        },
                        "end": {
                          "line": 7,
                          "column": 18,
                          "offset": 263
                        }
                      }
                    },
                    {
                      "type": "CallExpression",
                      "callee": {
                        "type": "IdentifierExpression",
                        "name": "d",
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 20,
                            "offset": 265
                          },
                          "end": {
                            "line": 7,
                            "column": 21,
                            "offset": 266
                          }
                        }
                      },
                      "arguments": [],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 20,
                          "offset": 265
                        },
                        "end": {
                          "line": 7,
                          "column": 23,
                          "offset": 268
                        }
                      }
                    },
                    {
                      "type": "CallExpression",
                      "callee": {
                        "type": "StaticMemberExpression",
                        "object": {
                          "type": "ArrayExpression",
                          "elements": [
                            {
                              "type": "LiteralStringExpression",
                              "value": "b",
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 12,
                                  "offset": 282
                                },
                                "end": {
                                  "line": 8,
                                  "column": 15,
                                  "offset": 285
                                }
                              }
                            },
                            {
                              "type": "LiteralNumericExpression",
                              "value": 4,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 17,
                                  "offset": 287
                                },
                                "end": {
                                  "line": 8,
                                  "column": 18,
                                  "offset": 288
                                }
                              }
                            },
                            {
                              "type": "LiteralNumericExpression",
                              "value": 5,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 20,
                                  "offset": 290
                                },
                                "end": {
                                  "line": 8,
                                  "column": 21,
                                  "offset": 291
                                }
                              }
                            },
                            {
                              "type": "LiteralNumericExpression",
                              "value": 6,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 23,
                                  "offset": 293
                                },
                                "end": {
                                  "line": 8,
                                  "column": 24,
                                  "offset": 294
                                }
                              }
                            },
                            {
                              "type": "LiteralStringExpression",
                              "value": "c",
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 26,
                                  "offset": 296
                                },
                                "end": {
                                  "line": 8,
                                  "column": 29,
                                  "offset": 299
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 10,
                              "offset": 280
                            },
                            "end": {
                              "line": 8,
                              "column": 31,
                              "offset": 301
                            }
                          }
                        },
                        "property": "h",
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 10,
                            "offset": 280
                          },
                          "end": {
                            "line": 8,
                            "column": 33,
                            "offset": 303
                          }
                        }
                      },
                      "arguments": [
                        {
                          "type": "LiteralStringExpression",
                          "value": "+",
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 34,
                              "offset": 304
                            },
                            "end": {
                              "line": 8,
                              "column": 37,
                              "offset": 307
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 10,
                          "offset": 280
                        },
                        "end": {
                          "line": 8,
                          "column": 38,
                          "offset": 308
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "e",
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 10,
                          "offset": 320
                        },
                        "end": {
                          "line": 9,
                          "column": 13,
                          "offset": 323
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "f",
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 15,
                          "offset": 325
                        },
                        "end": {
                          "line": 9,
                          "column": 18,
                          "offset": 328
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "g",
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 20,
                          "offset": 330
                        },
                        "end": {
                          "line": 9,
                          "column": 23,
                          "offset": 333
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 8,
                      "offset": 253
                    },
                    "end": {
                      "line": 9,
                      "column": 25,
                      "offset": 335
                    }
                  }
                },
                "property": "h",
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 8,
                    "offset": 253
                  },
                  "end": {
                    "line": 9,
                    "column": 27,
                    "offset": 337
                  }
                }
              },
              "arguments": [
                {
                  "type": "LiteralStringExpression",
                  "value": "l",
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 28,
                      "offset": 338
                    },
                    "end": {
                      "line": 9,
                      "column": 31,
                      "offset": 341
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 8,
                  "offset": 253
                },
                "end": {
                  "line": 9,
                  "column": 32,
                  "offset": 342
                }
              }
            },
            "loc": {
              "start": {
                "line": 7,
                "column": 4,
                "offset": 249
              },
              "end": {
                "line": 9,
                "column": 32,
                "offset": 342
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 7,
            "column": 0,
            "offset": 245
          },
          "end": {
            "line": 9,
            "column": 32,
            "offset": 342
          }
        }
      },
      "loc": {
        "start": {
          "line": 7,
          "column": 0,
          "offset": 245
        },
        "end": {
          "line": 9,
          "column": 33,
          "offset": 343
        }
      }
    },
    {
      "type": "VariableDeclarationStatement",
      "declaration": {
        "type": "VariableDeclaration",
        "kind": "var",
        "declarators": [
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "o",
              "loc": {
                "start": {
                  "line": 10,
                  "column": 4,
                  "offset": 348
                },
                "end": {
                  "line": 10,
                  "column": 5,
                  "offset": 349
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "StaticMemberExpression",
                "object": {
                  "type": "ArrayExpression",
                  "elements": [
                    {
                      "type": "LiteralStringExpression",
                      "value": "p",
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 10,
                          "offset": 354
                        },
                        "end": {
                          "line": 10,
                          "column": 13,
                          "offset": 357
                        }
                      }
                    },
                    {
                      "type": "BinaryExpression",
                      "left": {
                        "type": "LiteralStringExpression",
                        "value": "p",
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 15,
                            "offset": 359
                          },
                          "end": {
                            "line": 10,
                            "column": 18,
                            "offset": 362
                          }
                        }
                      },
                      "operator": "+",
                      "right": {
                        "type": "IdentifierExpression",
                        "name": "q",
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 21,
                            "offset": 365
                          },
                          "end": {
                            "line": 10,
                            "column": 22,
                            "offset": 366
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 15,
                          "offset": 359
                        },
                        "end": {
                          "line": 10,
                          "column": 22,
                          "offset": 366
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "b",
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 24,
                          "offset": 368
                        },
                        "end": {
                          "line": 10,
                          "column": 27,
                          "offset": 371
                        }
                      }
                    },
                    {
                      "type": "LiteralStringExpression",
                      "value": "c",
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 29,
                          "offset": 373
                        },
                        "end": {
                          "line": 10,
                          "column": 32,
                          "offset": 376
                        }
                      }
                    },
                    {
                      "type": "BinaryExpression",
                      "left": {
                        "type": "LiteralStringExpression",
                        "value": "r",
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 34,
                            "offset": 378
                          },
                          "end": {
                            "line": 10,
                            "column": 37,
                            "offset": 381
                          }
                        }
                      },
                      "operator": "+",
                      "right": {
                        "type": "IdentifierExpression",
                        "name": "b",
                        "loc": {
                          "start": {
                            "line": 10,
                            "column": 40,
                            "offset": 384
                          },
                          "end": {
                            "line": 10,
                            "column": 41,
                            "offset": 385
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 10,
                          "column": 34,
                          "offset": 378
                        },
                        "end": {
                          "line": 10,
                          "column": 41,
                          "offset": 385
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 8,
                      "offset": 352
                    },
                    "end": {
                      "line": 10,
                      "column": 43,
                      "offset": 387
                    }
                  }
                },
                "property": "h",
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 8,
                    "offset": 352
                  },
                  "end": {
                    "line": 10,
                    "column": 45,
                    "offset": 389
                  }
                }
              },
              "arguments": [
                {
                  "type": "LiteralStringExpression",
                  "value": "",
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 46,
                      "offset": 390
                    },
                    "end": {
                      "line": 10,
                      "column": 48,
                      "offset": 392
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 10,
                  "column": 8,
                  "offset": 352
                },
                "end": {
                  "line": 10,
                  "column": 49,
                  "offset": 393
                }
              }
            },
            "loc": {
              "start": {
                "line": 10,
                "column": 4,
                "offset": 348
              },
              "end": {
                "line": 10,
                "column": 49,
                "offset": 393
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 10,
            "column": 0,
            "offset": 344
          },
          "end": {
            "line": 10,
            "column": 49,
            "offset": 393
          }
        }
      },
      "loc": {
        "start": {
          "line": 10,
          "column": 0,
          "offset": 344
        },
        "end": {
          "line": 10,
          "column": 50,
          "offset": 394
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 10,
      "column": 50,
      "offset": 394
    }
  }
}
