{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "TryFinallyStatement",
      "body": {
        "type": "Block",
        "statements": [
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "isAsync": false,
                "isGenerator": false,
                "name": null,
                "params": {
                  "type": "FormalParameters",
                  "items": [],
                  "rest": null,
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 12,
                      "offset": 42
                    },
                    "end": {
                      "line": 3,
                      "column": 14,
                      "offset": 44
                    }
                  }
                },
                "body": {
                  "type": "FunctionBody",
                  "directives": [],
                  "statements": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "IdentifierExpression",
                          "name": "a",
                          "loc": {
                            "start": {
                              "line": 4,
                              "column": 4,
                              "offset": 51
                            },
                            "end": {
                              "line": 4,
                              "column": 5,
                              "offset": 52
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "LiteralStringExpression",
                            "value": "b",
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 6,
                                "offset": 53
                              },
                              "end": {
                                "line": 4,
                                "column": 9,
                                "offset": 56
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 4,
                            "column": 4,
                            "offset": 51
                          },
                          "end": {
                            "line": 4,
                            "column": 10,
                            "offset": 57
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 4,
                          "offset": 51
                        },
                        "end": {
                          "line": 4,
                          "column": 11,
                          "offset": 58
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 15,
                      "offset": 45
                    },
                    "end": {
                      "line": 5,
                      "column": 3,
                      "offset": 62
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 3,
                    "offset": 33
                  },
                  "end": {
                    "line": 5,
                    "column": 3,
                    "offset": 62
                  }
                }
              },
              "arguments": [],
              "loc": {
                "start": {
                  "line": 3,
                  "column": 3,
                  "offset": 33
                },
                "end": {
                  "line": 5,
                  "column": 5,
                  "offset": 64
                }
              }
            },
            "loc": {
              "start": {
                "line": 3,
                "column": 2,
                "offset": 32
              },
              "end": {
                "line": 5,
                "column": 7,
                "offset": 66
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 4,
            "offset": 4
          },
          "end": {
            "line": 6,
            "column": 1,
            "offset": 68
          }
        }
      },
      "catchClause": {
        "type": "CatchClause",
        "binding": {
          "type": "BindingIdentifier",
          "name": "c",
          "loc": {
            "start": {
              "line": 6,
              "column": 9,
              "offset": 76
            },
            "end": {
              "line": 6,
              "column": 10,
              "offset": 77
            }
          }
        },
        "body": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "FunctionExpression",
                  "isAsync": false,
                  "isGenerator": false,
                  "name": null,
                  "params": {
                    "type": "FormalParameters",
                    "items": [],
                    "rest": null,
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 12,
                        "offset": 117
                      },
                      "end": {
                        "line": 8,
                        "column": 14,
                        "offset": 119
                      }
                    }
                  },
                  "body": {
                    "type": "FunctionBody",
                    "directives": [],
                    "statements": [
                      {
                        "type": "ExpressionStatement",
                        "expression": {
                          "type": "CallExpression",
                          "callee": {
                            "type": "IdentifierExpression",
                            "name": "a",
                            "loc": {
                              "start": {
                                "line": 9,
                                "column": 4,
                                "offset": 126
                              },
                              "end": {
                                "line": 9,
                                "column": 5,
                                "offset": 127
                              }
                            }
                          },
                          "arguments": [
                            {
                              "type": "LiteralStringExpression",
                              "value": "b",
                              "loc": {
                                "start": {
                                  "line": 9,
                                  "column": 6,
                                  "offset": 128
                                },
                                "end": {
                                  "line": 9,
                                  "column": 9,
                                  "offset": 131
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 9,
                              "column": 4,
                              "offset": 126
                            },
                            "end": {
                              "line": 9,
                              "column": 10,
                              "offset": 132
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 9,
                            "column": 4,
                            "offset": 126
                          },
                          "end": {
                            "line": 9,
                            "column": 11,
                            "offset": 133
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 8,
                        "column": 15,
                        "offset": 120
                      },
                      "end": {
                        "line": 10,
                        "column": 3,
                        "offset": 137
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 8,
                      "column": 3,
                      "offset": 108
                    },
                    "end": {
                      "line": 10,
                      "column": 3,
                      "offset": 137
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 8,
                    "column": 3,
                    "offset": 108
                  },
                  "end": {
                    "line": 10,
                    "column": 5,
                    "offset": 139
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 8,
                  "column": 2,
                  "offset": 107
                },
                "end": {
                  "line": 10,
                  "column": 7,
                  "offset": 141
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 6,
              "column": 12,
              "offset": 79
            },
            "end": {
              "line": 11,
              "column": 1,
              "offset": 143
            }
          }
        },
        "loc": {
          "start": {
            "line": 6,
            "column": 2,
            "offset": 69
          },
          "end": {
            "line": 11,
            "column": 1,
            "offset": 143
          }
        }
      },
      "finalizer": {
        "type": "Block",
        "statements": [
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "isAsync": false,
                "isGenerator": false,
                "name": null,
                "params": {
                  "type": "FormalParameters",
                  "items": [],
                  "rest": null,
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 12,
                      "offset": 190
                    },
                    "end": {
                      "line": 13,
                      "column": 14,
                      "offset": 192
                    }
                  }
                },
                "body": {
                  "type": "FunctionBody",
                  "directives": [],
                  "statements": [
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "IdentifierExpression",
                          "name": "a",
                          "loc": {
                            "start": {
                              "line": 14,
                              "column": 4,
                              "offset": 199
                            },
                            "end": {
                              "line": 14,
                              "column": 5,
                              "offset": 200
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "LiteralStringExpression",
                            "value": "b",
                            "loc": {
                              "start": {
                                "line": 14,
                                "column": 6,
                                "offset": 201
                              },
                              "end": {
                                "line": 14,
                                "column": 9,
                                "offset": 204
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 14,
                            "column": 4,
                            "offset": 199
                          },
                          "end": {
                            "line": 14,
                            "column": 10,
                            "offset": 205
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 4,
                          "offset": 199
                        },
                        "end": {
                          "line": 14,
                          "column": 11,
                          "offset": 206
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 15,
                      "offset": 193
                    },
                    "end": {
                      "line": 15,
                      "column": 3,
                      "offset": 210
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 3,
                    "offset": 181
                  },
                  "end": {
                    "line": 15,
                    "column": 3,
                    "offset": 210
                  }
                }
              },
              "arguments": [],
              "loc": {
                "start": {
                  "line": 13,
                  "column": 3,
                  "offset": 181
                },
                "end": {
                  "line": 15,
                  "column": 5,
                  "offset": 212
                }
              }
            },
            "loc": {
              "start": {
                "line": 13,
                "column": 2,
                "offset": 180
              },
              "end": {
                "line": 15,
                "column": 7,
                "offset": 214
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 11,
            "column": 10,
            "offset": 152
          },
          "end": {
            "line": 16,
            "column": 1,
            "offset": 216
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 16,
          "column": 1,
          "offset": 216
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 17,
      "column": 0,
      "offset": 217
    }
  }
}
