{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "VariableDeclarationStatement",
      "declaration": {
        "type": "VariableDeclaration",
        "kind": "var",
        "declarators": [
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 4,
                  "offset": 4
                },
                "end": {
                  "line": 1,
                  "column": 5,
                  "offset": 5
                }
              }
            },
            "init": {
              "type": "ObjectExpression",
              "properties": [
                {
                  "type": "DataProperty",
                  "name": {
                    "type": "StaticPropertyName",
                    "value": "b",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 4,
                        "offset": 14
                      },
                      "end": {
                        "line": 2,
                        "column": 5,
                        "offset": 15
                      }
                    }
                  },
                  "expression": {
                    "type": "LiteralNullExpression",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 7,
                        "offset": 17
                      },
                      "end": {
                        "line": 2,
                        "column": 11,
                        "offset": 21
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 4,
                      "offset": 14
                    },
                    "end": {
                      "line": 2,
                      "column": 11,
                      "offset": 21
                    }
                  }
                },
                {
                  "type": "Setter",
                  "name": {
                    "type": "StaticPropertyName",
                    "value": "c",
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 8,
                        "offset": 31
                      },
                      "end": {
                        "line": 3,
                        "column": 9,
                        "offset": 32
                      }
                    }
                  },
                  "param": {
                    "type": "BindingIdentifier",
                    "name": "d",
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 10,
                        "offset": 33
                      },
                      "end": {
                        "line": 3,
                        "column": 11,
                        "offset": 34
                      }
                    }
                  },
                  "body": {
                    "type": "FunctionBody",
                    "directives": [],
                    "statements": [],
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 13,
                        "offset": 36
                      },
                      "end": {
                        "line": 4,
                        "column": 5,
                        "offset": 43
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 4,
                      "offset": 27
                    },
                    "end": {
                      "line": 4,
                      "column": 5,
                      "offset": 43
                    }
                  }
                },
                {
                  "type": "Getter",
                  "name": {
                    "type": "StaticPropertyName",
                    "value": "c",
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 8,
                        "offset": 53
                      },
                      "end": {
                        "line": 5,
                        "column": 9,
                        "offset": 54
                      }
                    }
                  },
                  "body": {
                    "type": "FunctionBody",
                    "directives": [],
                    "statements": [
                      {
                        "type": "ReturnStatement",
                        "expression": {
                          "type": "StaticMemberExpression",
                          "object": {
                            "type": "ThisExpression",
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 15,
                                "offset": 74
                              },
                              "end": {
                                "line": 6,
                                "column": 19,
                                "offset": 78
                              }
                            }
                          },
                          "property": "b",
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 15,
                              "offset": 74
                            },
                            "end": {
                              "line": 6,
                              "column": 21,
                              "offset": 80
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 8,
                            "offset": 67
                          },
                          "end": {
                            "line": 6,
                            "column": 22,
                            "offset": 81
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 12,
                        "offset": 57
                      },
                      "end": {
                        "line": 7,
                        "column": 5,
                        "offset": 87
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 5,
                      "column": 4,
                      "offset": 49
                    },
                    "end": {
                      "line": 7,
                      "column": 5,
                      "offset": 87
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 8,
                  "offset": 8
                },
                "end": {
                  "line": 8,
                  "column": 1,
                  "offset": 89
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 4,
                "offset": 4
              },
              "end": {
                "line": 8,
                "column": 1,
                "offset": 89
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0,
            "offset": 0
          },
          "end": {
            "line": 8,
            "column": 1,
            "offset": 89
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 8,
          "column": 1,
          "offset": 89
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 8,
      "column": 1,
      "offset": 89
    }
  }
}
