{
  "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": "StaticMemberExpression",
                "object": {
                  "type": "IdentifierExpression",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 4,
                      "offset": 19
                    },
                    "end": {
                      "line": 2,
                      "column": 5,
                      "offset": 20
                    }
                  }
                },
                "property": "c",
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 4,
                    "offset": 19
                  },
                  "end": {
                    "line": 2,
                    "column": 7,
                    "offset": 22
                  }
                }
              },
              "arguments": [
                {
                  "type": "LiteralStringExpression",
                  "value": "d",
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 8,
                      "offset": 23
                    },
                    "end": {
                      "line": 2,
                      "column": 11,
                      "offset": 26
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 4,
                  "offset": 19
                },
                "end": {
                  "line": 2,
                  "column": 12,
                  "offset": 27
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 4,
                "offset": 19
              },
              "end": {
                "line": 2,
                "column": 13,
                "offset": 28
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 13,
            "offset": 13
          },
          "end": {
            "line": 3,
            "column": 1,
            "offset": 30
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 3,
          "column": 1,
          "offset": 30
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "IdentifierExpression",
          "name": "a",
          "loc": {
            "start": {
              "line": 4,
              "column": 0,
              "offset": 31
            },
            "end": {
              "line": 4,
              "column": 1,
              "offset": 32
            }
          }
        },
        "arguments": [],
        "loc": {
          "start": {
            "line": 4,
            "column": 0,
            "offset": 31
          },
          "end": {
            "line": 4,
            "column": 3,
            "offset": 34
          }
        }
      },
      "loc": {
        "start": {
          "line": 4,
          "column": 0,
          "offset": 31
        },
        "end": {
          "line": 4,
          "column": 4,
          "offset": 35
        }
      }
    },
    {
      "type": "BlockStatement",
      "block": {
        "type": "Block",
        "statements": [],
        "loc": {
          "start": {
            "line": 5,
            "column": 0,
            "offset": 36
          },
          "end": {
            "line": 6,
            "column": 1,
            "offset": 39
          }
        }
      },
      "loc": {
        "start": {
          "line": 5,
          "column": 0,
          "offset": 36
        },
        "end": {
          "line": 6,
          "column": 1,
          "offset": 39
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "isAsync": false,
      "isGenerator": false,
      "name": {
        "type": "BindingIdentifier",
        "name": "a",
        "loc": {
          "start": {
            "line": 7,
            "column": 9,
            "offset": 49
          },
          "end": {
            "line": 7,
            "column": 10,
            "offset": 50
          }
        }
      },
      "params": {
        "type": "FormalParameters",
        "items": [],
        "rest": null,
        "loc": {
          "start": {
            "line": 7,
            "column": 10,
            "offset": 50
          },
          "end": {
            "line": 7,
            "column": 12,
            "offset": 52
          }
        }
      },
      "body": {
        "type": "FunctionBody",
        "directives": [],
        "statements": [
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "CallExpression",
              "callee": {
                "type": "StaticMemberExpression",
                "object": {
                  "type": "IdentifierExpression",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 4,
                      "offset": 59
                    },
                    "end": {
                      "line": 8,
                      "column": 5,
                      "offset": 60
                    }
                  }
                },
                "property": "c",
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 4,
                    "offset": 59
                  },
                  "end": {
                    "line": 8,
                    "column": 7,
                    "offset": 62
                  }
                }
              },
              "arguments": [
                {
                  "type": "LiteralStringExpression",
                  "value": "e",
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 8,
                      "offset": 63
                    },
                    "end": {
                      "line": 8,
                      "column": 11,
                      "offset": 66
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 8,
                  "column": 4,
                  "offset": 59
                },
                "end": {
                  "line": 8,
                  "column": 12,
                  "offset": 67
                }
              }
            },
            "loc": {
              "start": {
                "line": 8,
                "column": 4,
                "offset": 59
              },
              "end": {
                "line": 8,
                "column": 13,
                "offset": 68
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 7,
            "column": 13,
            "offset": 53
          },
          "end": {
            "line": 9,
            "column": 1,
            "offset": 70
          }
        }
      },
      "loc": {
        "start": {
          "line": 7,
          "column": 0,
          "offset": 40
        },
        "end": {
          "line": 9,
          "column": 1,
          "offset": 70
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 10,
      "column": 0,
      "offset": 71
    }
  }
}
