{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "VariableDeclarationStatement",
      "declaration": {
        "type": "VariableDeclaration",
        "kind": "var",
        "declarators": [
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "a",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 4,
                  "offset": 4
                },
                "end": {
                  "line": 1,
                  "column": 5,
                  "offset": 5
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 1,
                "column": 4,
                "offset": 4
              },
              "end": {
                "line": 1,
                "column": 5,
                "offset": 5
              }
            }
          },
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "b",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 7,
                  "offset": 7
                },
                "end": {
                  "line": 1,
                  "column": 8,
                  "offset": 8
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 1,
                "column": 7,
                "offset": 7
              },
              "end": {
                "line": 1,
                "column": 8,
                "offset": 8
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0,
            "offset": 0
          },
          "end": {
            "line": 1,
            "column": 8,
            "offset": 8
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 9,
          "offset": 9
        }
      }
    },
    {
      "type": "IfStatement",
      "test": {
        "type": "BinaryExpression",
        "left": {
          "type": "BinaryExpression",
          "left": {
            "type": "IdentifierExpression",
            "name": "a",
            "loc": {
              "start": {
                "line": 2,
                "column": 4,
                "offset": 14
              },
              "end": {
                "line": 2,
                "column": 5,
                "offset": 15
              }
            }
          },
          "operator": "&&",
          "right": {
            "type": "UnaryExpression",
            "operator": "!",
            "operand": {
              "type": "BinaryExpression",
              "left": {
                "type": "IdentifierExpression",
                "name": "a",
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 11,
                    "offset": 21
                  },
                  "end": {
                    "line": 2,
                    "column": 12,
                    "offset": 22
                  }
                }
              },
              "operator": "+",
              "right": {
                "type": "LiteralStringExpression",
                "value": "1",
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 15,
                    "offset": 25
                  },
                  "end": {
                    "line": 2,
                    "column": 18,
                    "offset": 28
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 11,
                  "offset": 21
                },
                "end": {
                  "line": 2,
                  "column": 18,
                  "offset": 28
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 9,
                "offset": 19
              },
              "end": {
                "line": 2,
                "column": 19,
                "offset": 29
              }
            }
          },
          "loc": {
            "start": {
              "line": 2,
              "column": 4,
              "offset": 14
            },
            "end": {
              "line": 2,
              "column": 19,
              "offset": 29
            }
          }
        },
        "operator": "&&",
        "right": {
          "type": "IdentifierExpression",
          "name": "b",
          "loc": {
            "start": {
              "line": 2,
              "column": 23,
              "offset": 33
            },
            "end": {
              "line": 2,
              "column": 24,
              "offset": 34
            }
          }
        },
        "loc": {
          "start": {
            "line": 2,
            "column": 4,
            "offset": 14
          },
          "end": {
            "line": 2,
            "column": 24,
            "offset": 34
          }
        }
      },
      "consequent": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "VariableDeclarationStatement",
              "declaration": {
                "type": "VariableDeclaration",
                "kind": "var",
                "declarators": [
                  {
                    "type": "VariableDeclarator",
                    "binding": {
                      "type": "BindingIdentifier",
                      "name": "c",
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 8,
                          "offset": 51
                        },
                        "end": {
                          "line": 3,
                          "column": 9,
                          "offset": 52
                        }
                      }
                    },
                    "init": null,
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 8,
                        "offset": 51
                      },
                      "end": {
                        "line": 3,
                        "column": 9,
                        "offset": 52
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 4,
                    "offset": 47
                  },
                  "end": {
                    "line": 3,
                    "column": 9,
                    "offset": 52
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 3,
                  "column": 4,
                  "offset": 47
                },
                "end": {
                  "line": 3,
                  "column": 10,
                  "offset": 53
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "d",
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 4,
                      "offset": 58
                    },
                    "end": {
                      "line": 4,
                      "column": 5,
                      "offset": 59
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 4,
                    "offset": 58
                  },
                  "end": {
                    "line": 4,
                    "column": 7,
                    "offset": 61
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4,
                  "offset": 58
                },
                "end": {
                  "line": 4,
                  "column": 8,
                  "offset": 62
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 2,
              "column": 26,
              "offset": 36
            },
            "end": {
              "line": 5,
              "column": 1,
              "offset": 64
            }
          }
        },
        "loc": {
          "start": {
            "line": 2,
            "column": 26,
            "offset": 36
          },
          "end": {
            "line": 5,
            "column": 1,
            "offset": 64
          }
        }
      },
      "alternate": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "e",
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 4,
                      "offset": 76
                    },
                    "end": {
                      "line": 6,
                      "column": 5,
                      "offset": 77
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 4,
                    "offset": 76
                  },
                  "end": {
                    "line": 6,
                    "column": 7,
                    "offset": 79
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 6,
                  "column": 4,
                  "offset": 76
                },
                "end": {
                  "line": 6,
                  "column": 8,
                  "offset": 80
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 7,
              "offset": 70
            },
            "end": {
              "line": 7,
              "column": 1,
              "offset": 82
            }
          }
        },
        "loc": {
          "start": {
            "line": 5,
            "column": 7,
            "offset": 70
          },
          "end": {
            "line": 7,
            "column": 1,
            "offset": 82
          }
        }
      },
      "loc": {
        "start": {
          "line": 2,
          "column": 0,
          "offset": 10
        },
        "end": {
          "line": 7,
          "column": 1,
          "offset": 82
        }
      }
    },
    {
      "type": "IfStatement",
      "test": {
        "type": "BinaryExpression",
        "left": {
          "type": "BinaryExpression",
          "left": {
            "type": "IdentifierExpression",
            "name": "a",
            "loc": {
              "start": {
                "line": 9,
                "column": 4,
                "offset": 88
              },
              "end": {
                "line": 9,
                "column": 5,
                "offset": 89
              }
            }
          },
          "operator": "||",
          "right": {
            "type": "UnaryExpression",
            "operator": "!",
            "operand": {
              "type": "UnaryExpression",
              "operator": "!",
              "operand": {
                "type": "BinaryExpression",
                "left": {
                  "type": "IdentifierExpression",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 12,
                      "offset": 96
                    },
                    "end": {
                      "line": 9,
                      "column": 13,
                      "offset": 97
                    }
                  }
                },
                "operator": "+",
                "right": {
                  "type": "LiteralStringExpression",
                  "value": "1",
                  "loc": {
                    "start": {
                      "line": 9,
                      "column": 16,
                      "offset": 100
                    },
                    "end": {
                      "line": 9,
                      "column": 19,
                      "offset": 103
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 9,
                    "column": 12,
                    "offset": 96
                  },
                  "end": {
                    "line": 9,
                    "column": 19,
                    "offset": 103
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 9,
                  "column": 10,
                  "offset": 94
                },
                "end": {
                  "line": 9,
                  "column": 20,
                  "offset": 104
                }
              }
            },
            "loc": {
              "start": {
                "line": 9,
                "column": 9,
                "offset": 93
              },
              "end": {
                "line": 9,
                "column": 20,
                "offset": 104
              }
            }
          },
          "loc": {
            "start": {
              "line": 9,
              "column": 4,
              "offset": 88
            },
            "end": {
              "line": 9,
              "column": 20,
              "offset": 104
            }
          }
        },
        "operator": "||",
        "right": {
          "type": "IdentifierExpression",
          "name": "b",
          "loc": {
            "start": {
              "line": 9,
              "column": 24,
              "offset": 108
            },
            "end": {
              "line": 9,
              "column": 25,
              "offset": 109
            }
          }
        },
        "loc": {
          "start": {
            "line": 9,
            "column": 4,
            "offset": 88
          },
          "end": {
            "line": 9,
            "column": 25,
            "offset": 109
          }
        }
      },
      "consequent": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "d",
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 4,
                      "offset": 122
                    },
                    "end": {
                      "line": 10,
                      "column": 5,
                      "offset": 123
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 4,
                    "offset": 122
                  },
                  "end": {
                    "line": 10,
                    "column": 7,
                    "offset": 125
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 10,
                  "column": 4,
                  "offset": 122
                },
                "end": {
                  "line": 10,
                  "column": 8,
                  "offset": 126
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 9,
              "column": 27,
              "offset": 111
            },
            "end": {
              "line": 11,
              "column": 1,
              "offset": 128
            }
          }
        },
        "loc": {
          "start": {
            "line": 9,
            "column": 27,
            "offset": 111
          },
          "end": {
            "line": 11,
            "column": 1,
            "offset": 128
          }
        }
      },
      "alternate": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "VariableDeclarationStatement",
              "declaration": {
                "type": "VariableDeclaration",
                "kind": "var",
                "declarators": [
                  {
                    "type": "VariableDeclarator",
                    "binding": {
                      "type": "BindingIdentifier",
                      "name": "f",
                      "loc": {
                        "start": {
                          "line": 12,
                          "column": 8,
                          "offset": 144
                        },
                        "end": {
                          "line": 12,
                          "column": 9,
                          "offset": 145
                        }
                      }
                    },
                    "init": null,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 8,
                        "offset": 144
                      },
                      "end": {
                        "line": 12,
                        "column": 9,
                        "offset": 145
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 4,
                    "offset": 140
                  },
                  "end": {
                    "line": 12,
                    "column": 9,
                    "offset": 145
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 12,
                  "column": 4,
                  "offset": 140
                },
                "end": {
                  "line": 12,
                  "column": 10,
                  "offset": 146
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "CallExpression",
                "callee": {
                  "type": "IdentifierExpression",
                  "name": "e",
                  "loc": {
                    "start": {
                      "line": 13,
                      "column": 4,
                      "offset": 151
                    },
                    "end": {
                      "line": 13,
                      "column": 5,
                      "offset": 152
                    }
                  }
                },
                "arguments": [],
                "loc": {
                  "start": {
                    "line": 13,
                    "column": 4,
                    "offset": 151
                  },
                  "end": {
                    "line": 13,
                    "column": 7,
                    "offset": 154
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 13,
                  "column": 4,
                  "offset": 151
                },
                "end": {
                  "line": 13,
                  "column": 8,
                  "offset": 155
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 11,
              "column": 7,
              "offset": 134
            },
            "end": {
              "line": 14,
              "column": 1,
              "offset": 157
            }
          }
        },
        "loc": {
          "start": {
            "line": 11,
            "column": 7,
            "offset": 134
          },
          "end": {
            "line": 14,
            "column": 1,
            "offset": 157
          }
        }
      },
      "loc": {
        "start": {
          "line": 9,
          "column": 0,
          "offset": 84
        },
        "end": {
          "line": 14,
          "column": 1,
          "offset": 157
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 14,
      "column": 1,
      "offset": 157
    }
  }
}
