{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "FunctionDeclaration",
      "isAsync": false,
      "isGenerator": false,
      "name": {
        "type": "BindingIdentifier",
        "name": "a",
        "loc": {
          "start": {
            "line": 1,
            "column": 17,
            "offset": 17
          },
          "end": {
            "line": 1,
            "column": 18,
            "offset": 18
          }
        }
      },
      "params": {
        "type": "FormalParameters",
        "items": [],
        "rest": null,
        "loc": {
          "start": {
            "line": 1,
            "column": 18,
            "offset": 18
          },
          "end": {
            "line": 1,
            "column": 20,
            "offset": 20
          }
        }
      },
      "body": {
        "type": "FunctionBody",
        "directives": [],
        "statements": [
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "CallExpression",
              "callee": {
                "type": "IdentifierExpression",
                "name": "b",
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 12,
                    "offset": 36
                  },
                  "end": {
                    "line": 2,
                    "column": 13,
                    "offset": 37
                  }
                }
              },
              "arguments": [],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 12,
                  "offset": 36
                },
                "end": {
                  "line": 2,
                  "column": 15,
                  "offset": 39
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 12,
                "offset": 36
              },
              "end": {
                "line": 2,
                "column": 16,
                "offset": 40
              }
            }
          },
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "CallExpression",
              "callee": {
                "type": "IdentifierExpression",
                "name": "c",
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 12,
                    "offset": 54
                  },
                  "end": {
                    "line": 3,
                    "column": 13,
                    "offset": 55
                  }
                }
              },
              "arguments": [],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 12,
                  "offset": 54
                },
                "end": {
                  "line": 3,
                  "column": 15,
                  "offset": 57
                }
              }
            },
            "loc": {
              "start": {
                "line": 3,
                "column": 12,
                "offset": 54
              },
              "end": {
                "line": 3,
                "column": 16,
                "offset": 58
              }
            }
          },
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "AssignmentExpression",
              "binding": {
                "type": "AssignmentTargetIdentifier",
                "name": "d",
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 12,
                    "offset": 72
                  },
                  "end": {
                    "line": 4,
                    "column": 13,
                    "offset": 73
                  }
                }
              },
              "expression": {
                "type": "LiteralNumericExpression",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 16,
                    "offset": 76
                  },
                  "end": {
                    "line": 4,
                    "column": 17,
                    "offset": 77
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 4,
                  "column": 12,
                  "offset": 72
                },
                "end": {
                  "line": 4,
                  "column": 17,
                  "offset": 77
                }
              }
            },
            "loc": {
              "start": {
                "line": 4,
                "column": 12,
                "offset": 72
              },
              "end": {
                "line": 4,
                "column": 18,
                "offset": 78
              }
            }
          },
          {
            "type": "ReturnStatement",
            "expression": null,
            "loc": {
              "start": {
                "line": 5,
                "column": 12,
                "offset": 92
              },
              "end": {
                "line": 5,
                "column": 19,
                "offset": 99
              }
            }
          },
          {
            "type": "IfStatement",
            "test": {
              "type": "IdentifierExpression",
              "name": "d",
              "loc": {
                "start": {
                  "line": 6,
                  "column": 16,
                  "offset": 117
                },
                "end": {
                  "line": 6,
                  "column": 17,
                  "offset": 118
                }
              }
            },
            "consequent": {
              "type": "BlockStatement",
              "block": {
                "type": "Block",
                "statements": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "IdentifierExpression",
                        "name": "e",
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 16,
                            "offset": 139
                          },
                          "end": {
                            "line": 7,
                            "column": 17,
                            "offset": 140
                          }
                        }
                      },
                      "arguments": [],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 16,
                          "offset": 139
                        },
                        "end": {
                          "line": 7,
                          "column": 19,
                          "offset": 142
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 16,
                        "offset": 139
                      },
                      "end": {
                        "line": 7,
                        "column": 20,
                        "offset": 143
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 19,
                    "offset": 120
                  },
                  "end": {
                    "line": 8,
                    "column": 13,
                    "offset": 158
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 6,
                  "column": 19,
                  "offset": 120
                },
                "end": {
                  "line": 8,
                  "column": 13,
                  "offset": 158
                }
              }
            },
            "alternate": null,
            "loc": {
              "start": {
                "line": 6,
                "column": 12,
                "offset": 113
              },
              "end": {
                "line": 8,
                "column": 13,
                "offset": 158
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 21,
            "offset": 21
          },
          "end": {
            "line": 9,
            "column": 9,
            "offset": 169
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 8,
          "offset": 8
        },
        "end": {
          "line": 9,
          "column": 9,
          "offset": 169
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 10,
      "column": 0,
      "offset": 170
    }
  }
}
