{
  "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": "TryCatchStatement",
            "body": {
              "type": "Block",
              "statements": [
                {
                  "type": "ExpressionStatement",
                  "expression": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "IdentifierExpression",
                      "name": "a",
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 8,
                          "offset": 33
                        },
                        "end": {
                          "line": 3,
                          "column": 9,
                          "offset": 34
                        }
                      }
                    },
                    "arguments": [],
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 8,
                        "offset": 33
                      },
                      "end": {
                        "line": 3,
                        "column": 11,
                        "offset": 36
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 8,
                      "offset": 33
                    },
                    "end": {
                      "line": 3,
                      "column": 12,
                      "offset": 37
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 8,
                  "offset": 23
                },
                "end": {
                  "line": 4,
                  "column": 5,
                  "offset": 43
                }
              }
            },
            "catchClause": {
              "type": "CatchClause",
              "binding": {
                "type": "BindingIdentifier",
                "name": "b",
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 12,
                    "offset": 50
                  },
                  "end": {
                    "line": 4,
                    "column": 13,
                    "offset": 51
                  }
                }
              },
              "body": {
                "type": "Block",
                "statements": [
                  {
                    "type": "VariableDeclarationStatement",
                    "declaration": {
                      "type": "VariableDeclaration",
                      "kind": "var",
                      "declarators": [
                        {
                          "type": "VariableDeclarator",
                          "binding": {
                            "type": "BindingIdentifier",
                            "name": "c",
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 12,
                                "offset": 67
                              },
                              "end": {
                                "line": 5,
                                "column": 13,
                                "offset": 68
                              }
                            }
                          },
                          "init": {
                            "type": "LiteralNumericExpression",
                            "value": 1,
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 16,
                                "offset": 71
                              },
                              "end": {
                                "line": 5,
                                "column": 17,
                                "offset": 72
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 12,
                              "offset": 67
                            },
                            "end": {
                              "line": 5,
                              "column": 17,
                              "offset": 72
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 5,
                          "column": 8,
                          "offset": 63
                        },
                        "end": {
                          "line": 5,
                          "column": 17,
                          "offset": 72
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 5,
                        "column": 8,
                        "offset": 63
                      },
                      "end": {
                        "line": 5,
                        "column": 18,
                        "offset": 73
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 15,
                    "offset": 53
                  },
                  "end": {
                    "line": 6,
                    "column": 5,
                    "offset": 79
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 4,
                  "column": 6,
                  "offset": 44
                },
                "end": {
                  "line": 6,
                  "column": 5,
                  "offset": 79
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 4,
                "offset": 19
              },
              "end": {
                "line": 6,
                "column": 5,
                "offset": 79
              }
            }
          },
          {
            "type": "ReturnStatement",
            "expression": {
              "type": "IdentifierExpression",
              "name": "c",
              "loc": {
                "start": {
                  "line": 7,
                  "column": 11,
                  "offset": 91
                },
                "end": {
                  "line": 7,
                  "column": 12,
                  "offset": 92
                }
              }
            },
            "loc": {
              "start": {
                "line": 7,
                "column": 4,
                "offset": 84
              },
              "end": {
                "line": 7,
                "column": 13,
                "offset": 93
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 13,
            "offset": 13
          },
          "end": {
            "line": 8,
            "column": 1,
            "offset": 95
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 8,
          "column": 1,
          "offset": 95
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 8,
      "column": 1,
      "offset": 95
    }
  }
}
