{
  "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
              }
            }
          },
          {
            "type": "BindingIdentifier",
            "name": "c",
            "loc": {
              "start": {
                "line": 1,
                "column": 14,
                "offset": 14
              },
              "end": {
                "line": 1,
                "column": 15,
                "offset": 15
              }
            }
          }
        ],
        "rest": null,
        "loc": {
          "start": {
            "line": 1,
            "column": 10,
            "offset": 10
          },
          "end": {
            "line": 1,
            "column": 16,
            "offset": 16
          }
        }
      },
      "body": {
        "type": "FunctionBody",
        "directives": [],
        "statements": [
          {
            "type": "FunctionDeclaration",
            "isAsync": false,
            "isGenerator": false,
            "name": {
              "type": "BindingIdentifier",
              "name": "d",
              "loc": {
                "start": {
                  "line": 2,
                  "column": 13,
                  "offset": 32
                },
                "end": {
                  "line": 2,
                  "column": 14,
                  "offset": 33
                }
              }
            },
            "params": {
              "type": "FormalParameters",
              "items": [],
              "rest": null,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 14,
                  "offset": 33
                },
                "end": {
                  "line": 2,
                  "column": 16,
                  "offset": 35
                }
              }
            },
            "body": {
              "type": "FunctionBody",
              "directives": [],
              "statements": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "IdentifierExpression",
                      "name": "e",
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 8,
                          "offset": 46
                        },
                        "end": {
                          "line": 3,
                          "column": 9,
                          "offset": 47
                        }
                      }
                    },
                    "arguments": [],
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 8,
                        "offset": 46
                      },
                      "end": {
                        "line": 3,
                        "column": 11,
                        "offset": 49
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 8,
                      "offset": 46
                    },
                    "end": {
                      "line": 3,
                      "column": 12,
                      "offset": 50
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 17,
                  "offset": 36
                },
                "end": {
                  "line": 4,
                  "column": 5,
                  "offset": 56
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 4,
                "offset": 23
              },
              "end": {
                "line": 4,
                "column": 5,
                "offset": 56
              }
            }
          },
          {
            "type": "ReturnStatement",
            "expression": {
              "type": "BinaryExpression",
              "left": {
                "type": "IdentifierExpression",
                "name": "b",
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 11,
                    "offset": 68
                  },
                  "end": {
                    "line": 5,
                    "column": 12,
                    "offset": 69
                  }
                }
              },
              "operator": "+",
              "right": {
                "type": "IdentifierExpression",
                "name": "c",
                "loc": {
                  "start": {
                    "line": 5,
                    "column": 15,
                    "offset": 72
                  },
                  "end": {
                    "line": 5,
                    "column": 16,
                    "offset": 73
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 5,
                  "column": 11,
                  "offset": 68
                },
                "end": {
                  "line": 5,
                  "column": 16,
                  "offset": 73
                }
              }
            },
            "loc": {
              "start": {
                "line": 5,
                "column": 4,
                "offset": 61
              },
              "end": {
                "line": 5,
                "column": 17,
                "offset": 74
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 17,
            "offset": 17
          },
          "end": {
            "line": 6,
            "column": 1,
            "offset": 76
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 6,
          "column": 1,
          "offset": 76
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 6,
      "column": 1,
      "offset": 76
    }
  }
}
