{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "FunctionDeclaration",
      "isAsync": false,
      "isGenerator": false,
      "name": {
        "type": "BindingIdentifier",
        "name": "a",
        "loc": {
          "start": {
            "line": 1,
            "column": 9,
            "offset": 9
          },
          "end": {
            "line": 1,
            "column": 10,
            "offset": 10
          }
        }
      },
      "params": {
        "type": "FormalParameters",
        "items": [
          {
            "type": "BindingIdentifier",
            "name": "b",
            "loc": {
              "start": {
                "line": 1,
                "column": 11,
                "offset": 11
              },
              "end": {
                "line": 1,
                "column": 12,
                "offset": 12
              }
            }
          }
        ],
        "rest": null,
        "loc": {
          "start": {
            "line": 1,
            "column": 10,
            "offset": 10
          },
          "end": {
            "line": 1,
            "column": 13,
            "offset": 13
          }
        }
      },
      "body": {
        "type": "FunctionBody",
        "directives": [],
        "statements": [
          {
            "type": "IfStatement",
            "test": {
              "type": "IdentifierExpression",
              "name": "b",
              "loc": {
                "start": {
                  "line": 2,
                  "column": 8,
                  "offset": 24
                },
                "end": {
                  "line": 2,
                  "column": 9,
                  "offset": 25
                }
              }
            },
            "consequent": {
              "type": "BlockStatement",
              "block": {
                "type": "Block",
                "statements": [
                  {
                    "type": "ReturnStatement",
                    "expression": null,
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 8,
                        "offset": 37
                      },
                      "end": {
                        "line": 3,
                        "column": 15,
                        "offset": 44
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 11,
                    "offset": 27
                  },
                  "end": {
                    "line": 4,
                    "column": 5,
                    "offset": 50
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 11,
                  "offset": 27
                },
                "end": {
                  "line": 4,
                  "column": 5,
                  "offset": 50
                }
              }
            },
            "alternate": {
              "type": "BlockStatement",
              "block": {
                "type": "Block",
                "statements": [
                  {
                    "type": "ReturnStatement",
                    "expression": {
                      "type": "LiteralNumericExpression",
                      "value": 1,
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 15,
                          "offset": 73
                        },
                        "end": {
                          "line": 5,
                          "column": 16,
                          "offset": 74
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 8,
                        "offset": 66
                      },
                      "end": {
                        "line": 5,
                        "column": 17,
                        "offset": 75
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 11,
                    "offset": 56
                  },
                  "end": {
                    "line": 6,
                    "column": 5,
                    "offset": 81
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 4,
                  "column": 11,
                  "offset": 56
                },
                "end": {
                  "line": 6,
                  "column": 5,
                  "offset": 81
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 4,
                "offset": 20
              },
              "end": {
                "line": 6,
                "column": 5,
                "offset": 81
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 14,
            "offset": 14
          },
          "end": {
            "line": 7,
            "column": 1,
            "offset": 83
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 7,
          "column": 1,
          "offset": 83
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 7,
      "column": 1,
      "offset": 83
    }
  }
}
