{
  "type": "Script",
  "span": {
    "start": 36,
    "end": 129,
    "ctxt": 0
  },
  "body": [
    {
      "type": "ClassDeclaration",
      "identifier": {
        "type": "Identifier",
        "span": {
          "start": 42,
          "end": 43,
          "ctxt": 0
        },
        "value": "C",
        "optional": false
      },
      "declare": false,
      "span": {
        "start": 36,
        "end": 129,
        "ctxt": 0
      },
      "decorators": [],
      "body": [
        {
          "type": "ClassMethod",
          "span": {
            "start": 50,
            "end": 91,
            "ctxt": 0
          },
          "key": {
            "type": "Computed",
            "span": {
              "start": 54,
              "end": 74,
              "ctxt": 0
            },
            "expression": {
              "type": "MemberExpression",
              "span": {
                "start": 55,
                "end": 73,
                "ctxt": 0
              },
              "object": {
                "type": "Identifier",
                "span": {
                  "start": 55,
                  "end": 61,
                  "ctxt": 0
                },
                "value": "Symbol",
                "optional": false
              },
              "property": {
                "type": "Identifier",
                "span": {
                  "start": 62,
                  "end": 73,
                  "ctxt": 0
                },
                "value": "toPrimitive",
                "optional": false
              }
            }
          },
          "function": {
            "params": [],
            "decorators": [],
            "span": {
              "start": 50,
              "end": 91,
              "ctxt": 0
            },
            "body": {
              "type": "BlockStatement",
              "span": {
                "start": 77,
                "end": 91,
                "ctxt": 0
              },
              "stmts": [
                {
                  "type": "ReturnStatement",
                  "span": {
                    "start": 79,
                    "end": 89,
                    "ctxt": 0
                  },
                  "argument": {
                    "type": "StringLiteral",
                    "span": {
                      "start": 86,
                      "end": 88,
                      "ctxt": 0
                    },
                    "value": "",
                    "hasEscape": false,
                    "kind": {
                      "type": "normal",
                      "containsQuote": true
                    }
                  }
                }
              ]
            },
            "generator": false,
            "async": false,
            "typeParameters": null,
            "returnType": null
          },
          "kind": "getter",
          "isStatic": false,
          "accessibility": null,
          "isAbstract": false,
          "isOptional": false,
          "isOverride": false
        },
        {
          "type": "ClassMethod",
          "span": {
            "start": 96,
            "end": 127,
            "ctxt": 0
          },
          "key": {
            "type": "Computed",
            "span": {
              "start": 100,
              "end": 120,
              "ctxt": 0
            },
            "expression": {
              "type": "MemberExpression",
              "span": {
                "start": 101,
                "end": 119,
                "ctxt": 0
              },
              "object": {
                "type": "Identifier",
                "span": {
                  "start": 101,
                  "end": 107,
                  "ctxt": 0
                },
                "value": "Symbol",
                "optional": false
              },
              "property": {
                "type": "Identifier",
                "span": {
                  "start": 108,
                  "end": 119,
                  "ctxt": 0
                },
                "value": "toStringTag",
                "optional": false
              }
            }
          },
          "function": {
            "params": [
              {
                "type": "Parameter",
                "span": {
                  "start": 121,
                  "end": 122,
                  "ctxt": 0
                },
                "decorators": [],
                "pat": {
                  "type": "Identifier",
                  "span": {
                    "start": 121,
                    "end": 122,
                    "ctxt": 0
                  },
                  "value": "x",
                  "optional": false,
                  "typeAnnotation": null
                }
              }
            ],
            "decorators": [],
            "span": {
              "start": 96,
              "end": 127,
              "ctxt": 0
            },
            "body": {
              "type": "BlockStatement",
              "span": {
                "start": 124,
                "end": 127,
                "ctxt": 0
              },
              "stmts": []
            },
            "generator": false,
            "async": false,
            "typeParameters": null,
            "returnType": null
          },
          "kind": "setter",
          "isStatic": false,
          "accessibility": null,
          "isAbstract": false,
          "isOptional": false,
          "isOverride": false
        }
      ],
      "superClass": null,
      "isAbstract": false,
      "typeParams": null,
      "superTypeParams": null,
      "implements": []
    }
  ],
  "interpreter": null
}