{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "WhileStatement",
      "test": {
        "type": "UnaryExpression",
        "operator": "!",
        "operand": {
          "type": "BinaryExpression",
          "left": {
            "type": "BinaryExpression",
            "left": {
              "type": "IdentifierExpression",
              "name": "a",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 18,
                  "offset": 18
                },
                "end": {
                  "line": 1,
                  "column": 19,
                  "offset": 19
                }
              }
            },
            "operator": "&&",
            "right": {
              "type": "IdentifierExpression",
              "name": "b",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 23,
                  "offset": 23
                },
                "end": {
                  "line": 1,
                  "column": 24,
                  "offset": 24
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 18,
                "offset": 18
              },
              "end": {
                "line": 1,
                "column": 24,
                "offset": 24
              }
            }
          },
          "operator": "||",
          "right": {
            "type": "BinaryExpression",
            "left": {
              "type": "IdentifierExpression",
              "name": "c",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 30,
                  "offset": 30
                },
                "end": {
                  "line": 1,
                  "column": 31,
                  "offset": 31
                }
              }
            },
            "operator": "+",
            "right": {
              "type": "LiteralStringExpression",
              "value": "0",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 34,
                  "offset": 34
                },
                "end": {
                  "line": 1,
                  "column": 37,
                  "offset": 37
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 30,
                "offset": 30
              },
              "end": {
                "line": 1,
                "column": 37,
                "offset": 37
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 17,
              "offset": 17
            },
            "end": {
              "line": 1,
              "column": 38,
              "offset": 38
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 15,
            "offset": 15
          },
          "end": {
            "line": 1,
            "column": 39,
            "offset": 39
          }
        }
      },
      "body": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "StaticMemberExpression",
                  "object": {
                    "type": "IdentifierExpression",
                    "name": "d",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 12,
                        "offset": 56
                      },
                      "end": {
                        "line": 2,
                        "column": 13,
                        "offset": 57
                      }
                    }
                  },
                  "property": "e",
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 12,
                      "offset": 56
                    },
                    "end": {
                      "line": 2,
                      "column": 15,
                      "offset": 59
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "LiteralStringExpression",
                    "value": "f",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 16,
                        "offset": 60
                      },
                      "end": {
                        "line": 2,
                        "column": 19,
                        "offset": 63
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 12,
                    "offset": 56
                  },
                  "end": {
                    "line": 2,
                    "column": 20,
                    "offset": 64
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 12,
                  "offset": 56
                },
                "end": {
                  "line": 2,
                  "column": 21,
                  "offset": 65
                }
              }
            },
            {
              "type": "VariableDeclarationStatement",
              "declaration": {
                "type": "VariableDeclaration",
                "kind": "var",
                "declarators": [
                  {
                    "type": "VariableDeclarator",
                    "binding": {
                      "type": "BindingIdentifier",
                      "name": "a",
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 16,
                          "offset": 83
                        },
                        "end": {
                          "line": 3,
                          "column": 17,
                          "offset": 84
                        }
                      }
                    },
                    "init": null,
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 16,
                        "offset": 83
                      },
                      "end": {
                        "line": 3,
                        "column": 17,
                        "offset": 84
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 12,
                    "offset": 79
                  },
                  "end": {
                    "line": 3,
                    "column": 17,
                    "offset": 84
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 3,
                  "column": 12,
                  "offset": 79
                },
                "end": {
                  "line": 3,
                  "column": 18,
                  "offset": 85
                }
              }
            },
            {
              "type": "FunctionDeclaration",
              "isAsync": false,
              "isGenerator": false,
              "name": {
                "type": "BindingIdentifier",
                "name": "b",
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 21,
                    "offset": 108
                  },
                  "end": {
                    "line": 4,
                    "column": 22,
                    "offset": 109
                  }
                }
              },
              "params": {
                "type": "FormalParameters",
                "items": [],
                "rest": null,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 22,
                    "offset": 109
                  },
                  "end": {
                    "line": 4,
                    "column": 24,
                    "offset": 111
                  }
                }
              },
              "body": {
                "type": "FunctionBody",
                "directives": [],
                "statements": [],
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 25,
                    "offset": 112
                  },
                  "end": {
                    "line": 4,
                    "column": 27,
                    "offset": 114
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 4,
                  "column": 12,
                  "offset": 99
                },
                "end": {
                  "line": 4,
                  "column": 27,
                  "offset": 114
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 41,
              "offset": 41
            },
            "end": {
              "line": 5,
              "column": 9,
              "offset": 125
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 41,
            "offset": 41
          },
          "end": {
            "line": 5,
            "column": 9,
            "offset": 125
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 8,
          "offset": 8
        },
        "end": {
          "line": 5,
          "column": 9,
          "offset": 125
        }
      }
    },
    {
      "type": "ForStatement",
      "init": {
        "type": "VariableDeclaration",
        "kind": "var",
        "declarators": [
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "c",
              "loc": {
                "start": {
                  "line": 6,
                  "column": 17,
                  "offset": 144
                },
                "end": {
                  "line": 6,
                  "column": 18,
                  "offset": 145
                }
              }
            },
            "init": {
              "type": "LiteralNumericExpression",
              "value": 1,
              "loc": {
                "start": {
                  "line": 6,
                  "column": 21,
                  "offset": 148
                },
                "end": {
                  "line": 6,
                  "column": 22,
                  "offset": 149
                }
              }
            },
            "loc": {
              "start": {
                "line": 6,
                "column": 17,
                "offset": 144
              },
              "end": {
                "line": 6,
                "column": 22,
                "offset": 149
              }
            }
          },
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "g",
              "loc": {
                "start": {
                  "line": 6,
                  "column": 24,
                  "offset": 151
                },
                "end": {
                  "line": 6,
                  "column": 25,
                  "offset": 152
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 6,
                "column": 24,
                "offset": 151
              },
              "end": {
                "line": 6,
                "column": 25,
                "offset": 152
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 6,
            "column": 13,
            "offset": 140
          },
          "end": {
            "line": 6,
            "column": 25,
            "offset": 152
          }
        }
      },
      "test": {
        "type": "BinaryExpression",
        "left": {
          "type": "BinaryExpression",
          "left": {
            "type": "IdentifierExpression",
            "name": "c",
            "loc": {
              "start": {
                "line": 6,
                "column": 27,
                "offset": 154
              },
              "end": {
                "line": 6,
                "column": 28,
                "offset": 155
              }
            }
          },
          "operator": "&&",
          "right": {
            "type": "BinaryExpression",
            "left": {
              "type": "IdentifierExpression",
              "name": "g",
              "loc": {
                "start": {
                  "line": 6,
                  "column": 33,
                  "offset": 160
                },
                "end": {
                  "line": 6,
                  "column": 34,
                  "offset": 161
                }
              }
            },
            "operator": "||",
            "right": {
              "type": "IdentifierExpression",
              "name": "c",
              "loc": {
                "start": {
                  "line": 6,
                  "column": 38,
                  "offset": 165
                },
                "end": {
                  "line": 6,
                  "column": 39,
                  "offset": 166
                }
              }
            },
            "loc": {
              "start": {
                "line": 6,
                "column": 33,
                "offset": 160
              },
              "end": {
                "line": 6,
                "column": 39,
                "offset": 166
              }
            }
          },
          "loc": {
            "start": {
              "line": 6,
              "column": 27,
              "offset": 154
            },
            "end": {
              "line": 6,
              "column": 40,
              "offset": 167
            }
          }
        },
        "operator": "&&",
        "right": {
          "type": "UnaryExpression",
          "operator": "!",
          "operand": {
            "type": "UnaryExpression",
            "operator": "typeof",
            "operand": {
              "type": "IdentifierExpression",
              "name": "c",
              "loc": {
                "start": {
                  "line": 6,
                  "column": 53,
                  "offset": 180
                },
                "end": {
                  "line": 6,
                  "column": 54,
                  "offset": 181
                }
              }
            },
            "loc": {
              "start": {
                "line": 6,
                "column": 46,
                "offset": 173
              },
              "end": {
                "line": 6,
                "column": 54,
                "offset": 181
              }
            }
          },
          "loc": {
            "start": {
              "line": 6,
              "column": 45,
              "offset": 172
            },
            "end": {
              "line": 6,
              "column": 54,
              "offset": 181
            }
          }
        },
        "loc": {
          "start": {
            "line": 6,
            "column": 27,
            "offset": 154
          },
          "end": {
            "line": 6,
            "column": 55,
            "offset": 182
          }
        }
      },
      "update": {
        "type": "UpdateExpression",
        "isPrefix": true,
        "operator": "++",
        "operand": {
          "type": "AssignmentTargetIdentifier",
          "name": "c",
          "loc": {
            "start": {
              "line": 6,
              "column": 59,
              "offset": 186
            },
            "end": {
              "line": 6,
              "column": 60,
              "offset": 187
            }
          }
        },
        "loc": {
          "start": {
            "line": 6,
            "column": 57,
            "offset": 184
          },
          "end": {
            "line": 6,
            "column": 60,
            "offset": 187
          }
        }
      },
      "body": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "h",
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 12,
                      "offset": 204
                    },
                    "end": {
                      "line": 7,
                      "column": 13,
                      "offset": 205
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 12,
                    "offset": 204
                  },
                  "end": {
                    "line": 7,
                    "column": 15,
                    "offset": 207
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 7,
                  "column": 12,
                  "offset": 204
                },
                "end": {
                  "line": 7,
                  "column": 16,
                  "offset": 208
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 12,
                      "offset": 222
                    },
                    "end": {
                      "line": 8,
                      "column": 13,
                      "offset": 223
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 12,
                    "offset": 222
                  },
                  "end": {
                    "line": 8,
                    "column": 15,
                    "offset": 225
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 8,
                  "column": 12,
                  "offset": 222
                },
                "end": {
                  "line": 8,
                  "column": 16,
                  "offset": 226
                }
              }
            },
            {
              "type": "VariableDeclarationStatement",
              "declaration": {
                "type": "VariableDeclaration",
                "kind": "var",
                "declarators": [
                  {
                    "type": "VariableDeclarator",
                    "binding": {
                      "type": "BindingIdentifier",
                      "name": "i",
                      "loc": {
                        "start": {
                          "line": 9,
                          "column": 16,
                          "offset": 244
                        },
                        "end": {
                          "line": 9,
                          "column": 17,
                          "offset": 245
                        }
                      }
                    },
                    "init": null,
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 16,
                        "offset": 244
                      },
                      "end": {
                        "line": 9,
                        "column": 17,
                        "offset": 245
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 12,
                    "offset": 240
                  },
                  "end": {
                    "line": 9,
                    "column": 17,
                    "offset": 245
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 9,
                  "column": 12,
                  "offset": 240
                },
                "end": {
                  "line": 9,
                  "column": 18,
                  "offset": 246
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 62,
              "offset": 189
            },
            "end": {
              "line": 10,
              "column": 9,
              "offset": 257
            }
          }
        },
        "loc": {
          "start": {
            "line": 6,
            "column": 62,
            "offset": 189
          },
          "end": {
            "line": 10,
            "column": 9,
            "offset": 257
          }
        }
      },
      "loc": {
        "start": {
          "line": 6,
          "column": 8,
          "offset": 135
        },
        "end": {
          "line": 10,
          "column": 9,
          "offset": 257
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 11,
      "column": 0,
      "offset": 258
    }
  }
}
