{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "UnaryExpression",
        "operator": "void",
        "operand": {
          "type": "CallExpression",
          "callee": {
            "type": "StaticMemberExpression",
            "object": {
              "type": "FunctionExpression",
              "isAsync": false,
              "isGenerator": false,
              "name": null,
              "params": {
                "type": "FormalParameters",
                "items": [],
                "rest": null,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 14,
                    "offset": 41
                  },
                  "end": {
                    "line": 2,
                    "column": 16,
                    "offset": 43
                  }
                }
              },
              "body": {
                "type": "FunctionBody",
                "directives": [],
                "statements": [
                  {
                    "type": "VariableDeclarationStatement",
                    "declaration": {
                      "type": "VariableDeclaration",
                      "kind": "var",
                      "declarators": [
                        {
                          "type": "VariableDeclarator",
                          "binding": {
                            "type": "BindingIdentifier",
                            "name": "a",
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 6,
                                "offset": 52
                              },
                              "end": {
                                "line": 3,
                                "column": 7,
                                "offset": 53
                              }
                            }
                          },
                          "init": null,
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 6,
                              "offset": 52
                            },
                            "end": {
                              "line": 3,
                              "column": 7,
                              "offset": 53
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 2,
                          "offset": 48
                        },
                        "end": {
                          "line": 3,
                          "column": 7,
                          "offset": 53
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 2,
                        "offset": 48
                      },
                      "end": {
                        "line": 3,
                        "column": 8,
                        "offset": 54
                      }
                    }
                  },
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "AssignmentExpression",
                      "binding": {
                        "type": "AssignmentTargetIdentifier",
                        "name": "a",
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 2,
                            "offset": 88
                          },
                          "end": {
                            "line": 4,
                            "column": 3,
                            "offset": 89
                          }
                        }
                      },
                      "expression": {
                        "type": "FunctionExpression",
                        "isAsync": false,
                        "isGenerator": false,
                        "name": null,
                        "params": {
                          "type": "FormalParameters",
                          "items": [],
                          "rest": null,
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 15,
                              "offset": 101
                            },
                            "end": {
                              "line": 4,
                              "column": 17,
                              "offset": 103
                            }
                          }
                        },
                        "body": {
                          "type": "FunctionBody",
                          "directives": [],
                          "statements": [
                            {
                              "type": "ReturnStatement",
                              "expression": {
                                "type": "LiteralNumericExpression",
                                "value": 1,
                                "loc": {
                                  "start": {
                                    "line": 5,
                                    "column": 11,
                                    "offset": 177
                                  },
                                  "end": {
                                    "line": 5,
                                    "column": 12,
                                    "offset": 178
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 4,
                                  "offset": 170
                                },
                                "end": {
                                  "line": 5,
                                  "column": 13,
                                  "offset": 179
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 18,
                              "offset": 104
                            },
                            "end": {
                              "line": 6,
                              "column": 3,
                              "offset": 183
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 6,
                            "offset": 92
                          },
                          "end": {
                            "line": 6,
                            "column": 3,
                            "offset": 183
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 2,
                          "offset": 88
                        },
                        "end": {
                          "line": 6,
                          "column": 3,
                          "offset": 183
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 2,
                        "offset": 88
                      },
                      "end": {
                        "line": 6,
                        "column": 4,
                        "offset": 184
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 17,
                    "offset": 44
                  },
                  "end": {
                    "line": 7,
                    "column": 1,
                    "offset": 186
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 5,
                  "offset": 32
                },
                "end": {
                  "line": 7,
                  "column": 1,
                  "offset": 186
                }
              }
            },
            "property": "b",
            "loc": {
              "start": {
                "line": 2,
                "column": 5,
                "offset": 32
              },
              "end": {
                "line": 7,
                "column": 3,
                "offset": 188
              }
            }
          },
          "arguments": [
            {
              "type": "ThisExpression",
              "loc": {
                "start": {
                  "line": 7,
                  "column": 4,
                  "offset": 189
                },
                "end": {
                  "line": 7,
                  "column": 8,
                  "offset": 193
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 5,
              "offset": 32
            },
            "end": {
              "line": 7,
              "column": 9,
              "offset": 194
            }
          }
        },
        "loc": {
          "start": {
            "line": 2,
            "column": 0,
            "offset": 27
          },
          "end": {
            "line": 7,
            "column": 9,
            "offset": 194
          }
        }
      },
      "loc": {
        "start": {
          "line": 2,
          "column": 0,
          "offset": 27
        },
        "end": {
          "line": 7,
          "column": 10,
          "offset": 195
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 8,
      "column": 0,
      "offset": 196
    }
  }
}
