{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ForStatement",
      "init": {
        "type": "VariableDeclaration",
        "kind": "var",
        "declarators": [
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 8,
                  "offset": 8
                },
                "end": {
                  "line": 1,
                  "column": 9,
                  "offset": 9
                }
              }
            },
            "init": {
              "type": "LiteralNumericExpression",
              "value": 1,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 12,
                  "offset": 12
                },
                "end": {
                  "line": 1,
                  "column": 13,
                  "offset": 13
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 8,
                "offset": 8
              },
              "end": {
                "line": 1,
                "column": 13,
                "offset": 13
              }
            }
          },
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "b",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 15,
                  "offset": 15
                },
                "end": {
                  "line": 1,
                  "column": 16,
                  "offset": 16
                }
              }
            },
            "init": {
              "type": "LiteralNumericExpression",
              "value": 2,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 19,
                  "offset": 19
                },
                "end": {
                  "line": 1,
                  "column": 20,
                  "offset": 20
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 15,
                "offset": 15
              },
              "end": {
                "line": 1,
                "column": 20,
                "offset": 20
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 4,
            "offset": 4
          },
          "end": {
            "line": 1,
            "column": 20,
            "offset": 20
          }
        }
      },
      "test": null,
      "update": null,
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 1,
            "column": 23,
            "offset": 23
          },
          "end": {
            "line": 1,
            "column": 24,
            "offset": 24
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 24,
          "offset": 24
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 1,
      "column": 24,
      "offset": 24
    }
  }
}
