{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "FunctionDeclaration",
      "isAsync": false,
      "isGenerator": false,
      "name": {
        "type": "BindingIdentifier",
        "name": "a",
        "loc": {
          "start": {
            "line": 1,
            "column": 9,
            "offset": 9
          },
          "end": {
            "line": 1,
            "column": 10,
            "offset": 10
          }
        }
      },
      "params": {
        "type": "FormalParameters",
        "items": [],
        "rest": null,
        "loc": {
          "start": {
            "line": 1,
            "column": 10,
            "offset": 10
          },
          "end": {
            "line": 1,
            "column": 12,
            "offset": 12
          }
        }
      },
      "body": {
        "type": "FunctionBody",
        "directives": [],
        "statements": [
          {
            "type": "WhileStatement",
            "test": {
              "type": "IdentifierExpression",
              "name": "b",
              "loc": {
                "start": {
                  "line": 2,
                  "column": 11,
                  "offset": 26
                },
                "end": {
                  "line": 2,
                  "column": 12,
                  "offset": 27
                }
              }
            },
            "body": {
              "type": "BlockStatement",
              "block": {
                "type": "Block",
                "statements": [
                  {
                    "type": "BlockStatement",
                    "block": {
                      "type": "Block",
                      "statements": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "IdentifierExpression",
                              "name": "c",
                              "loc": {
                                "start": {
                                  "line": 4,
                                  "column": 12,
                                  "offset": 53
                                },
                                "end": {
                                  "line": 4,
                                  "column": 13,
                                  "offset": 54
                                }
                              }
                            },
                            "arguments": [],
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 12,
                                "offset": 53
                              },
                              "end": {
                                "line": 4,
                                "column": 15,
                                "offset": 56
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 12,
                              "offset": 53
                            },
                            "end": {
                              "line": 4,
                              "column": 16,
                              "offset": 57
                            }
                          }
                        },
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "IdentifierExpression",
                              "name": "c",
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 12,
                                  "offset": 70
                                },
                                "end": {
                                  "line": 5,
                                  "column": 13,
                                  "offset": 71
                                }
                              }
                            },
                            "arguments": [],
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 12,
                                "offset": 70
                              },
                              "end": {
                                "line": 5,
                                "column": 15,
                                "offset": 73
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 12,
                              "offset": 70
                            },
                            "end": {
                              "line": 5,
                              "column": 16,
                              "offset": 74
                            }
                          }
                        },
                        {
                          "type": "VariableDeclarationStatement",
                          "declaration": {
                            "type": "VariableDeclaration",
                            "kind": "var",
                            "declarators": [
                              {
                                "type": "VariableDeclarator",
                                "binding": {
                                  "type": "BindingIdentifier",
                                  "name": "d",
                                  "loc": {
                                    "start": {
                                      "line": 6,
                                      "column": 16,
                                      "offset": 91
                                    },
                                    "end": {
                                      "line": 6,
                                      "column": 17,
                                      "offset": 92
                                    }
                                  }
                                },
                                "init": {
                                  "type": "LiteralNumericExpression",
                                  "value": 1,
                                  "loc": {
                                    "start": {
                                      "line": 6,
                                      "column": 20,
                                      "offset": 95
                                    },
                                    "end": {
                                      "line": 6,
                                      "column": 21,
                                      "offset": 96
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 6,
                                    "column": 16,
                                    "offset": 91
                                  },
                                  "end": {
                                    "line": 6,
                                    "column": 21,
                                    "offset": 96
                                  }
                                }
                              }
                            ],
                            "loc": {
                              "start": {
                                "line": 6,
                                "column": 12,
                                "offset": 87
                              },
                              "end": {
                                "line": 6,
                                "column": 21,
                                "offset": 96
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 6,
                              "column": 12,
                              "offset": 87
                            },
                            "end": {
                              "line": 6,
                              "column": 22,
                              "offset": 97
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 8,
                          "offset": 39
                        },
                        "end": {
                          "line": 7,
                          "column": 9,
                          "offset": 107
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 8,
                        "offset": 39
                      },
                      "end": {
                        "line": 7,
                        "column": 9,
                        "offset": 107
                      }
                    }
                  },
                  {
                    "type": "BlockStatement",
                    "block": {
                      "type": "Block",
                      "statements": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "IdentifierExpression",
                              "name": "c",
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 12,
                                  "offset": 130
                                },
                                "end": {
                                  "line": 9,
                                  "column": 13,
                                  "offset": 131
                                }
                              }
                            },
                            "arguments": [],
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 12,
                                "offset": 130
                              },
                              "end": {
                                "line": 9,
                                "column": 15,
                                "offset": 133
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 12,
                              "offset": 130
                            },
                            "end": {
                              "line": 9,
                              "column": 16,
                              "offset": 134
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 8,
                          "column": 8,
                          "offset": 116
                        },
                        "end": {
                          "line": 10,
                          "column": 9,
                          "offset": 144
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 8,
                        "offset": 116
                      },
                      "end": {
                        "line": 10,
                        "column": 9,
                        "offset": 144
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 14,
                    "offset": 29
                  },
                  "end": {
                    "line": 11,
                    "column": 5,
                    "offset": 150
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 14,
                  "offset": 29
                },
                "end": {
                  "line": 11,
                  "column": 5,
                  "offset": 150
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 4,
                "offset": 19
              },
              "end": {
                "line": 11,
                "column": 5,
                "offset": 150
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 13,
            "offset": 13
          },
          "end": {
            "line": 12,
            "column": 1,
            "offset": 152
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 12,
          "column": 1,
          "offset": 152
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 13,
      "column": 0,
      "offset": 153
    }
  }
}
