{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "LabeledStatement",
      "label": "c",
      "body": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 4,
                      "offset": 9
                    },
                    "end": {
                      "line": 2,
                      "column": 5,
                      "offset": 10
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 4,
                    "offset": 9
                  },
                  "end": {
                    "line": 2,
                    "column": 7,
                    "offset": 12
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 4,
                  "offset": 9
                },
                "end": {
                  "line": 2,
                  "column": 8,
                  "offset": 13
                }
              }
            },
            {
              "type": "SwitchStatementWithDefault",
              "discriminant": {
                "type": "LiteralNumericExpression",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 12,
                    "offset": 26
                  },
                  "end": {
                    "line": 3,
                    "column": 13,
                    "offset": 27
                  }
                }
              },
              "preDefaultCases": [
                {
                  "type": "SwitchCase",
                  "test": {
                    "type": "LiteralNumericExpression",
                    "value": 2,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 11,
                        "offset": 42
                      },
                      "end": {
                        "line": 4,
                        "column": 12,
                        "offset": 43
                      }
                    }
                  },
                  "consequent": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "IdentifierExpression",
                          "name": "b",
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 8,
                              "offset": 53
                            },
                            "end": {
                              "line": 5,
                              "column": 9,
                              "offset": 54
                            }
                          }
                        },
                        "arguments": [],
                        "loc": {
                          "start": {
                            "line": 5,
                            "column": 8,
                            "offset": 53
                          },
                          "end": {
                            "line": 5,
                            "column": 11,
                            "offset": 56
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 8,
                          "offset": 53
                        },
                        "end": {
                          "line": 5,
                          "column": 12,
                          "offset": 57
                        }
                      }
                    },
                    {
                      "type": "IfStatement",
                      "test": {
                        "type": "IdentifierExpression",
                        "name": "a",
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 12,
                            "offset": 70
                          },
                          "end": {
                            "line": 6,
                            "column": 13,
                            "offset": 71
                          }
                        }
                      },
                      "consequent": {
                        "type": "BreakStatement",
                        "label": "c",
                        "loc": {
                          "start": {
                            "line": 6,
                            "column": 15,
                            "offset": 73
                          },
                          "end": {
                            "line": 6,
                            "column": 23,
                            "offset": 81
                          }
                        }
                      },
                      "alternate": null,
                      "loc": {
                        "start": {
                          "line": 6,
                          "column": 8,
                          "offset": 66
                        },
                        "end": {
                          "line": 6,
                          "column": 23,
                          "offset": 81
                        }
                      }
                    },
                    {
                      "type": "ForStatement",
                      "init": {
                        "type": "VariableDeclaration",
                        "kind": "var",
                        "declarators": [
                          {
                            "type": "VariableDeclarator",
                            "binding": {
                              "type": "BindingIdentifier",
                              "name": "b",
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 17,
                                  "offset": 99
                                },
                                "end": {
                                  "line": 7,
                                  "column": 18,
                                  "offset": 100
                                }
                              }
                            },
                            "init": {
                              "type": "LiteralNumericExpression",
                              "value": 3,
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 21,
                                  "offset": 103
                                },
                                "end": {
                                  "line": 7,
                                  "column": 22,
                                  "offset": 104
                                }
                              }
                            },
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 17,
                                "offset": 99
                              },
                              "end": {
                                "line": 7,
                                "column": 22,
                                "offset": 104
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 13,
                            "offset": 95
                          },
                          "end": {
                            "line": 7,
                            "column": 22,
                            "offset": 104
                          }
                        }
                      },
                      "test": {
                        "type": "BinaryExpression",
                        "left": {
                          "type": "IdentifierExpression",
                          "name": "b",
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 24,
                              "offset": 106
                            },
                            "end": {
                              "line": 7,
                              "column": 25,
                              "offset": 107
                            }
                          }
                        },
                        "operator": "<",
                        "right": {
                          "type": "LiteralNumericExpression",
                          "value": 4,
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 28,
                              "offset": 110
                            },
                            "end": {
                              "line": 7,
                              "column": 29,
                              "offset": 111
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 24,
                            "offset": 106
                          },
                          "end": {
                            "line": 7,
                            "column": 29,
                            "offset": 111
                          }
                        }
                      },
                      "update": {
                        "type": "UpdateExpression",
                        "isPrefix": false,
                        "operator": "++",
                        "operand": {
                          "type": "AssignmentTargetIdentifier",
                          "name": "b",
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 31,
                              "offset": 113
                            },
                            "end": {
                              "line": 7,
                              "column": 32,
                              "offset": 114
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 31,
                            "offset": 113
                          },
                          "end": {
                            "line": 7,
                            "column": 34,
                            "offset": 116
                          }
                        }
                      },
                      "body": {
                        "type": "BlockStatement",
                        "block": {
                          "type": "Block",
                          "statements": [
                            {
                              "type": "IfStatement",
                              "test": {
                                "type": "BinaryExpression",
                                "left": {
                                  "type": "IdentifierExpression",
                                  "name": "b",
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 16,
                                      "offset": 136
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 17,
                                      "offset": 137
                                    }
                                  }
                                },
                                "operator": ">",
                                "right": {
                                  "type": "LiteralNumericExpression",
                                  "value": 5,
                                  "loc": {
                                    "start": {
                                      "line": 8,
                                      "column": 20,
                                      "offset": 140
                                    },
                                    "end": {
                                      "line": 8,
                                      "column": 21,
                                      "offset": 141
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 16,
                                    "offset": 136
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 21,
                                    "offset": 141
                                  }
                                }
                              },
                              "consequent": {
                                "type": "BreakStatement",
                                "label": null,
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 23,
                                    "offset": 143
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 29,
                                    "offset": 149
                                  }
                                }
                              },
                              "alternate": null,
                              "loc": {
                                "start": {
                                  "line": 8,
                                  "column": 12,
                                  "offset": 132
                                },
                                "end": {
                                  "line": 8,
                                  "column": 29,
                                  "offset": 149
                                }
                              }
                            },
                            {
                              "type": "ExpressionStatement",
                              "expression": {
                                "type": "CallExpression",
                                "callee": {
                                  "type": "StaticMemberExpression",
                                  "object": {
                                    "type": "IdentifierExpression",
                                    "name": "d",
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 12,
                                        "offset": 287
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 13,
                                        "offset": 288
                                      }
                                    }
                                  },
                                  "property": "e",
                                  "loc": {
                                    "start": {
                                      "line": 10,
                                      "column": 12,
                                      "offset": 287
                                    },
                                    "end": {
                                      "line": 10,
                                      "column": 15,
                                      "offset": 290
                                    }
                                  }
                                },
                                "arguments": [
                                  {
                                    "type": "IdentifierExpression",
                                    "name": "b",
                                    "loc": {
                                      "start": {
                                        "line": 10,
                                        "column": 16,
                                        "offset": 291
                                      },
                                      "end": {
                                        "line": 10,
                                        "column": 17,
                                        "offset": 292
                                      }
                                    }
                                  }
                                ],
                                "loc": {
                                  "start": {
                                    "line": 10,
                                    "column": 12,
                                    "offset": 287
                                  },
                                  "end": {
                                    "line": 10,
                                    "column": 18,
                                    "offset": 293
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 10,
                                  "column": 12,
                                  "offset": 287
                                },
                                "end": {
                                  "line": 10,
                                  "column": 19,
                                  "offset": 294
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 36,
                              "offset": 118
                            },
                            "end": {
                              "line": 11,
                              "column": 9,
                              "offset": 304
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 36,
                            "offset": 118
                          },
                          "end": {
                            "line": 11,
                            "column": 9,
                            "offset": 304
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 8,
                          "offset": 90
                        },
                        "end": {
                          "line": 11,
                          "column": 9,
                          "offset": 304
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "IdentifierExpression",
                          "name": "f",
                          "loc": {
                            "start": {
                              "line": 12,
                              "column": 8,
                              "offset": 313
                            },
                            "end": {
                              "line": 12,
                              "column": 9,
                              "offset": 314
                            }
                          }
                        },
                        "arguments": [],
                        "loc": {
                          "start": {
                            "line": 12,
                            "column": 8,
                            "offset": 313
                          },
                          "end": {
                            "line": 12,
                            "column": 11,
                            "offset": 316
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8,
                          "offset": 313
                        },
                        "end": {
                          "line": 12,
                          "column": 12,
                          "offset": 317
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 6,
                      "offset": 37
                    },
                    "end": {
                      "line": 12,
                      "column": 12,
                      "offset": 317
                    }
                  }
                },
                {
                  "type": "SwitchCase",
                  "test": {
                    "type": "BinaryExpression",
                    "left": {
                      "type": "LiteralNumericExpression",
                      "value": 6,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 11,
                          "offset": 329
                        },
                        "end": {
                          "line": 13,
                          "column": 12,
                          "offset": 330
                        }
                      }
                    },
                    "operator": "+",
                    "right": {
                      "type": "LiteralNumericExpression",
                      "value": 7,
                      "loc": {
                        "start": {
                          "line": 13,
                          "column": 13,
                          "offset": 331
                        },
                        "end": {
                          "line": 13,
                          "column": 14,
                          "offset": 332
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 13,
                        "column": 11,
                        "offset": 329
                      },
                      "end": {
                        "line": 13,
                        "column": 14,
                        "offset": 332
                      }
                    }
                  },
                  "consequent": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "IdentifierExpression",
                          "name": "g",
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 8,
                              "offset": 342
                            },
                            "end": {
                              "line": 14,
                              "column": 9,
                              "offset": 343
                            }
                          }
                        },
                        "arguments": [],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 8,
                            "offset": 342
                          },
                          "end": {
                            "line": 14,
                            "column": 11,
                            "offset": 345
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 8,
                          "offset": 342
                        },
                        "end": {
                          "line": 14,
                          "column": 12,
                          "offset": 346
                        }
                      }
                    },
                    {
                      "type": "BreakStatement",
                      "label": null,
                      "loc": {
                        "start": {
                          "line": 15,
                          "column": 8,
                          "offset": 355
                        },
                        "end": {
                          "line": 15,
                          "column": 14,
                          "offset": 361
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 6,
                      "offset": 324
                    },
                    "end": {
                      "line": 15,
                      "column": 14,
                      "offset": 361
                    }
                  }
                }
              ],
              "defaultCase": {
                "type": "SwitchDefault",
                "consequent": [
                  {
                    "type": "ExpressionStatement",
                    "expression": {
                      "type": "CallExpression",
                      "callee": {
                        "type": "IdentifierExpression",
                        "name": "h",
                        "loc": {
                          "start": {
                            "line": 17,
                            "column": 8,
                            "offset": 385
                          },
                          "end": {
                            "line": 17,
                            "column": 9,
                            "offset": 386
                          }
                        }
                      },
                      "arguments": [],
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 8,
                          "offset": 385
                        },
                        "end": {
                          "line": 17,
                          "column": 11,
                          "offset": 388
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 8,
                        "offset": 385
                      },
                      "end": {
                        "line": 17,
                        "column": 12,
                        "offset": 389
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 16,
                    "column": 6,
                    "offset": 368
                  },
                  "end": {
                    "line": 17,
                    "column": 12,
                    "offset": 389
                  }
                }
              },
              "postDefaultCases": [],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 4,
                  "offset": 18
                },
                "end": {
                  "line": 18,
                  "column": 5,
                  "offset": 395
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 3,
              "offset": 3
            },
            "end": {
              "line": 19,
              "column": 1,
              "offset": 397
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 3,
            "offset": 3
          },
          "end": {
            "line": 19,
            "column": 1,
            "offset": 397
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 19,
          "column": 1,
          "offset": 397
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 19,
      "column": 1,
      "offset": 397
    }
  }
}
