{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ForStatement",
      "init": {
        "type": "VariableDeclaration",
        "kind": "var",
        "declarators": [
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 9,
                  "offset": 9
                },
                "end": {
                  "line": 1,
                  "column": 10,
                  "offset": 10
                }
              }
            },
            "init": {
              "type": "LiteralNumericExpression",
              "value": 1,
              "loc": {
                "start": {
                  "line": 1,
                  "column": 13,
                  "offset": 13
                },
                "end": {
                  "line": 1,
                  "column": 14,
                  "offset": 14
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 9,
                "offset": 9
              },
              "end": {
                "line": 1,
                "column": 14,
                "offset": 14
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 5,
            "offset": 5
          },
          "end": {
            "line": 1,
            "column": 14,
            "offset": 14
          }
        }
      },
      "test": {
        "type": "BinaryExpression",
        "left": {
          "type": "IdentifierExpression",
          "name": "a",
          "loc": {
            "start": {
              "line": 1,
              "column": 16,
              "offset": 16
            },
            "end": {
              "line": 1,
              "column": 17,
              "offset": 17
            }
          }
        },
        "operator": "<",
        "right": {
          "type": "LiteralNumericExpression",
          "value": 2,
          "loc": {
            "start": {
              "line": 1,
              "column": 20,
              "offset": 20
            },
            "end": {
              "line": 1,
              "column": 21,
              "offset": 21
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 16,
            "offset": 16
          },
          "end": {
            "line": 1,
            "column": 21,
            "offset": 21
          }
        }
      },
      "update": {
        "type": "UpdateExpression",
        "isPrefix": true,
        "operator": "++",
        "operand": {
          "type": "AssignmentTargetIdentifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 1,
              "column": 25,
              "offset": 25
            },
            "end": {
              "line": 1,
              "column": 26,
              "offset": 26
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 23,
            "offset": 23
          },
          "end": {
            "line": 1,
            "column": 26,
            "offset": 26
          }
        }
      },
      "body": {
        "type": "ExpressionStatement",
        "expression": {
          "type": "CallExpression",
          "callee": {
            "type": "FunctionExpression",
            "isAsync": false,
            "isGenerator": false,
            "name": null,
            "params": {
              "type": "FormalParameters",
              "items": [],
              "rest": null,
              "loc": {
                "start": {
                  "line": 3,
                  "column": 12,
                  "offset": 64
                },
                "end": {
                  "line": 3,
                  "column": 14,
                  "offset": 66
                }
              }
            },
            "body": {
              "type": "FunctionBody",
              "directives": [],
              "statements": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "IdentifierExpression",
                      "name": "b",
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 4,
                          "offset": 73
                        },
                        "end": {
                          "line": 4,
                          "column": 5,
                          "offset": 74
                        }
                      }
                    },
                    "arguments": [
                      {
                        "type": "LiteralStringExpression",
                        "value": "c",
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 6,
                            "offset": 75
                          },
                          "end": {
                            "line": 4,
                            "column": 9,
                            "offset": 78
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 4,
                        "offset": 73
                      },
                      "end": {
                        "line": 4,
                        "column": 10,
                        "offset": 79
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 4,
                      "offset": 73
                    },
                    "end": {
                      "line": 4,
                      "column": 11,
                      "offset": 80
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 15,
                  "offset": 67
                },
                "end": {
                  "line": 5,
                  "column": 3,
                  "offset": 84
                }
              }
            },
            "loc": {
              "start": {
                "line": 3,
                "column": 3,
                "offset": 55
              },
              "end": {
                "line": 5,
                "column": 3,
                "offset": 84
              }
            }
          },
          "arguments": [],
          "loc": {
            "start": {
              "line": 3,
              "column": 3,
              "offset": 55
            },
            "end": {
              "line": 5,
              "column": 5,
              "offset": 86
            }
          }
        },
        "loc": {
          "start": {
            "line": 3,
            "column": 2,
            "offset": 54
          },
          "end": {
            "line": 5,
            "column": 7,
            "offset": 88
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 5,
          "column": 7,
          "offset": 88
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 6,
      "column": 0,
      "offset": 89
    }
  }
}
