{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "IfStatement",
      "test": {
        "type": "BinaryExpression",
        "left": {
          "type": "IdentifierExpression",
          "name": "a",
          "loc": {
            "start": {
              "line": 1,
              "column": 4,
              "offset": 4
            },
            "end": {
              "line": 1,
              "column": 5,
              "offset": 5
            }
          }
        },
        "operator": "&&",
        "right": {
          "type": "IdentifierExpression",
          "name": "b",
          "loc": {
            "start": {
              "line": 1,
              "column": 9,
              "offset": 9
            },
            "end": {
              "line": 1,
              "column": 10,
              "offset": 10
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 4,
            "offset": 4
          },
          "end": {
            "line": 1,
            "column": 10,
            "offset": 10
          }
        }
      },
      "consequent": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "binding": {
                  "type": "StaticMemberAssignmentTarget",
                  "object": {
                    "type": "StaticMemberExpression",
                    "object": {
                      "type": "ComputedMemberExpression",
                      "object": {
                        "type": "CallExpression",
                        "callee": {
                          "type": "IdentifierExpression",
                          "name": "c",
                          "loc": {
                            "start": {
                              "line": 2,
                              "column": 4,
                              "offset": 18
                            },
                            "end": {
                              "line": 2,
                              "column": 5,
                              "offset": 19
                            }
                          }
                        },
                        "arguments": [
                          {
                            "type": "IdentifierExpression",
                            "name": "a",
                            "loc": {
                              "start": {
                                "line": 2,
                                "column": 6,
                                "offset": 20
                              },
                              "end": {
                                "line": 2,
                                "column": 7,
                                "offset": 21
                              }
                            }
                          }
                        ],
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 4,
                            "offset": 18
                          },
                          "end": {
                            "line": 2,
                            "column": 8,
                            "offset": 22
                          }
                        }
                      },
                      "expression": {
                        "type": "LiteralNumericExpression",
                        "value": 1,
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 9,
                            "offset": 23
                          },
                          "end": {
                            "line": 2,
                            "column": 10,
                            "offset": 24
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 4,
                          "offset": 18
                        },
                        "end": {
                          "line": 2,
                          "column": 11,
                          "offset": 25
                        }
                      }
                    },
                    "property": "b",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 4,
                        "offset": 18
                      },
                      "end": {
                        "line": 2,
                        "column": 13,
                        "offset": 27
                      }
                    }
                  },
                  "property": "d",
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 4,
                      "offset": 18
                    },
                    "end": {
                      "line": 2,
                      "column": 15,
                      "offset": 29
                    }
                  }
                },
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "IdentifierExpression",
                    "name": "e",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 18,
                        "offset": 32
                      },
                      "end": {
                        "line": 2,
                        "column": 19,
                        "offset": 33
                      }
                    }
                  },
                  "arguments": [],
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 18,
                      "offset": 32
                    },
                    "end": {
                      "line": 2,
                      "column": 21,
                      "offset": 35
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 4,
                    "offset": 18
                  },
                  "end": {
                    "line": 2,
                    "column": 21,
                    "offset": 35
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 4,
                  "offset": 18
                },
                "end": {
                  "line": 2,
                  "column": 22,
                  "offset": 36
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 1,
              "column": 12,
              "offset": 12
            },
            "end": {
              "line": 3,
              "column": 1,
              "offset": 38
            }
          }
        },
        "loc": {
          "start": {
            "line": 1,
            "column": 12,
            "offset": 12
          },
          "end": {
            "line": 3,
            "column": 1,
            "offset": 38
          }
        }
      },
      "alternate": {
        "type": "ExpressionStatement",
        "expression": {
          "type": "AssignmentExpression",
          "binding": {
            "type": "StaticMemberAssignmentTarget",
            "object": {
              "type": "StaticMemberExpression",
              "object": {
                "type": "ComputedMemberExpression",
                "object": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "IdentifierExpression",
                    "name": "c",
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 4,
                        "offset": 48
                      },
                      "end": {
                        "line": 4,
                        "column": 5,
                        "offset": 49
                      }
                    }
                  },
                  "arguments": [
                    {
                      "type": "IdentifierExpression",
                      "name": "a",
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 6,
                          "offset": 50
                        },
                        "end": {
                          "line": 4,
                          "column": 7,
                          "offset": 51
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 4,
                      "offset": 48
                    },
                    "end": {
                      "line": 4,
                      "column": 8,
                      "offset": 52
                    }
                  }
                },
                "expression": {
                  "type": "LiteralNumericExpression",
                  "value": 2,
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 9,
                      "offset": 53
                    },
                    "end": {
                      "line": 4,
                      "column": 10,
                      "offset": 54
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 4,
                    "offset": 48
                  },
                  "end": {
                    "line": 4,
                    "column": 11,
                    "offset": 55
                  }
                }
              },
              "property": "b",
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4,
                  "offset": 48
                },
                "end": {
                  "line": 4,
                  "column": 13,
                  "offset": 57
                }
              }
            },
            "property": "d",
            "loc": {
              "start": {
                "line": 4,
                "column": 4,
                "offset": 48
              },
              "end": {
                "line": 4,
                "column": 15,
                "offset": 59
              }
            }
          },
          "expression": {
            "type": "CallExpression",
            "callee": {
              "type": "IdentifierExpression",
              "name": "f",
              "loc": {
                "start": {
                  "line": 4,
                  "column": 18,
                  "offset": 62
                },
                "end": {
                  "line": 4,
                  "column": 19,
                  "offset": 63
                }
              }
            },
            "arguments": [],
            "loc": {
              "start": {
                "line": 4,
                "column": 18,
                "offset": 62
              },
              "end": {
                "line": 4,
                "column": 21,
                "offset": 65
              }
            }
          },
          "loc": {
            "start": {
              "line": 4,
              "column": 4,
              "offset": 48
            },
            "end": {
              "line": 4,
              "column": 21,
              "offset": 65
            }
          }
        },
        "loc": {
          "start": {
            "line": 4,
            "column": 4,
            "offset": 48
          },
          "end": {
            "line": 4,
            "column": 22,
            "offset": 66
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 4,
          "column": 22,
          "offset": 66
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 4,
      "column": 22,
      "offset": 66
    }
  }
}
