{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "FunctionDeclaration",
      "isAsync": false,
      "isGenerator": false,
      "name": {
        "type": "BindingIdentifier",
        "name": "a",
        "loc": {
          "start": {
            "line": 1,
            "column": 9,
            "offset": 9
          },
          "end": {
            "line": 1,
            "column": 10,
            "offset": 10
          }
        }
      },
      "params": {
        "type": "FormalParameters",
        "items": [],
        "rest": null,
        "loc": {
          "start": {
            "line": 1,
            "column": 10,
            "offset": 10
          },
          "end": {
            "line": 1,
            "column": 12,
            "offset": 12
          }
        }
      },
      "body": {
        "type": "FunctionBody",
        "directives": [],
        "statements": [],
        "loc": {
          "start": {
            "line": 1,
            "column": 13,
            "offset": 13
          },
          "end": {
            "line": 2,
            "column": 1,
            "offset": 16
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 2,
          "column": 1,
          "offset": 16
        }
      }
    },
    {
      "type": "VariableDeclarationStatement",
      "declaration": {
        "type": "VariableDeclaration",
        "kind": "var",
        "declarators": [
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "b",
              "loc": {
                "start": {
                  "line": 3,
                  "column": 4,
                  "offset": 21
                },
                "end": {
                  "line": 3,
                  "column": 5,
                  "offset": 22
                }
              }
            },
            "init": {
              "type": "LiteralStringExpression",
              "value": "is a valid variable name",
              "loc": {
                "start": {
                  "line": 3,
                  "column": 8,
                  "offset": 25
                },
                "end": {
                  "line": 3,
                  "column": 34,
                  "offset": 51
                }
              }
            },
            "loc": {
              "start": {
                "line": 3,
                "column": 4,
                "offset": 21
              },
              "end": {
                "line": 3,
                "column": 34,
                "offset": 51
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 3,
            "column": 0,
            "offset": 17
          },
          "end": {
            "line": 3,
            "column": 34,
            "offset": 51
          }
        }
      },
      "loc": {
        "start": {
          "line": 3,
          "column": 0,
          "offset": 17
        },
        "end": {
          "line": 3,
          "column": 35,
          "offset": 52
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "binding": {
          "type": "AssignmentTargetIdentifier",
          "name": "b",
          "loc": {
            "start": {
              "line": 4,
              "column": 0,
              "offset": 53
            },
            "end": {
              "line": 4,
              "column": 1,
              "offset": 54
            }
          }
        },
        "expression": {
          "type": "ObjectExpression",
          "properties": [
            {
              "type": "DataProperty",
              "name": {
                "type": "StaticPropertyName",
                "value": "b",
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 6,
                    "offset": 59
                  },
                  "end": {
                    "line": 4,
                    "column": 7,
                    "offset": 60
                  }
                }
              },
              "expression": {
                "type": "LiteralStringExpression",
                "value": "is ok",
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 9,
                    "offset": 62
                  },
                  "end": {
                    "line": 4,
                    "column": 16,
                    "offset": 69
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 4,
                  "column": 6,
                  "offset": 59
                },
                "end": {
                  "line": 4,
                  "column": 16,
                  "offset": 69
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 4,
              "column": 4,
              "offset": 57
            },
            "end": {
              "line": 4,
              "column": 18,
              "offset": 71
            }
          }
        },
        "loc": {
          "start": {
            "line": 4,
            "column": 0,
            "offset": 53
          },
          "end": {
            "line": 4,
            "column": 18,
            "offset": 71
          }
        }
      },
      "loc": {
        "start": {
          "line": 4,
          "column": 0,
          "offset": 53
        },
        "end": {
          "line": 4,
          "column": 19,
          "offset": 72
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "StaticMemberExpression",
        "object": {
          "type": "IdentifierExpression",
          "name": "c",
          "loc": {
            "start": {
              "line": 5,
              "column": 0,
              "offset": 73
            },
            "end": {
              "line": 5,
              "column": 1,
              "offset": 74
            }
          }
        },
        "property": "b",
        "loc": {
          "start": {
            "line": 5,
            "column": 0,
            "offset": 73
          },
          "end": {
            "line": 5,
            "column": 3,
            "offset": 76
          }
        }
      },
      "loc": {
        "start": {
          "line": 5,
          "column": 0,
          "offset": 73
        },
        "end": {
          "line": 5,
          "column": 4,
          "offset": 77
        }
      }
    },
    {
      "type": "LabeledStatement",
      "label": "b",
      "body": {
        "type": "ExpressionStatement",
        "expression": {
          "type": "CallExpression",
          "callee": {
            "type": "IdentifierExpression",
            "name": "d",
            "loc": {
              "start": {
                "line": 6,
                "column": 3,
                "offset": 81
              },
              "end": {
                "line": 6,
                "column": 4,
                "offset": 82
              }
            }
          },
          "arguments": [],
          "loc": {
            "start": {
              "line": 6,
              "column": 3,
              "offset": 81
            },
            "end": {
              "line": 6,
              "column": 6,
              "offset": 84
            }
          }
        },
        "loc": {
          "start": {
            "line": 6,
            "column": 3,
            "offset": 81
          },
          "end": {
            "line": 6,
            "column": 6,
            "offset": 84
          }
        }
      },
      "loc": {
        "start": {
          "line": 6,
          "column": 0,
          "offset": 78
        },
        "end": {
          "line": 6,
          "column": 6,
          "offset": 84
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 6,
      "column": 6,
      "offset": 84
    }
  }
}
