{
  "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": [],
        "rest": null,
        "loc": {
          "start": {
            "line": 1,
            "column": 10,
            "offset": 10
          },
          "end": {
            "line": 1,
            "column": 12,
            "offset": 12
          }
        }
      },
      "body": {
        "type": "FunctionBody",
        "directives": [],
        "statements": [
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "CallExpression",
              "callee": {
                "type": "IdentifierExpression",
                "name": "b",
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 4,
                    "offset": 19
                  },
                  "end": {
                    "line": 2,
                    "column": 5,
                    "offset": 20
                  }
                }
              },
              "arguments": [],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 4,
                  "offset": 19
                },
                "end": {
                  "line": 2,
                  "column": 7,
                  "offset": 22
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 4,
                "offset": 19
              },
              "end": {
                "line": 2,
                "column": 8,
                "offset": 23
              }
            }
          },
          {
            "type": "VariableDeclarationStatement",
            "declaration": {
              "type": "VariableDeclaration",
              "kind": "var",
              "declarators": [
                {
                  "type": "VariableDeclarator",
                  "binding": {
                    "type": "BindingIdentifier",
                    "name": "c",
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 8,
                        "offset": 32
                      },
                      "end": {
                        "line": 3,
                        "column": 9,
                        "offset": 33
                      }
                    }
                  },
                  "init": null,
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 8,
                      "offset": 32
                    },
                    "end": {
                      "line": 3,
                      "column": 9,
                      "offset": 33
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 4,
                  "offset": 28
                },
                "end": {
                  "line": 3,
                  "column": 9,
                  "offset": 33
                }
              }
            },
            "loc": {
              "start": {
                "line": 3,
                "column": 4,
                "offset": 28
              },
              "end": {
                "line": 3,
                "column": 10,
                "offset": 34
              }
            }
          },
          {
            "type": "VariableDeclarationStatement",
            "declaration": {
              "type": "VariableDeclaration",
              "kind": "var",
              "declarators": [
                {
                  "type": "VariableDeclarator",
                  "binding": {
                    "type": "BindingIdentifier",
                    "name": "d",
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 8,
                        "offset": 43
                      },
                      "end": {
                        "line": 4,
                        "column": 9,
                        "offset": 44
                      }
                    }
                  },
                  "init": null,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 8,
                      "offset": 43
                    },
                    "end": {
                      "line": 4,
                      "column": 9,
                      "offset": 44
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4,
                  "offset": 39
                },
                "end": {
                  "line": 4,
                  "column": 9,
                  "offset": 44
                }
              }
            },
            "loc": {
              "start": {
                "line": 4,
                "column": 4,
                "offset": 39
              },
              "end": {
                "line": 4,
                "column": 10,
                "offset": 45
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 13,
            "offset": 13
          },
          "end": {
            "line": 5,
            "column": 1,
            "offset": 47
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 5,
          "column": 1,
          "offset": 47
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "isAsync": false,
      "isGenerator": false,
      "name": {
        "type": "BindingIdentifier",
        "name": "e",
        "loc": {
          "start": {
            "line": 6,
            "column": 9,
            "offset": 57
          },
          "end": {
            "line": 6,
            "column": 10,
            "offset": 58
          }
        }
      },
      "params": {
        "type": "FormalParameters",
        "items": [
          {
            "type": "BindingIdentifier",
            "name": "f",
            "loc": {
              "start": {
                "line": 6,
                "column": 11,
                "offset": 59
              },
              "end": {
                "line": 6,
                "column": 12,
                "offset": 60
              }
            }
          }
        ],
        "rest": null,
        "loc": {
          "start": {
            "line": 6,
            "column": 10,
            "offset": 58
          },
          "end": {
            "line": 6,
            "column": 13,
            "offset": 61
          }
        }
      },
      "body": {
        "type": "FunctionBody",
        "directives": [],
        "statements": [
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "CallExpression",
              "callee": {
                "type": "IdentifierExpression",
                "name": "b",
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 4,
                    "offset": 68
                  },
                  "end": {
                    "line": 7,
                    "column": 5,
                    "offset": 69
                  }
                }
              },
              "arguments": [],
              "loc": {
                "start": {
                  "line": 7,
                  "column": 4,
                  "offset": 68
                },
                "end": {
                  "line": 7,
                  "column": 7,
                  "offset": 71
                }
              }
            },
            "loc": {
              "start": {
                "line": 7,
                "column": 4,
                "offset": 68
              },
              "end": {
                "line": 7,
                "column": 8,
                "offset": 72
              }
            }
          },
          {
            "type": "VariableDeclarationStatement",
            "declaration": {
              "type": "VariableDeclaration",
              "kind": "var",
              "declarators": [
                {
                  "type": "VariableDeclarator",
                  "binding": {
                    "type": "BindingIdentifier",
                    "name": "c",
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 8,
                        "offset": 81
                      },
                      "end": {
                        "line": 8,
                        "column": 9,
                        "offset": 82
                      }
                    }
                  },
                  "init": null,
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 8,
                      "offset": 81
                    },
                    "end": {
                      "line": 8,
                      "column": 9,
                      "offset": 82
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 8,
                  "column": 4,
                  "offset": 77
                },
                "end": {
                  "line": 8,
                  "column": 9,
                  "offset": 82
                }
              }
            },
            "loc": {
              "start": {
                "line": 8,
                "column": 4,
                "offset": 77
              },
              "end": {
                "line": 8,
                "column": 10,
                "offset": 83
              }
            }
          },
          {
            "type": "VariableDeclarationStatement",
            "declaration": {
              "type": "VariableDeclaration",
              "kind": "var",
              "declarators": [
                {
                  "type": "VariableDeclarator",
                  "binding": {
                    "type": "BindingIdentifier",
                    "name": "f",
                    "loc": {
                      "start": {
                        "line": 9,
                        "column": 8,
                        "offset": 92
                      },
                      "end": {
                        "line": 9,
                        "column": 9,
                        "offset": 93
                      }
                    }
                  },
                  "init": null,
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 8,
                      "offset": 92
                    },
                    "end": {
                      "line": 9,
                      "column": 9,
                      "offset": 93
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 4,
                  "offset": 88
                },
                "end": {
                  "line": 9,
                  "column": 9,
                  "offset": 93
                }
              }
            },
            "loc": {
              "start": {
                "line": 9,
                "column": 4,
                "offset": 88
              },
              "end": {
                "line": 9,
                "column": 10,
                "offset": 94
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 6,
            "column": 14,
            "offset": 62
          },
          "end": {
            "line": 10,
            "column": 1,
            "offset": 96
          }
        }
      },
      "loc": {
        "start": {
          "line": 6,
          "column": 0,
          "offset": 48
        },
        "end": {
          "line": 10,
          "column": 1,
          "offset": 96
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 10,
      "column": 1,
      "offset": 96
    }
  }
}
