{
  "type": "Script",
  "directives": [
    {
      "type": "Directive",
      "rawValue": "use strict",
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 13,
          "offset": 13
        }
      }
    }
  ],
  "statements": [
    {
      "type": "BlockStatement",
      "block": {
        "type": "Block",
        "statements": [
          {
            "type": "VariableDeclarationStatement",
            "declaration": {
              "type": "VariableDeclaration",
              "kind": "var",
              "declarators": [
                {
                  "type": "VariableDeclarator",
                  "binding": {
                    "type": "BindingIdentifier",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 8,
                        "offset": 24
                      },
                      "end": {
                        "line": 3,
                        "column": 9,
                        "offset": 25
                      }
                    }
                  },
                  "init": {
                    "type": "LiteralNumericExpression",
                    "value": 1,
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 12,
                        "offset": 28
                      },
                      "end": {
                        "line": 3,
                        "column": 13,
                        "offset": 29
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 8,
                      "offset": 24
                    },
                    "end": {
                      "line": 3,
                      "column": 13,
                      "offset": 29
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 4,
                  "offset": 20
                },
                "end": {
                  "line": 3,
                  "column": 13,
                  "offset": 29
                }
              }
            },
            "loc": {
              "start": {
                "line": 3,
                "column": 4,
                "offset": 20
              },
              "end": {
                "line": 3,
                "column": 14,
                "offset": 30
              }
            }
          },
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "CallExpression",
              "callee": {
                "type": "IdentifierExpression",
                "name": "b",
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 4,
                    "offset": 35
                  },
                  "end": {
                    "line": 4,
                    "column": 5,
                    "offset": 36
                  }
                }
              },
              "arguments": [],
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4,
                  "offset": 35
                },
                "end": {
                  "line": 4,
                  "column": 7,
                  "offset": 38
                }
              }
            },
            "loc": {
              "start": {
                "line": 4,
                "column": 4,
                "offset": 35
              },
              "end": {
                "line": 4,
                "column": 8,
                "offset": 39
              }
            }
          },
          {
            "type": "BlockStatement",
            "block": {
              "type": "Block",
              "statements": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "IdentifierExpression",
                      "name": "b",
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 8,
                          "offset": 54
                        },
                        "end": {
                          "line": 6,
                          "column": 9,
                          "offset": 55
                        }
                      }
                    },
                    "arguments": [],
                    "loc": {
                      "start": {
                        "line": 6,
                        "column": 8,
                        "offset": 54
                      },
                      "end": {
                        "line": 6,
                        "column": 11,
                        "offset": 57
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 8,
                      "offset": 54
                    },
                    "end": {
                      "line": 6,
                      "column": 12,
                      "offset": 58
                    }
                  }
                },
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "IdentifierExpression",
                      "name": "b",
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8,
                          "offset": 67
                        },
                        "end": {
                          "line": 7,
                          "column": 9,
                          "offset": 68
                        }
                      }
                    },
                    "arguments": [],
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 8,
                        "offset": 67
                      },
                      "end": {
                        "line": 7,
                        "column": 11,
                        "offset": 70
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 8,
                      "offset": 67
                    },
                    "end": {
                      "line": 7,
                      "column": 12,
                      "offset": 71
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 5,
                  "column": 4,
                  "offset": 44
                },
                "end": {
                  "line": 8,
                  "column": 5,
                  "offset": 77
                }
              }
            },
            "loc": {
              "start": {
                "line": 5,
                "column": 4,
                "offset": 44
              },
              "end": {
                "line": 8,
                "column": 5,
                "offset": 77
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 2,
            "column": 0,
            "offset": 14
          },
          "end": {
            "line": 9,
            "column": 1,
            "offset": 79
          }
        }
      },
      "loc": {
        "start": {
          "line": 2,
          "column": 0,
          "offset": 14
        },
        "end": {
          "line": 9,
          "column": 1,
          "offset": 79
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 10,
      "column": 0,
      "offset": 80
    }
  }
}
