{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "CallExpression",
          "callee": {
            "type": "CallExpression",
            "callee": {
              "type": "CallExpression",
              "callee": {
                "type": "CallExpression",
                "callee": {
                  "type": "FunctionExpression",
                  "isAsync": false,
                  "isGenerator": false,
                  "name": null,
                  "params": {
                    "type": "FormalParameters",
                    "items": [],
                    "rest": null,
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 10,
                        "offset": 10
                      },
                      "end": {
                        "line": 1,
                        "column": 12,
                        "offset": 12
                      }
                    }
                  },
                  "body": {
                    "type": "FunctionBody",
                    "directives": [],
                    "statements": [
                      {
                        "type": "VariableDeclarationStatement",
                        "declaration": {
                          "type": "VariableDeclaration",
                          "kind": "var",
                          "declarators": [
                            {
                              "type": "VariableDeclarator",
                              "binding": {
                                "type": "BindingIdentifier",
                                "name": "a",
                                "loc": {
                                  "start": {
                                    "line": 2,
                                    "column": 6,
                                    "offset": 21
                                  },
                                  "end": {
                                    "line": 2,
                                    "column": 7,
                                    "offset": 22
                                  }
                                }
                              },
                              "init": null,
                              "loc": {
                                "start": {
                                  "line": 2,
                                  "column": 6,
                                  "offset": 21
                                },
                                "end": {
                                  "line": 2,
                                  "column": 7,
                                  "offset": 22
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 2,
                              "column": 2,
                              "offset": 17
                            },
                            "end": {
                              "line": 2,
                              "column": 7,
                              "offset": 22
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 2,
                            "offset": 17
                          },
                          "end": {
                            "line": 2,
                            "column": 7,
                            "offset": 22
                          }
                        }
                      },
                      {
                        "type": "IfStatement",
                        "test": {
                          "type": "IdentifierExpression",
                          "name": "b",
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 6,
                              "offset": 29
                            },
                            "end": {
                              "line": 3,
                              "column": 7,
                              "offset": 30
                            }
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "expression": null,
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 9,
                              "offset": 32
                            },
                            "end": {
                              "line": 3,
                              "column": 15,
                              "offset": 38
                            }
                          }
                        },
                        "alternate": null,
                        "loc": {
                          "start": {
                            "line": 3,
                            "column": 2,
                            "offset": 25
                          },
                          "end": {
                            "line": 3,
                            "column": 15,
                            "offset": 38
                          }
                        }
                      },
                      {
                        "type": "ExpressionStatement",
                        "expression": {
                          "type": "AssignmentExpression",
                          "binding": {
                            "type": "AssignmentTargetIdentifier",
                            "name": "a",
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 5,
                                "offset": 203
                              },
                              "end": {
                                "line": 7,
                                "column": 6,
                                "offset": 204
                              }
                            }
                          },
                          "expression": {
                            "type": "NewExpression",
                            "callee": {
                              "type": "IdentifierExpression",
                              "name": "c",
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 13,
                                  "offset": 211
                                },
                                "end": {
                                  "line": 7,
                                  "column": 14,
                                  "offset": 212
                                }
                              }
                            },
                            "arguments": [],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 9,
                                "offset": 207
                              },
                              "end": {
                                "line": 7,
                                "column": 16,
                                "offset": 214
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 5,
                              "offset": 203
                            },
                            "end": {
                              "line": 7,
                              "column": 16,
                              "offset": 214
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 5,
                            "offset": 203
                          },
                          "end": {
                            "line": 7,
                            "column": 16,
                            "offset": 214
                          }
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "expression": {
                          "type": "IdentifierExpression",
                          "name": "a",
                          "loc": {
                            "start": {
                              "line": 8,
                              "column": 9,
                              "offset": 224
                            },
                            "end": {
                              "line": 8,
                              "column": 10,
                              "offset": 225
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 8,
                            "column": 2,
                            "offset": 217
                          },
                          "end": {
                            "line": 8,
                            "column": 10,
                            "offset": 225
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 13,
                        "offset": 13
                      },
                      "end": {
                        "line": 9,
                        "column": 1,
                        "offset": 227
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 1,
                      "offset": 1
                    },
                    "end": {
                      "line": 9,
                      "column": 1,
                      "offset": 227
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 0,
                    "offset": 0
                  },
                  "end": {
                    "line": 9,
                    "column": 4,
                    "offset": 230
                  }
                }
              },
              "arguments": [
                {
                  "type": "FunctionExpression",
                  "isAsync": false,
                  "isGenerator": false,
                  "name": null,
                  "params": {
                    "type": "FormalParameters",
                    "items": [],
                    "rest": null,
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 10,
                        "offset": 242
                      },
                      "end": {
                        "line": 11,
                        "column": 12,
                        "offset": 244
                      }
                    }
                  },
                  "body": {
                    "type": "FunctionBody",
                    "directives": [],
                    "statements": [
                      {
                        "type": "VariableDeclarationStatement",
                        "declaration": {
                          "type": "VariableDeclaration",
                          "kind": "var",
                          "declarators": [
                            {
                              "type": "VariableDeclarator",
                              "binding": {
                                "type": "BindingIdentifier",
                                "name": "a",
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 6,
                                    "offset": 253
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 7,
                                    "offset": 254
                                  }
                                }
                              },
                              "init": null,
                              "loc": {
                                "start": {
                                  "line": 12,
                                  "column": 6,
                                  "offset": 253
                                },
                                "end": {
                                  "line": 12,
                                  "column": 7,
                                  "offset": 254
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 2,
                              "offset": 249
                            },
                            "end": {
                              "line": 12,
                              "column": 7,
                              "offset": 254
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 2,
                            "offset": 249
                          },
                          "end": {
                            "line": 12,
                            "column": 7,
                            "offset": 254
                          }
                        }
                      },
                      {
                        "type": "IfStatement",
                        "test": {
                          "type": "IdentifierExpression",
                          "name": "b",
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 6,
                              "offset": 261
                            },
                            "end": {
                              "line": 13,
                              "column": 7,
                              "offset": 262
                            }
                          }
                        },
                        "consequent": {
                          "type": "ReturnStatement",
                          "expression": null,
                          "loc": {
                            "start": {
                              "line": 13,
                              "column": 9,
                              "offset": 264
                            },
                            "end": {
                              "line": 13,
                              "column": 15,
                              "offset": 270
                            }
                          }
                        },
                        "alternate": null,
                        "loc": {
                          "start": {
                            "line": 13,
                            "column": 2,
                            "offset": 257
                          },
                          "end": {
                            "line": 13,
                            "column": 15,
                            "offset": 270
                          }
                        }
                      },
                      {
                        "type": "ExpressionStatement",
                        "expression": {
                          "type": "AssignmentExpression",
                          "binding": {
                            "type": "AssignmentTargetIdentifier",
                            "name": "a",
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 42,
                                "offset": 407
                              },
                              "end": {
                                "line": 15,
                                "column": 43,
                                "offset": 408
                              }
                            }
                          },
                          "expression": {
                            "type": "NewExpression",
                            "callee": {
                              "type": "IdentifierExpression",
                              "name": "c",
                              "loc": {
                                "start": {
                                  "line": 15,
                                  "column": 50,
                                  "offset": 415
                                },
                                "end": {
                                  "line": 15,
                                  "column": 51,
                                  "offset": 416
                                }
                              }
                            },
                            "arguments": [],
                            "loc": {
                              "start": {
                                "line": 15,
                                "column": 46,
                                "offset": 411
                              },
                              "end": {
                                "line": 15,
                                "column": 53,
                                "offset": 418
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 15,
                              "column": 42,
                              "offset": 407
                            },
                            "end": {
                              "line": 15,
                              "column": 53,
                              "offset": 418
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 15,
                            "column": 42,
                            "offset": 407
                          },
                          "end": {
                            "line": 15,
                            "column": 53,
                            "offset": 418
                          }
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "expression": {
                          "type": "IdentifierExpression",
                          "name": "a",
                          "loc": {
                            "start": {
                              "line": 16,
                              "column": 9,
                              "offset": 428
                            },
                            "end": {
                              "line": 16,
                              "column": 10,
                              "offset": 429
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 16,
                            "column": 2,
                            "offset": 421
                          },
                          "end": {
                            "line": 16,
                            "column": 10,
                            "offset": 429
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 11,
                        "column": 13,
                        "offset": 245
                      },
                      "end": {
                        "line": 17,
                        "column": 1,
                        "offset": 431
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 11,
                      "column": 1,
                      "offset": 233
                    },
                    "end": {
                      "line": 17,
                      "column": 1,
                      "offset": 431
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 0,
                  "offset": 0
                },
                "end": {
                  "line": 17,
                  "column": 2,
                  "offset": 432
                }
              }
            },
            "arguments": [],
            "loc": {
              "start": {
                "line": 1,
                "column": 0,
                "offset": 0
              },
              "end": {
                "line": 17,
                "column": 4,
                "offset": 434
              }
            }
          },
          "arguments": [
            {
              "type": "FunctionExpression",
              "isAsync": false,
              "isGenerator": false,
              "name": null,
              "params": {
                "type": "FormalParameters",
                "items": [],
                "rest": null,
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 10,
                    "offset": 446
                  },
                  "end": {
                    "line": 19,
                    "column": 12,
                    "offset": 448
                  }
                }
              },
              "body": {
                "type": "FunctionBody",
                "directives": [],
                "statements": [
                  {
                    "type": "VariableDeclarationStatement",
                    "declaration": {
                      "type": "VariableDeclaration",
                      "kind": "var",
                      "declarators": [
                        {
                          "type": "VariableDeclarator",
                          "binding": {
                            "type": "BindingIdentifier",
                            "name": "a",
                            "loc": {
                              "start": {
                                "line": 20,
                                "column": 6,
                                "offset": 457
                              },
                              "end": {
                                "line": 20,
                                "column": 7,
                                "offset": 458
                              }
                            }
                          },
                          "init": null,
                          "loc": {
                            "start": {
                              "line": 20,
                              "column": 6,
                              "offset": 457
                            },
                            "end": {
                              "line": 20,
                              "column": 7,
                              "offset": 458
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 20,
                          "column": 2,
                          "offset": 453
                        },
                        "end": {
                          "line": 20,
                          "column": 7,
                          "offset": 458
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 20,
                        "column": 2,
                        "offset": 453
                      },
                      "end": {
                        "line": 20,
                        "column": 7,
                        "offset": 458
                      }
                    }
                  },
                  {
                    "type": "IfStatement",
                    "test": {
                      "type": "IdentifierExpression",
                      "name": "b",
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 6,
                          "offset": 465
                        },
                        "end": {
                          "line": 21,
                          "column": 7,
                          "offset": 466
                        }
                      }
                    },
                    "consequent": {
                      "type": "ReturnStatement",
                      "expression": null,
                      "loc": {
                        "start": {
                          "line": 21,
                          "column": 9,
                          "offset": 468
                        },
                        "end": {
                          "line": 21,
                          "column": 15,
                          "offset": 474
                        }
                      }
                    },
                    "alternate": null,
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 2,
                        "offset": 461
                      },
                      "end": {
                        "line": 21,
                        "column": 15,
                        "offset": 474
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "binding": {
                        "type": "AssignmentTargetIdentifier",
                        "name": "a",
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 2,
                            "offset": 546
                          },
                          "end": {
                            "line": 22,
                            "column": 3,
                            "offset": 547
                          }
                        }
                      },
                      "expression": {
                        "type": "NewExpression",
                        "callee": {
                          "type": "IdentifierExpression",
                          "name": "c",
                          "loc": {
                            "start": {
                              "line": 22,
                              "column": 10,
                              "offset": 554
                            },
                            "end": {
                              "line": 22,
                              "column": 11,
                              "offset": 555
                            }
                          }
                        },
                        "arguments": [],
                        "loc": {
                          "start": {
                            "line": 22,
                            "column": 6,
                            "offset": 550
                          },
                          "end": {
                            "line": 22,
                            "column": 13,
                            "offset": 557
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 22,
                          "column": 2,
                          "offset": 546
                        },
                        "end": {
                          "line": 22,
                          "column": 13,
                          "offset": 557
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 2,
                        "offset": 546
                      },
                      "end": {
                        "line": 22,
                        "column": 13,
                        "offset": 557
                      }
                    }
                  },
                  {
                    "type": "ReturnStatement",
                    "expression": {
                      "type": "IdentifierExpression",
                      "name": "a",
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 9,
                          "offset": 567
                        },
                        "end": {
                          "line": 23,
                          "column": 10,
                          "offset": 568
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 2,
                        "offset": 560
                      },
                      "end": {
                        "line": 23,
                        "column": 10,
                        "offset": 568
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 13,
                    "offset": 449
                  },
                  "end": {
                    "line": 24,
                    "column": 1,
                    "offset": 570
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 19,
                  "column": 1,
                  "offset": 437
                },
                "end": {
                  "line": 24,
                  "column": 1,
                  "offset": 570
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 0,
              "offset": 0
            },
            "end": {
              "line": 24,
              "column": 2,
              "offset": 571
            }
          }
        },
        "arguments": [],
        "loc": {
          "start": {
            "line": 1,
            "column": 0,
            "offset": 0
          },
          "end": {
            "line": 24,
            "column": 4,
            "offset": 573
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 24,
          "column": 4,
          "offset": 573
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 26,
      "column": 0,
      "offset": 575
    }
  }
}
