{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "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": "IfStatement",
                "test": {
                  "type": "BinaryExpression",
                  "left": {
                    "type": "IdentifierExpression",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 8,
                        "offset": 23
                      },
                      "end": {
                        "line": 2,
                        "column": 9,
                        "offset": 24
                      }
                    }
                  },
                  "operator": "!=",
                  "right": {
                    "type": "LiteralBooleanExpression",
                    "value": true,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 13,
                        "offset": 28
                      },
                      "end": {
                        "line": 2,
                        "column": 17,
                        "offset": 32
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 8,
                      "offset": 23
                    },
                    "end": {
                      "line": 2,
                      "column": 17,
                      "offset": 32
                    }
                  }
                },
                "consequent": {
                  "type": "BlockStatement",
                  "block": {
                    "type": "Block",
                    "statements": [
                      {
                        "type": "ExpressionStatement",
                        "expression": {
                          "type": "CallExpression",
                          "callee": {
                            "type": "IdentifierExpression",
                            "name": "b",
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 8,
                                "offset": 44
                              },
                              "end": {
                                "line": 3,
                                "column": 9,
                                "offset": 45
                              }
                            }
                          },
                          "arguments": [],
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 8,
                              "offset": 44
                            },
                            "end": {
                              "line": 3,
                              "column": 11,
                              "offset": 47
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 3,
                            "column": 8,
                            "offset": 44
                          },
                          "end": {
                            "line": 3,
                            "column": 12,
                            "offset": 48
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 19,
                        "offset": 34
                      },
                      "end": {
                        "line": 4,
                        "column": 5,
                        "offset": 54
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 19,
                      "offset": 34
                    },
                    "end": {
                      "line": 4,
                      "column": 5,
                      "offset": 54
                    }
                  }
                },
                "alternate": null,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 4,
                    "offset": 19
                  },
                  "end": {
                    "line": 4,
                    "column": 5,
                    "offset": 54
                  }
                }
              },
              {
                "type": "IfStatement",
                "test": {
                  "type": "BinaryExpression",
                  "left": {
                    "type": "IdentifierExpression",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 8,
                        "offset": 63
                      },
                      "end": {
                        "line": 5,
                        "column": 9,
                        "offset": 64
                      }
                    }
                  },
                  "operator": "!=",
                  "right": {
                    "type": "LiteralBooleanExpression",
                    "value": false,
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 13,
                        "offset": 68
                      },
                      "end": {
                        "line": 5,
                        "column": 18,
                        "offset": 73
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 8,
                      "offset": 63
                    },
                    "end": {
                      "line": 5,
                      "column": 18,
                      "offset": 73
                    }
                  }
                },
                "consequent": {
                  "type": "BlockStatement",
                  "block": {
                    "type": "Block",
                    "statements": [
                      {
                        "type": "ExpressionStatement",
                        "expression": {
                          "type": "CallExpression",
                          "callee": {
                            "type": "IdentifierExpression",
                            "name": "b",
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 8,
                                "offset": 85
                              },
                              "end": {
                                "line": 6,
                                "column": 9,
                                "offset": 86
                              }
                            }
                          },
                          "arguments": [],
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 8,
                              "offset": 85
                            },
                            "end": {
                              "line": 6,
                              "column": 11,
                              "offset": 88
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 8,
                            "offset": 85
                          },
                          "end": {
                            "line": 6,
                            "column": 12,
                            "offset": 89
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 20,
                        "offset": 75
                      },
                      "end": {
                        "line": 7,
                        "column": 5,
                        "offset": 95
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 20,
                      "offset": 75
                    },
                    "end": {
                      "line": 7,
                      "column": 5,
                      "offset": 95
                    }
                  }
                },
                "alternate": null,
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 4,
                    "offset": 59
                  },
                  "end": {
                    "line": 7,
                    "column": 5,
                    "offset": 95
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 13,
                "offset": 13
              },
              "end": {
                "line": 8,
                "column": 1,
                "offset": 97
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 1,
              "offset": 1
            },
            "end": {
              "line": 8,
              "column": 1,
              "offset": 97
            }
          }
        },
        "arguments": [],
        "loc": {
          "start": {
            "line": 1,
            "column": 1,
            "offset": 1
          },
          "end": {
            "line": 8,
            "column": 3,
            "offset": 99
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 8,
          "column": 5,
          "offset": 101
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 9,
      "column": 0,
      "offset": 102
    }
  }
}
