{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "WhileStatement",
      "test": {
        "type": "IdentifierExpression",
        "name": "a",
        "loc": {
          "start": {
            "line": 1,
            "column": 7,
            "offset": 7
          },
          "end": {
            "line": 1,
            "column": 8,
            "offset": 8
          }
        }
      },
      "body": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "IfStatement",
              "test": {
                "type": "IdentifierExpression",
                "name": "b",
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 8,
                    "offset": 20
                  },
                  "end": {
                    "line": 2,
                    "column": 9,
                    "offset": 21
                  }
                }
              },
              "consequent": {
                "type": "BreakStatement",
                "label": null,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 11,
                    "offset": 23
                  },
                  "end": {
                    "line": 2,
                    "column": 17,
                    "offset": 29
                  }
                }
              },
              "alternate": null,
              "loc": {
                "start": {
                  "line": 2,
                  "column": 4,
                  "offset": 16
                },
                "end": {
                  "line": 2,
                  "column": 17,
                  "offset": 29
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "StaticMemberExpression",
                  "object": {
                    "type": "IdentifierExpression",
                    "name": "c",
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 4,
                        "offset": 34
                      },
                      "end": {
                        "line": 3,
                        "column": 5,
                        "offset": 35
                      }
                    }
                  },
                  "property": "d",
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 4,
                      "offset": 34
                    },
                    "end": {
                      "line": 3,
                      "column": 7,
                      "offset": 37
                    }
                  }
                },
                "arguments": [
                  {
                    "type": "LiteralStringExpression",
                    "value": "a",
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 8,
                        "offset": 38
                      },
                      "end": {
                        "line": 3,
                        "column": 11,
                        "offset": 41
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 4,
                    "offset": 34
                  },
                  "end": {
                    "line": 3,
                    "column": 12,
                    "offset": 42
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 3,
                  "column": 4,
                  "offset": 34
                },
                "end": {
                  "line": 3,
                  "column": 13,
                  "offset": 43
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 10,
              "offset": 10
            },
            "end": {
              "line": 4,
              "column": 1,
              "offset": 45
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 10,
            "offset": 10
          },
          "end": {
            "line": 4,
            "column": 1,
            "offset": 45
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 4,
          "column": 1,
          "offset": 45
        }
      }
    },
    {
      "type": "LabeledStatement",
      "label": "e",
      "body": {
        "type": "WhileStatement",
        "test": {
          "type": "IdentifierExpression",
          "name": "a",
          "loc": {
            "start": {
              "line": 5,
              "column": 10,
              "offset": 56
            },
            "end": {
              "line": 5,
              "column": 11,
              "offset": 57
            }
          }
        },
        "body": {
          "type": "BlockStatement",
          "block": {
            "type": "Block",
            "statements": [
              {
                "type": "IfStatement",
                "test": {
                  "type": "IdentifierExpression",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 8,
                      "offset": 69
                    },
                    "end": {
                      "line": 6,
                      "column": 9,
                      "offset": 70
                    }
                  }
                },
                "consequent": {
                  "type": "BreakStatement",
                  "label": "e",
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 11,
                      "offset": 72
                    },
                    "end": {
                      "line": 6,
                      "column": 19,
                      "offset": 80
                    }
                  }
                },
                "alternate": null,
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 4,
                    "offset": 65
                  },
                  "end": {
                    "line": 6,
                    "column": 19,
                    "offset": 80
                  }
                }
              },
              {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "StaticMemberExpression",
                    "object": {
                      "type": "IdentifierExpression",
                      "name": "c",
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 4,
                          "offset": 85
                        },
                        "end": {
                          "line": 7,
                          "column": 5,
                          "offset": 86
                        }
                      }
                    },
                    "property": "d",
                    "loc": {
                      "start": {
                        "line": 7,
                        "column": 4,
                        "offset": 85
                      },
                      "end": {
                        "line": 7,
                        "column": 7,
                        "offset": 88
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "LiteralStringExpression",
                      "value": "a",
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8,
                          "offset": 89
                        },
                        "end": {
                          "line": 7,
                          "column": 11,
                          "offset": 92
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 7,
                      "column": 4,
                      "offset": 85
                    },
                    "end": {
                      "line": 7,
                      "column": 12,
                      "offset": 93
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 7,
                    "column": 4,
                    "offset": 85
                  },
                  "end": {
                    "line": 7,
                    "column": 13,
                    "offset": 94
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 5,
                "column": 13,
                "offset": 59
              },
              "end": {
                "line": 8,
                "column": 1,
                "offset": 96
              }
            }
          },
          "loc": {
            "start": {
              "line": 5,
              "column": 13,
              "offset": 59
            },
            "end": {
              "line": 8,
              "column": 1,
              "offset": 96
            }
          }
        },
        "loc": {
          "start": {
            "line": 5,
            "column": 3,
            "offset": 49
          },
          "end": {
            "line": 8,
            "column": 1,
            "offset": 96
          }
        }
      },
      "loc": {
        "start": {
          "line": 5,
          "column": 0,
          "offset": 46
        },
        "end": {
          "line": 8,
          "column": 1,
          "offset": 96
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 8,
      "column": 1,
      "offset": 96
    }
  }
}
