{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "FunctionExpression",
          "isAsync": false,
          "isGenerator": false,
          "name": null,
          "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": "IfStatement",
                "test": {
                  "type": "BinaryExpression",
                  "left": {
                    "type": "UnaryExpression",
                    "operator": "!",
                    "operand": {
                      "type": "UnaryExpression",
                      "operator": "!",
                      "operand": {
                        "type": "IdentifierExpression",
                        "name": "a",
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 10,
                            "offset": 25
                          },
                          "end": {
                            "line": 2,
                            "column": 11,
                            "offset": 26
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 9,
                          "offset": 24
                        },
                        "end": {
                          "line": 2,
                          "column": 11,
                          "offset": 26
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 8,
                        "offset": 23
                      },
                      "end": {
                        "line": 2,
                        "column": 11,
                        "offset": 26
                      }
                    }
                  },
                  "operator": "&&",
                  "right": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "IdentifierExpression",
                      "name": "b",
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 15,
                          "offset": 30
                        },
                        "end": {
                          "line": 2,
                          "column": 16,
                          "offset": 31
                        }
                      }
                    },
                    "arguments": [],
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 15,
                        "offset": 30
                      },
                      "end": {
                        "line": 2,
                        "column": 18,
                        "offset": 33
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 8,
                      "offset": 23
                    },
                    "end": {
                      "line": 2,
                      "column": 18,
                      "offset": 33
                    }
                  }
                },
                "consequent": {
                  "type": "BlockStatement",
                  "block": {
                    "type": "Block",
                    "statements": [
                      {
                        "type": "WithStatement",
                        "object": {
                          "type": "IdentifierExpression",
                          "name": "b",
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 14,
                              "offset": 51
                            },
                            "end": {
                              "line": 3,
                              "column": 15,
                              "offset": 52
                            }
                          }
                        },
                        "body": {
                          "type": "BlockStatement",
                          "block": {
                            "type": "Block",
                            "statements": [],
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 17,
                                "offset": 54
                              },
                              "end": {
                                "line": 3,
                                "column": 20,
                                "offset": 57
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 3,
                              "column": 17,
                              "offset": 54
                            },
                            "end": {
                              "line": 3,
                              "column": 20,
                              "offset": 57
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 3,
                            "column": 8,
                            "offset": 45
                          },
                          "end": {
                            "line": 3,
                            "column": 20,
                            "offset": 57
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 20,
                        "offset": 35
                      },
                      "end": {
                        "line": 4,
                        "column": 5,
                        "offset": 63
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 20,
                      "offset": 35
                    },
                    "end": {
                      "line": 4,
                      "column": 5,
                      "offset": 63
                    }
                  }
                },
                "alternate": null,
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 4,
                    "offset": 19
                  },
                  "end": {
                    "line": 4,
                    "column": 5,
                    "offset": 63
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 13,
                "offset": 13
              },
              "end": {
                "line": 5,
                "column": 1,
                "offset": 65
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 1,
              "offset": 1
            },
            "end": {
              "line": 5,
              "column": 1,
              "offset": 65
            }
          }
        },
        "arguments": [],
        "loc": {
          "start": {
            "line": 1,
            "column": 1,
            "offset": 1
          },
          "end": {
            "line": 5,
            "column": 3,
            "offset": 67
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 5,
          "column": 5,
          "offset": 69
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 6,
      "column": 0,
      "offset": 70
    }
  }
}
