{
  "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": 9,
                "offset": 9
              },
              "end": {
                "line": 1,
                "column": 11,
                "offset": 11
              }
            }
          },
          "body": {
            "type": "FunctionBody",
            "directives": [],
            "statements": [
              {
                "type": "IfStatement",
                "test": {
                  "type": "IdentifierExpression",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 8,
                      "offset": 22
                    },
                    "end": {
                      "line": 2,
                      "column": 9,
                      "offset": 23
                    }
                  }
                },
                "consequent": {
                  "type": "BlockStatement",
                  "block": {
                    "type": "Block",
                    "statements": [
                      {
                        "type": "ExpressionStatement",
                        "expression": {
                          "type": "CallExpression",
                          "callee": {
                            "type": "IdentifierExpression",
                            "name": "b",
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 8,
                                "offset": 35
                              },
                              "end": {
                                "line": 3,
                                "column": 9,
                                "offset": 36
                              }
                            }
                          },
                          "arguments": [],
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 8,
                              "offset": 35
                            },
                            "end": {
                              "line": 3,
                              "column": 11,
                              "offset": 38
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 3,
                            "column": 8,
                            "offset": 35
                          },
                          "end": {
                            "line": 3,
                            "column": 12,
                            "offset": 39
                          }
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "expression": {
                          "type": "LiteralNumericExpression",
                          "value": 1,
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 15,
                              "offset": 55
                            },
                            "end": {
                              "line": 4,
                              "column": 16,
                              "offset": 56
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 8,
                            "offset": 48
                          },
                          "end": {
                            "line": 4,
                            "column": 17,
                            "offset": 57
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 11,
                        "offset": 25
                      },
                      "end": {
                        "line": 5,
                        "column": 5,
                        "offset": 63
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 11,
                      "offset": 25
                    },
                    "end": {
                      "line": 5,
                      "column": 5,
                      "offset": 63
                    }
                  }
                },
                "alternate": {
                  "type": "BlockStatement",
                  "block": {
                    "type": "Block",
                    "statements": [
                      {
                        "type": "ExpressionStatement",
                        "expression": {
                          "type": "CallExpression",
                          "callee": {
                            "type": "IdentifierExpression",
                            "name": "b",
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 8,
                                "offset": 79
                              },
                              "end": {
                                "line": 6,
                                "column": 9,
                                "offset": 80
                              }
                            }
                          },
                          "arguments": [],
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 8,
                              "offset": 79
                            },
                            "end": {
                              "line": 6,
                              "column": 11,
                              "offset": 82
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 8,
                            "offset": 79
                          },
                          "end": {
                            "line": 6,
                            "column": 12,
                            "offset": 83
                          }
                        }
                      },
                      {
                        "type": "ReturnStatement",
                        "expression": {
                          "type": "LiteralNumericExpression",
                          "value": 2,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 15,
                              "offset": 99
                            },
                            "end": {
                              "line": 7,
                              "column": 16,
                              "offset": 100
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 8,
                            "offset": 92
                          },
                          "end": {
                            "line": 7,
                            "column": 17,
                            "offset": 101
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 11,
                        "offset": 69
                      },
                      "end": {
                        "line": 8,
                        "column": 5,
                        "offset": 107
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 11,
                      "offset": 69
                    },
                    "end": {
                      "line": 8,
                      "column": 5,
                      "offset": 107
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 4,
                    "offset": 18
                  },
                  "end": {
                    "line": 8,
                    "column": 5,
                    "offset": 107
                  }
                }
              },
              {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "IdentifierExpression",
                    "name": "c",
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 4,
                        "offset": 112
                      },
                      "end": {
                        "line": 9,
                        "column": 5,
                        "offset": 113
                      }
                    }
                  },
                  "arguments": [],
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 4,
                      "offset": 112
                    },
                    "end": {
                      "line": 9,
                      "column": 7,
                      "offset": 115
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 4,
                    "offset": 112
                  },
                  "end": {
                    "line": 9,
                    "column": 8,
                    "offset": 116
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 12,
                "offset": 12
              },
              "end": {
                "line": 10,
                "column": 1,
                "offset": 118
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 1,
              "offset": 1
            },
            "end": {
              "line": 10,
              "column": 1,
              "offset": 118
            }
          }
        },
        "arguments": [],
        "loc": {
          "start": {
            "line": 1,
            "column": 1,
            "offset": 1
          },
          "end": {
            "line": 10,
            "column": 3,
            "offset": 120
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 10,
          "column": 5,
          "offset": 122
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 11,
      "column": 0,
      "offset": 123
    }
  }
}
