{
  "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": "BindingWithDefault",
            "binding": {
              "type": "BindingIdentifier",
              "name": "b",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 11,
                  "offset": 11
                },
                "end": {
                  "line": 1,
                  "column": 12,
                  "offset": 12
                }
              }
            },
            "init": {
              "type": "LiteralNumericExpression",
              "value": 1,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 15,
                  "offset": 15
                },
                "end": {
                  "line": 1,
                  "column": 16,
                  "offset": 16
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 11,
                "offset": 11
              },
              "end": {
                "line": 1,
                "column": 16,
                "offset": 16
              }
            }
          }
        ],
        "rest": null,
        "loc": {
          "start": {
            "line": 1,
            "column": 10,
            "offset": 10
          },
          "end": {
            "line": 1,
            "column": 17,
            "offset": 17
          }
        }
      },
      "body": {
        "type": "FunctionBody",
        "directives": [],
        "statements": [],
        "loc": {
          "start": {
            "line": 1,
            "column": 18,
            "offset": 18
          },
          "end": {
            "line": 1,
            "column": 21,
            "offset": 21
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 21,
          "offset": 21
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "isAsync": false,
      "isGenerator": false,
      "name": {
        "type": "BindingIdentifier",
        "name": "c",
        "loc": {
          "start": {
            "line": 2,
            "column": 9,
            "offset": 31
          },
          "end": {
            "line": 2,
            "column": 10,
            "offset": 32
          }
        }
      },
      "params": {
        "type": "FormalParameters",
        "items": [
          {
            "type": "BindingWithDefault",
            "binding": {
              "type": "BindingIdentifier",
              "name": "b",
              "loc": {
                "start": {
                  "line": 2,
                  "column": 11,
                  "offset": 33
                },
                "end": {
                  "line": 2,
                  "column": 12,
                  "offset": 34
                }
              }
            },
            "init": {
              "type": "BinaryExpression",
              "left": {
                "type": "LiteralNumericExpression",
                "value": 2,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 16,
                    "offset": 38
                  },
                  "end": {
                    "line": 2,
                    "column": 17,
                    "offset": 39
                  }
                }
              },
              "operator": "+",
              "right": {
                "type": "LiteralNumericExpression",
                "value": 3,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 20,
                    "offset": 42
                  },
                  "end": {
                    "line": 2,
                    "column": 21,
                    "offset": 43
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 16,
                  "offset": 38
                },
                "end": {
                  "line": 2,
                  "column": 21,
                  "offset": 43
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 11,
                "offset": 33
              },
              "end": {
                "line": 2,
                "column": 22,
                "offset": 44
              }
            }
          }
        ],
        "rest": null,
        "loc": {
          "start": {
            "line": 2,
            "column": 10,
            "offset": 32
          },
          "end": {
            "line": 2,
            "column": 23,
            "offset": 45
          }
        }
      },
      "body": {
        "type": "FunctionBody",
        "directives": [],
        "statements": [],
        "loc": {
          "start": {
            "line": 2,
            "column": 24,
            "offset": 46
          },
          "end": {
            "line": 2,
            "column": 27,
            "offset": 49
          }
        }
      },
      "loc": {
        "start": {
          "line": 2,
          "column": 0,
          "offset": 22
        },
        "end": {
          "line": 2,
          "column": 27,
          "offset": 49
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "isAsync": false,
      "isGenerator": false,
      "name": {
        "type": "BindingIdentifier",
        "name": "d",
        "loc": {
          "start": {
            "line": 3,
            "column": 9,
            "offset": 59
          },
          "end": {
            "line": 3,
            "column": 10,
            "offset": 60
          }
        }
      },
      "params": {
        "type": "FormalParameters",
        "items": [
          {
            "type": "BindingWithDefault",
            "binding": {
              "type": "ObjectBinding",
              "properties": [
                {
                  "type": "BindingPropertyIdentifier",
                  "binding": {
                    "type": "BindingIdentifier",
                    "name": "e",
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 13,
                        "offset": 63
                      },
                      "end": {
                        "line": 3,
                        "column": 14,
                        "offset": 64
                      }
                    }
                  },
                  "init": null,
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 13,
                      "offset": 63
                    },
                    "end": {
                      "line": 3,
                      "column": 14,
                      "offset": 64
                    }
                  }
                }
              ],
              "rest": null,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 11,
                  "offset": 61
                },
                "end": {
                  "line": 3,
                  "column": 16,
                  "offset": 66
                }
              }
            },
            "init": {
              "type": "ObjectExpression",
              "properties": [],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 19,
                  "offset": 69
                },
                "end": {
                  "line": 3,
                  "column": 21,
                  "offset": 71
                }
              }
            },
            "loc": {
              "start": {
                "line": 3,
                "column": 11,
                "offset": 61
              },
              "end": {
                "line": 3,
                "column": 21,
                "offset": 71
              }
            }
          },
          {
            "type": "BindingWithDefault",
            "binding": {
              "type": "ArrayBinding",
              "elements": [
                {
                  "type": "BindingIdentifier",
                  "name": "f",
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 25,
                      "offset": 75
                    },
                    "end": {
                      "line": 3,
                      "column": 26,
                      "offset": 76
                    }
                  }
                }
              ],
              "rest": null,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 23,
                  "offset": 73
                },
                "end": {
                  "line": 3,
                  "column": 28,
                  "offset": 78
                }
              }
            },
            "init": {
              "type": "ArrayExpression",
              "elements": [
                {
                  "type": "LiteralNumericExpression",
                  "value": 4,
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 33,
                      "offset": 83
                    },
                    "end": {
                      "line": 3,
                      "column": 34,
                      "offset": 84
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 31,
                  "offset": 81
                },
                "end": {
                  "line": 3,
                  "column": 36,
                  "offset": 86
                }
              }
            },
            "loc": {
              "start": {
                "line": 3,
                "column": 23,
                "offset": 73
              },
              "end": {
                "line": 3,
                "column": 36,
                "offset": 86
              }
            }
          }
        ],
        "rest": null,
        "loc": {
          "start": {
            "line": 3,
            "column": 10,
            "offset": 60
          },
          "end": {
            "line": 3,
            "column": 37,
            "offset": 87
          }
        }
      },
      "body": {
        "type": "FunctionBody",
        "directives": [],
        "statements": [],
        "loc": {
          "start": {
            "line": 3,
            "column": 38,
            "offset": 88
          },
          "end": {
            "line": 3,
            "column": 41,
            "offset": 91
          }
        }
      },
      "loc": {
        "start": {
          "line": 3,
          "column": 0,
          "offset": 50
        },
        "end": {
          "line": 3,
          "column": 41,
          "offset": 91
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 3,
      "column": 41,
      "offset": 91
    }
  }
}
