{
  "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": "VariableDeclarationStatement",
            "declaration": {
              "type": "VariableDeclaration",
              "kind": "var",
              "declarators": [
                {
                  "type": "VariableDeclarator",
                  "binding": {
                    "type": "BindingIdentifier",
                    "name": "d",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 8,
                        "offset": 27
                      },
                      "end": {
                        "line": 2,
                        "column": 9,
                        "offset": 28
                      }
                    }
                  },
                  "init": {
                    "type": "FunctionExpression",
                    "isAsync": false,
                    "isGenerator": false,
                    "name": null,
                    "params": {
                      "type": "FormalParameters",
                      "items": [],
                      "rest": null,
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 20,
                          "offset": 39
                        },
                        "end": {
                          "line": 2,
                          "column": 22,
                          "offset": 41
                        }
                      }
                    },
                    "body": {
                      "type": "FunctionBody",
                      "directives": [],
                      "statements": [
                        {
                          "type": "ReturnStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "IdentifierExpression",
                              "name": "e",
                              "loc": {
                                "start": {
                                  "line": 2,
                                  "column": 32,
                                  "offset": 51
                                },
                                "end": {
                                  "line": 2,
                                  "column": 33,
                                  "offset": 52
                                }
                              }
                            },
                            "arguments": [],
                            "loc": {
                              "start": {
                                "line": 2,
                                "column": 32,
                                "offset": 51
                              },
                              "end": {
                                "line": 2,
                                "column": 35,
                                "offset": 54
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 2,
                              "column": 25,
                              "offset": 44
                            },
                            "end": {
                              "line": 2,
                              "column": 35,
                              "offset": 54
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 23,
                          "offset": 42
                        },
                        "end": {
                          "line": 2,
                          "column": 37,
                          "offset": 56
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 12,
                        "offset": 31
                      },
                      "end": {
                        "line": 2,
                        "column": 37,
                        "offset": 56
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 8,
                      "offset": 27
                    },
                    "end": {
                      "line": 2,
                      "column": 37,
                      "offset": 56
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 4,
                  "offset": 23
                },
                "end": {
                  "line": 2,
                  "column": 37,
                  "offset": 56
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 4,
                "offset": 23
              },
              "end": {
                "line": 2,
                "column": 38,
                "offset": 57
              }
            }
          },
          {
            "type": "VariableDeclarationStatement",
            "declaration": {
              "type": "VariableDeclaration",
              "kind": "var",
              "declarators": [
                {
                  "type": "VariableDeclarator",
                  "binding": {
                    "type": "BindingIdentifier",
                    "name": "e",
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 8,
                        "offset": 66
                      },
                      "end": {
                        "line": 3,
                        "column": 9,
                        "offset": 67
                      }
                    }
                  },
                  "init": {
                    "type": "FunctionExpression",
                    "isAsync": false,
                    "isGenerator": false,
                    "name": null,
                    "params": {
                      "type": "FormalParameters",
                      "items": [],
                      "rest": null,
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 20,
                          "offset": 78
                        },
                        "end": {
                          "line": 3,
                          "column": 22,
                          "offset": 80
                        }
                      }
                    },
                    "body": {
                      "type": "FunctionBody",
                      "directives": [],
                      "statements": [
                        {
                          "type": "ReturnStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "IdentifierExpression",
                              "name": "d",
                              "loc": {
                                "start": {
                                  "line": 3,
                                  "column": 32,
                                  "offset": 90
                                },
                                "end": {
                                  "line": 3,
                                  "column": 33,
                                  "offset": 91
                                }
                              }
                            },
                            "arguments": [],
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 32,
                                "offset": 90
                              },
                              "end": {
                                "line": 3,
                                "column": 35,
                                "offset": 93
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 25,
                              "offset": 83
                            },
                            "end": {
                              "line": 3,
                              "column": 35,
                              "offset": 93
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 23,
                          "offset": 81
                        },
                        "end": {
                          "line": 3,
                          "column": 37,
                          "offset": 95
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 12,
                        "offset": 70
                      },
                      "end": {
                        "line": 3,
                        "column": 37,
                        "offset": 95
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 8,
                      "offset": 66
                    },
                    "end": {
                      "line": 3,
                      "column": 37,
                      "offset": 95
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 4,
                  "offset": 62
                },
                "end": {
                  "line": 3,
                  "column": 37,
                  "offset": 95
                }
              }
            },
            "loc": {
              "start": {
                "line": 3,
                "column": 4,
                "offset": 62
              },
              "end": {
                "line": 3,
                "column": 38,
                "offset": 96
              }
            }
          },
          {
            "type": "ReturnStatement",
            "expression": {
              "type": "BinaryExpression",
              "left": {
                "type": "IdentifierExpression",
                "name": "b",
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 11,
                    "offset": 108
                  },
                  "end": {
                    "line": 4,
                    "column": 12,
                    "offset": 109
                  }
                }
              },
              "operator": "+",
              "right": {
                "type": "IdentifierExpression",
                "name": "c",
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 15,
                    "offset": 112
                  },
                  "end": {
                    "line": 4,
                    "column": 16,
                    "offset": 113
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 4,
                  "column": 11,
                  "offset": 108
                },
                "end": {
                  "line": 4,
                  "column": 16,
                  "offset": 113
                }
              }
            },
            "loc": {
              "start": {
                "line": 4,
                "column": 4,
                "offset": 101
              },
              "end": {
                "line": 4,
                "column": 17,
                "offset": 114
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 17,
            "offset": 17
          },
          "end": {
            "line": 5,
            "column": 1,
            "offset": 116
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 5,
          "column": 1,
          "offset": 116
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 5,
      "column": 1,
      "offset": 116
    }
  }
}
