{
  "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": [
          {
            "type": "BindingIdentifier",
            "name": "b",
            "loc": {
              "start": {
                "line": 1,
                "column": 11,
                "offset": 11
              },
              "end": {
                "line": 1,
                "column": 12,
                "offset": 12
              }
            }
          },
          {
            "type": "BindingIdentifier",
            "name": "c",
            "loc": {
              "start": {
                "line": 1,
                "column": 14,
                "offset": 14
              },
              "end": {
                "line": 1,
                "column": 15,
                "offset": 15
              }
            }
          },
          {
            "type": "BindingIdentifier",
            "name": "d",
            "loc": {
              "start": {
                "line": 1,
                "column": 17,
                "offset": 17
              },
              "end": {
                "line": 1,
                "column": 18,
                "offset": 18
              }
            }
          },
          {
            "type": "BindingIdentifier",
            "name": "e",
            "loc": {
              "start": {
                "line": 1,
                "column": 20,
                "offset": 20
              },
              "end": {
                "line": 1,
                "column": 21,
                "offset": 21
              }
            }
          }
        ],
        "rest": null,
        "loc": {
          "start": {
            "line": 1,
            "column": 10,
            "offset": 10
          },
          "end": {
            "line": 1,
            "column": 22,
            "offset": 22
          }
        }
      },
      "body": {
        "type": "FunctionBody",
        "directives": [],
        "statements": [
          {
            "type": "ReturnStatement",
            "expression": {
              "type": "BinaryExpression",
              "left": {
                "type": "BinaryExpression",
                "left": {
                  "type": "IdentifierExpression",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 32,
                      "offset": 32
                    },
                    "end": {
                      "line": 1,
                      "column": 33,
                      "offset": 33
                    }
                  }
                },
                "operator": "<",
                "right": {
                  "type": "UnaryExpression",
                  "operator": "!",
                  "operand": {
                    "type": "UpdateExpression",
                    "isPrefix": true,
                    "operator": "--",
                    "operand": {
                      "type": "AssignmentTargetIdentifier",
                      "name": "c",
                      "loc": {
                        "start": {
                          "line": 1,
                          "column": 39,
                          "offset": 39
                        },
                        "end": {
                          "line": 1,
                          "column": 40,
                          "offset": 40
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 37,
                        "offset": 37
                      },
                      "end": {
                        "line": 1,
                        "column": 40,
                        "offset": 40
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 36,
                      "offset": 36
                    },
                    "end": {
                      "line": 1,
                      "column": 40,
                      "offset": 40
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 32,
                    "offset": 32
                  },
                  "end": {
                    "line": 1,
                    "column": 40,
                    "offset": 40
                  }
                }
              },
              "operator": "&&",
              "right": {
                "type": "BinaryExpression",
                "left": {
                  "type": "UpdateExpression",
                  "isPrefix": false,
                  "operator": "--",
                  "operand": {
                    "type": "AssignmentTargetIdentifier",
                    "name": "d",
                    "loc": {
                      "start": {
                        "line": 1,
                        "column": 44,
                        "offset": 44
                      },
                      "end": {
                        "line": 1,
                        "column": 45,
                        "offset": 45
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 44,
                      "offset": 44
                    },
                    "end": {
                      "line": 1,
                      "column": 47,
                      "offset": 47
                    }
                  }
                },
                "operator": ">",
                "right": {
                  "type": "IdentifierExpression",
                  "name": "e",
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 50,
                      "offset": 50
                    },
                    "end": {
                      "line": 1,
                      "column": 51,
                      "offset": 51
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 44,
                    "offset": 44
                  },
                  "end": {
                    "line": 1,
                    "column": 51,
                    "offset": 51
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 1,
                  "column": 32,
                  "offset": 32
                },
                "end": {
                  "line": 1,
                  "column": 51,
                  "offset": 51
                }
              }
            },
            "loc": {
              "start": {
                "line": 1,
                "column": 25,
                "offset": 25
              },
              "end": {
                "line": 1,
                "column": 52,
                "offset": 52
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 23,
            "offset": 23
          },
          "end": {
            "line": 1,
            "column": 54,
            "offset": 54
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 54,
          "offset": 54
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 1,
      "column": 54,
      "offset": 54
    }
  }
}
