{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "LabeledStatement",
      "label": "b",
      "body": {
        "type": "ForStatement",
        "init": {
          "type": "VariableDeclaration",
          "kind": "var",
          "declarators": [
            {
              "type": "VariableDeclarator",
              "binding": {
                "type": "BindingIdentifier",
                "name": "a",
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 12,
                    "offset": 12
                  },
                  "end": {
                    "line": 1,
                    "column": 13,
                    "offset": 13
                  }
                }
              },
              "init": {
                "type": "LiteralNumericExpression",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 16,
                    "offset": 16
                  },
                  "end": {
                    "line": 1,
                    "column": 17,
                    "offset": 17
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 1,
                  "column": 12,
                  "offset": 12
                },
                "end": {
                  "line": 1,
                  "column": 17,
                  "offset": 17
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 8,
              "offset": 8
            },
            "end": {
              "line": 1,
              "column": 17,
              "offset": 17
            }
          }
        },
        "test": {
          "type": "BinaryExpression",
          "left": {
            "type": "IdentifierExpression",
            "name": "a",
            "loc": {
              "start": {
                "line": 1,
                "column": 19,
                "offset": 19
              },
              "end": {
                "line": 1,
                "column": 20,
                "offset": 20
              }
            }
          },
          "operator": "<",
          "right": {
            "type": "LiteralNumericExpression",
            "value": 2,
            "loc": {
              "start": {
                "line": 1,
                "column": 23,
                "offset": 23
              },
              "end": {
                "line": 1,
                "column": 24,
                "offset": 24
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 19,
              "offset": 19
            },
            "end": {
              "line": 1,
              "column": 24,
              "offset": 24
            }
          }
        },
        "update": {
          "type": "UpdateExpression",
          "isPrefix": true,
          "operator": "++",
          "operand": {
            "type": "AssignmentTargetIdentifier",
            "name": "a",
            "loc": {
              "start": {
                "line": 1,
                "column": 28,
                "offset": 28
              },
              "end": {
                "line": 1,
                "column": 29,
                "offset": 29
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 26,
              "offset": 26
            },
            "end": {
              "line": 1,
              "column": 29,
              "offset": 29
            }
          }
        },
        "body": {
          "type": "BlockStatement",
          "block": {
            "type": "Block",
            "statements": [
              {
                "type": "IfStatement",
                "test": {
                  "type": "BinaryExpression",
                  "left": {
                    "type": "IdentifierExpression",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 8,
                        "offset": 41
                      },
                      "end": {
                        "line": 2,
                        "column": 9,
                        "offset": 42
                      }
                    }
                  },
                  "operator": "<",
                  "right": {
                    "type": "LiteralNumericExpression",
                    "value": 3,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 12,
                        "offset": 45
                      },
                      "end": {
                        "line": 2,
                        "column": 13,
                        "offset": 46
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 8,
                      "offset": 41
                    },
                    "end": {
                      "line": 2,
                      "column": 13,
                      "offset": 46
                    }
                  }
                },
                "consequent": {
                  "type": "ContinueStatement",
                  "label": "b",
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 15,
                      "offset": 48
                    },
                    "end": {
                      "line": 2,
                      "column": 26,
                      "offset": 59
                    }
                  }
                },
                "alternate": null,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 4,
                    "offset": 37
                  },
                  "end": {
                    "line": 2,
                    "column": 26,
                    "offset": 59
                  }
                }
              },
              {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "StaticMemberExpression",
                    "object": {
                      "type": "IdentifierExpression",
                      "name": "c",
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 4,
                          "offset": 64
                        },
                        "end": {
                          "line": 3,
                          "column": 5,
                          "offset": 65
                        }
                      }
                    },
                    "property": "d",
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 4,
                        "offset": 64
                      },
                      "end": {
                        "line": 3,
                        "column": 7,
                        "offset": 67
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "IdentifierExpression",
                      "name": "a",
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 8,
                          "offset": 68
                        },
                        "end": {
                          "line": 3,
                          "column": 9,
                          "offset": 69
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 4,
                      "offset": 64
                    },
                    "end": {
                      "line": 3,
                      "column": 10,
                      "offset": 70
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 4,
                    "offset": 64
                  },
                  "end": {
                    "line": 3,
                    "column": 11,
                    "offset": 71
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 31,
                "offset": 31
              },
              "end": {
                "line": 4,
                "column": 1,
                "offset": 73
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 31,
              "offset": 31
            },
            "end": {
              "line": 4,
              "column": 1,
              "offset": 73
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 3,
            "offset": 3
          },
          "end": {
            "line": 4,
            "column": 1,
            "offset": 73
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 4,
          "column": 1,
          "offset": 73
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 4,
      "column": 1,
      "offset": 73
    }
  }
}
