{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "binding": {
          "type": "AssignmentTargetIdentifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 1,
              "column": 0,
              "offset": 0
            },
            "end": {
              "line": 1,
              "column": 1,
              "offset": 1
            }
          }
        },
        "expression": {
          "type": "ObjectExpression",
          "properties": [
            {
              "type": "Method",
              "isAsync": false,
              "isGenerator": false,
              "name": {
                "type": "StaticPropertyName",
                "value": "b",
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 4,
                    "offset": 10
                  },
                  "end": {
                    "line": 2,
                    "column": 5,
                    "offset": 11
                  }
                }
              },
              "params": {
                "type": "FormalParameters",
                "items": [
                  {
                    "type": "BindingIdentifier",
                    "name": "c",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 6,
                        "offset": 12
                      },
                      "end": {
                        "line": 2,
                        "column": 7,
                        "offset": 13
                      }
                    }
                  },
                  {
                    "type": "BindingIdentifier",
                    "name": "d",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 9,
                        "offset": 15
                      },
                      "end": {
                        "line": 2,
                        "column": 10,
                        "offset": 16
                      }
                    }
                  }
                ],
                "rest": null,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 5,
                    "offset": 11
                  },
                  "end": {
                    "line": 2,
                    "column": 11,
                    "offset": 17
                  }
                }
              },
              "body": {
                "type": "FunctionBody",
                "directives": [],
                "statements": [
                  {
                    "type": "ReturnStatement",
                    "expression": {
                      "type": "IdentifierExpression",
                      "name": "a",
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 15,
                          "offset": 35
                        },
                        "end": {
                          "line": 3,
                          "column": 16,
                          "offset": 36
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 8,
                        "offset": 28
                      },
                      "end": {
                        "line": 3,
                        "column": 17,
                        "offset": 37
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 12,
                    "offset": 18
                  },
                  "end": {
                    "line": 4,
                    "column": 5,
                    "offset": 43
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 4,
                  "offset": 10
                },
                "end": {
                  "line": 4,
                  "column": 5,
                  "offset": 43
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 4,
              "offset": 4
            },
            "end": {
              "line": 5,
              "column": 1,
              "offset": 45
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 0,
            "offset": 0
          },
          "end": {
            "line": 5,
            "column": 1,
            "offset": 45
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 5,
          "column": 1,
          "offset": 45
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "binding": {
          "type": "AssignmentTargetIdentifier",
          "name": "e",
          "loc": {
            "start": {
              "line": 6,
              "column": 0,
              "offset": 46
            },
            "end": {
              "line": 6,
              "column": 1,
              "offset": 47
            }
          }
        },
        "expression": {
          "type": "ObjectExpression",
          "properties": [
            {
              "type": "Method",
              "isAsync": false,
              "isGenerator": false,
              "name": {
                "type": "StaticPropertyName",
                "value": "b",
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 4,
                    "offset": 56
                  },
                  "end": {
                    "line": 7,
                    "column": 5,
                    "offset": 57
                  }
                }
              },
              "params": {
                "type": "FormalParameters",
                "items": [
                  {
                    "type": "ArrayBinding",
                    "elements": [
                      {
                        "type": "ObjectBinding",
                        "properties": [
                          {
                            "type": "BindingPropertyIdentifier",
                            "binding": {
                              "type": "BindingIdentifier",
                              "name": "c",
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 8,
                                  "offset": 60
                                },
                                "end": {
                                  "line": 7,
                                  "column": 9,
                                  "offset": 61
                                }
                              }
                            },
                            "init": null,
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 8,
                                "offset": 60
                              },
                              "end": {
                                "line": 7,
                                "column": 9,
                                "offset": 61
                              }
                            }
                          }
                        ],
                        "rest": null,
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 7,
                            "offset": 59
                          },
                          "end": {
                            "line": 7,
                            "column": 10,
                            "offset": 62
                          }
                        }
                      }
                    ],
                    "rest": null,
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 6,
                        "offset": 58
                      },
                      "end": {
                        "line": 7,
                        "column": 11,
                        "offset": 63
                      }
                    }
                  }
                ],
                "rest": null,
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 5,
                    "offset": 57
                  },
                  "end": {
                    "line": 7,
                    "column": 12,
                    "offset": 64
                  }
                }
              },
              "body": {
                "type": "FunctionBody",
                "directives": [],
                "statements": [
                  {
                    "type": "ReturnStatement",
                    "expression": {
                      "type": "IdentifierExpression",
                      "name": "c",
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 15,
                          "offset": 82
                        },
                        "end": {
                          "line": 8,
                          "column": 16,
                          "offset": 83
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 8,
                        "offset": 75
                      },
                      "end": {
                        "line": 8,
                        "column": 17,
                        "offset": 84
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 13,
                    "offset": 65
                  },
                  "end": {
                    "line": 9,
                    "column": 5,
                    "offset": 90
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 7,
                  "column": 4,
                  "offset": 56
                },
                "end": {
                  "line": 9,
                  "column": 5,
                  "offset": 90
                }
              }
            },
            {
              "type": "Method",
              "isAsync": false,
              "isGenerator": false,
              "name": {
                "type": "StaticPropertyName",
                "value": "f",
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 4,
                    "offset": 96
                  },
                  "end": {
                    "line": 10,
                    "column": 5,
                    "offset": 97
                  }
                }
              },
              "params": {
                "type": "FormalParameters",
                "items": [],
                "rest": null,
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 5,
                    "offset": 97
                  },
                  "end": {
                    "line": 10,
                    "column": 7,
                    "offset": 99
                  }
                }
              },
              "body": {
                "type": "FunctionBody",
                "directives": [],
                "statements": [],
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 7,
                    "offset": 99
                  },
                  "end": {
                    "line": 10,
                    "column": 9,
                    "offset": 101
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 10,
                  "column": 4,
                  "offset": 96
                },
                "end": {
                  "line": 10,
                  "column": 9,
                  "offset": 101
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 4,
              "offset": 50
            },
            "end": {
              "line": 11,
              "column": 1,
              "offset": 103
            }
          }
        },
        "loc": {
          "start": {
            "line": 6,
            "column": 0,
            "offset": 46
          },
          "end": {
            "line": 11,
            "column": 1,
            "offset": 103
          }
        }
      },
      "loc": {
        "start": {
          "line": 6,
          "column": 0,
          "offset": 46
        },
        "end": {
          "line": 11,
          "column": 1,
          "offset": 103
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 11,
      "column": 1,
      "offset": 103
    }
  }
}
