{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "StaticMemberExpression",
          "object": {
            "type": "CallExpression",
            "callee": {
              "type": "StaticMemberExpression",
              "object": {
                "type": "CallExpression",
                "callee": {
                  "type": "StaticMemberExpression",
                  "object": {
                    "type": "IdentifierExpression",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 0,
                        "offset": 0
                      },
                      "end": {
                        "line": 1,
                        "column": 1,
                        "offset": 1
                      }
                    }
                  },
                  "property": "b",
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 0,
                      "offset": 0
                    },
                    "end": {
                      "line": 1,
                      "column": 3,
                      "offset": 3
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "LiteralStringExpression",
                    "value": "c",
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 4,
                        "offset": 4
                      },
                      "end": {
                        "line": 1,
                        "column": 7,
                        "offset": 7
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 0,
                    "offset": 0
                  },
                  "end": {
                    "line": 1,
                    "column": 8,
                    "offset": 8
                  }
                }
              },
              "property": "d",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 0,
                  "offset": 0
                },
                "end": {
                  "line": 2,
                  "column": 5,
                  "offset": 15
                }
              }
            },
            "arguments": [
              {
                "type": "LiteralStringExpression",
                "value": "e",
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 6,
                    "offset": 16
                  },
                  "end": {
                    "line": 2,
                    "column": 9,
                    "offset": 19
                  }
                }
              },
              {
                "type": "FunctionExpression",
                "isAsync": false,
                "isGenerator": false,
                "name": null,
                "params": {
                  "type": "FormalParameters",
                  "items": [
                    {
                      "type": "BindingIdentifier",
                      "name": "f",
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 17,
                          "offset": 60
                        },
                        "end": {
                          "line": 4,
                          "column": 18,
                          "offset": 61
                        }
                      }
                    }
                  ],
                  "rest": null,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 16,
                      "offset": 59
                    },
                    "end": {
                      "line": 4,
                      "column": 19,
                      "offset": 62
                    }
                  }
                },
                "body": {
                  "type": "FunctionBody",
                  "directives": [],
                  "statements": [
                    {
                      "type": "ReturnStatement",
                      "expression": {
                        "type": "IdentifierExpression",
                        "name": "f",
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 19,
                            "offset": 84
                          },
                          "end": {
                            "line": 5,
                            "column": 20,
                            "offset": 85
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 12,
                          "offset": 77
                        },
                        "end": {
                          "line": 5,
                          "column": 21,
                          "offset": 86
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 20,
                      "offset": 63
                    },
                    "end": {
                      "line": 6,
                      "column": 9,
                      "offset": 96
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 8,
                    "offset": 51
                  },
                  "end": {
                    "line": 6,
                    "column": 9,
                    "offset": 96
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 0,
                "offset": 0
              },
              "end": {
                "line": 6,
                "column": 10,
                "offset": 97
              }
            }
          },
          "property": "g",
          "loc": {
            "start": {
              "line": 1,
              "column": 0,
              "offset": 0
            },
            "end": {
              "line": 7,
              "column": 5,
              "offset": 104
            }
          }
        },
        "arguments": [
          {
            "type": "LiteralStringExpression",
            "value": "h",
            "loc": {
              "start": {
                "line": 7,
                "column": 6,
                "offset": 105
              },
              "end": {
                "line": 7,
                "column": 9,
                "offset": 108
              }
            }
          },
          {
            "type": "FunctionExpression",
            "isAsync": false,
            "isGenerator": false,
            "name": null,
            "params": {
              "type": "FormalParameters",
              "items": [
                {
                  "type": "BindingIdentifier",
                  "name": "i",
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 17,
                      "offset": 149
                    },
                    "end": {
                      "line": 9,
                      "column": 18,
                      "offset": 150
                    }
                  }
                }
              ],
              "rest": null,
              "loc": {
                "start": {
                  "line": 9,
                  "column": 16,
                  "offset": 148
                },
                "end": {
                  "line": 9,
                  "column": 19,
                  "offset": 151
                }
              }
            },
            "body": {
              "type": "FunctionBody",
              "directives": [],
              "statements": [
                {
                  "type": "ReturnStatement",
                  "expression": {
                    "type": "IdentifierExpression",
                    "name": "i",
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 19,
                        "offset": 173
                      },
                      "end": {
                        "line": 10,
                        "column": 20,
                        "offset": 174
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 12,
                      "offset": 166
                    },
                    "end": {
                      "line": 10,
                      "column": 21,
                      "offset": 175
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 9,
                  "column": 20,
                  "offset": 152
                },
                "end": {
                  "line": 11,
                  "column": 9,
                  "offset": 185
                }
              }
            },
            "loc": {
              "start": {
                "line": 9,
                "column": 8,
                "offset": 140
              },
              "end": {
                "line": 11,
                "column": 9,
                "offset": 185
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0,
            "offset": 0
          },
          "end": {
            "line": 11,
            "column": 10,
            "offset": 186
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 11,
          "column": 10,
          "offset": 186
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 11,
      "column": 10,
      "offset": 186
    }
  }
}
