{
  "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": null,
            "loc": {
              "start": {
                "line": 1,
                "column": 4,
                "offset": 4
              },
              "end": {
                "line": 1,
                "column": 5,
                "offset": 5
              }
            }
          },
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "b",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 7,
                  "offset": 7
                },
                "end": {
                  "line": 1,
                  "column": 8,
                  "offset": 8
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 1,
                "column": 7,
                "offset": 7
              },
              "end": {
                "line": 1,
                "column": 8,
                "offset": 8
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0,
            "offset": 0
          },
          "end": {
            "line": 1,
            "column": 8,
            "offset": 8
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 9,
          "offset": 9
        }
      }
    },
    {
      "type": "IfStatement",
      "test": {
        "type": "CallExpression",
        "callee": {
          "type": "IdentifierExpression",
          "name": "c",
          "loc": {
            "start": {
              "line": 2,
              "column": 4,
              "offset": 14
            },
            "end": {
              "line": 2,
              "column": 5,
              "offset": 15
            }
          }
        },
        "arguments": [],
        "loc": {
          "start": {
            "line": 2,
            "column": 4,
            "offset": 14
          },
          "end": {
            "line": 2,
            "column": 7,
            "offset": 17
          }
        }
      },
      "consequent": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "binding": {
                  "type": "AssignmentTargetIdentifier",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 4,
                      "offset": 25
                    },
                    "end": {
                      "line": 3,
                      "column": 5,
                      "offset": 26
                    }
                  }
                },
                "expression": {
                  "type": "NewExpression",
                  "callee": {
                    "type": "IdentifierExpression",
                    "name": "b",
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 12,
                        "offset": 33
                      },
                      "end": {
                        "line": 3,
                        "column": 13,
                        "offset": 34
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "LiteralNumericExpression",
                      "value": 1,
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 14,
                          "offset": 35
                        },
                        "end": {
                          "line": 3,
                          "column": 15,
                          "offset": 36
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 8,
                      "offset": 29
                    },
                    "end": {
                      "line": 3,
                      "column": 16,
                      "offset": 37
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 4,
                    "offset": 25
                  },
                  "end": {
                    "line": 3,
                    "column": 16,
                    "offset": 37
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 3,
                  "column": 4,
                  "offset": 25
                },
                "end": {
                  "line": 3,
                  "column": 17,
                  "offset": 38
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 9,
              "offset": 19
            },
            "end": {
              "line": 4,
              "column": 1,
              "offset": 40
            }
          }
        },
        "loc": {
          "start": {
            "line": 2,
            "column": 9,
            "offset": 19
          },
          "end": {
            "line": 4,
            "column": 1,
            "offset": 40
          }
        }
      },
      "alternate": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "binding": {
                  "type": "AssignmentTargetIdentifier",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 4,
                      "offset": 52
                    },
                    "end": {
                      "line": 5,
                      "column": 5,
                      "offset": 53
                    }
                  }
                },
                "expression": {
                  "type": "NewExpression",
                  "callee": {
                    "type": "IdentifierExpression",
                    "name": "b",
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 12,
                        "offset": 60
                      },
                      "end": {
                        "line": 5,
                        "column": 13,
                        "offset": 61
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "LiteralNumericExpression",
                      "value": 2,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 14,
                          "offset": 62
                        },
                        "end": {
                          "line": 5,
                          "column": 15,
                          "offset": 63
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 8,
                      "offset": 56
                    },
                    "end": {
                      "line": 5,
                      "column": 16,
                      "offset": 64
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 4,
                    "offset": 52
                  },
                  "end": {
                    "line": 5,
                    "column": 16,
                    "offset": 64
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 5,
                  "column": 4,
                  "offset": 52
                },
                "end": {
                  "line": 5,
                  "column": 17,
                  "offset": 65
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 7,
              "offset": 46
            },
            "end": {
              "line": 6,
              "column": 1,
              "offset": 67
            }
          }
        },
        "loc": {
          "start": {
            "line": 4,
            "column": 7,
            "offset": 46
          },
          "end": {
            "line": 6,
            "column": 1,
            "offset": 67
          }
        }
      },
      "loc": {
        "start": {
          "line": 2,
          "column": 0,
          "offset": 10
        },
        "end": {
          "line": 6,
          "column": 1,
          "offset": 67
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 6,
      "column": 1,
      "offset": 67
    }
  }
}
