{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ForStatement",
      "init": null,
      "test": {
        "type": "CallExpression",
        "callee": {
          "type": "IdentifierExpression",
          "name": "a",
          "loc": {
            "start": {
              "line": 1,
              "column": 6,
              "offset": 6
            },
            "end": {
              "line": 1,
              "column": 7,
              "offset": 7
            }
          }
        },
        "arguments": [],
        "loc": {
          "start": {
            "line": 1,
            "column": 6,
            "offset": 6
          },
          "end": {
            "line": 1,
            "column": 9,
            "offset": 9
          }
        }
      },
      "update": null,
      "body": {
        "type": "IfStatement",
        "test": {
          "type": "CallExpression",
          "callee": {
            "type": "IdentifierExpression",
            "name": "b",
            "loc": {
              "start": {
                "line": 2,
                "column": 8,
                "offset": 20
              },
              "end": {
                "line": 2,
                "column": 9,
                "offset": 21
              }
            }
          },
          "arguments": [],
          "loc": {
            "start": {
              "line": 2,
              "column": 8,
              "offset": 20
            },
            "end": {
              "line": 2,
              "column": 11,
              "offset": 23
            }
          }
        },
        "consequent": {
          "type": "BreakStatement",
          "label": null,
          "loc": {
            "start": {
              "line": 2,
              "column": 13,
              "offset": 25
            },
            "end": {
              "line": 2,
              "column": 19,
              "offset": 31
            }
          }
        },
        "alternate": null,
        "loc": {
          "start": {
            "line": 2,
            "column": 4,
            "offset": 16
          },
          "end": {
            "line": 2,
            "column": 19,
            "offset": 31
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 2,
          "column": 19,
          "offset": 31
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 2,
      "column": 19,
      "offset": 31
    }
  }
}
