{
  "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
              }
            }
          },
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "c",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 10,
                  "offset": 10
                },
                "end": {
                  "line": 1,
                  "column": 11,
                  "offset": 11
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 1,
                "column": 10,
                "offset": 10
              },
              "end": {
                "line": 1,
                "column": 11,
                "offset": 11
              }
            }
          },
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "d",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 13,
                  "offset": 13
                },
                "end": {
                  "line": 1,
                  "column": 14,
                  "offset": 14
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 1,
                "column": 13,
                "offset": 13
              },
              "end": {
                "line": 1,
                "column": 14,
                "offset": 14
              }
            }
          },
          {
            "type": "VariableDeclarator",
            "binding": {
              "type": "BindingIdentifier",
              "name": "e",
              "loc": {
                "start": {
                  "line": 1,
                  "column": 16,
                  "offset": 16
                },
                "end": {
                  "line": 1,
                  "column": 17,
                  "offset": 17
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 1,
                "column": 16,
                "offset": 16
              },
              "end": {
                "line": 1,
                "column": 17,
                "offset": 17
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 0,
            "offset": 0
          },
          "end": {
            "line": 1,
            "column": 17,
            "offset": 17
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 1,
          "column": 18,
          "offset": 18
        }
      }
    },
    {
      "type": "IfStatement",
      "test": {
        "type": "IdentifierExpression",
        "name": "b",
        "loc": {
          "start": {
            "line": 3,
            "column": 4,
            "offset": 41
          },
          "end": {
            "line": 3,
            "column": 5,
            "offset": 42
          }
        }
      },
      "consequent": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "binding": {
                  "type": "AssignmentTargetIdentifier",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 4,
                      "offset": 50
                    },
                    "end": {
                      "line": 4,
                      "column": 5,
                      "offset": 51
                    }
                  }
                },
                "expression": {
                  "type": "BinaryExpression",
                  "left": {
                    "type": "LiteralNumericExpression",
                    "value": 1,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 8,
                        "offset": 54
                      },
                      "end": {
                        "line": 4,
                        "column": 9,
                        "offset": 55
                      }
                    }
                  },
                  "operator": "+",
                  "right": {
                    "type": "LiteralNumericExpression",
                    "value": 2,
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 10,
                        "offset": 56
                      },
                      "end": {
                        "line": 4,
                        "column": 11,
                        "offset": 57
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 8,
                      "offset": 54
                    },
                    "end": {
                      "line": 4,
                      "column": 11,
                      "offset": 57
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 4,
                    "offset": 50
                  },
                  "end": {
                    "line": 4,
                    "column": 11,
                    "offset": 57
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 4,
                  "column": 4,
                  "offset": 50
                },
                "end": {
                  "line": 4,
                  "column": 12,
                  "offset": 58
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 3,
              "column": 7,
              "offset": 44
            },
            "end": {
              "line": 5,
              "column": 1,
              "offset": 60
            }
          }
        },
        "loc": {
          "start": {
            "line": 3,
            "column": 7,
            "offset": 44
          },
          "end": {
            "line": 5,
            "column": 1,
            "offset": 60
          }
        }
      },
      "alternate": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "binding": {
                  "type": "AssignmentTargetIdentifier",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 4,
                      "offset": 72
                    },
                    "end": {
                      "line": 6,
                      "column": 5,
                      "offset": 73
                    }
                  }
                },
                "expression": {
                  "type": "LiteralNumericExpression",
                  "value": 3,
                  "loc": {
                    "start": {
                      "line": 6,
                      "column": 8,
                      "offset": 76
                    },
                    "end": {
                      "line": 6,
                      "column": 9,
                      "offset": 77
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 6,
                    "column": 4,
                    "offset": 72
                  },
                  "end": {
                    "line": 6,
                    "column": 9,
                    "offset": 77
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 6,
                  "column": 4,
                  "offset": 72
                },
                "end": {
                  "line": 6,
                  "column": 10,
                  "offset": 78
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 5,
              "column": 7,
              "offset": 66
            },
            "end": {
              "line": 7,
              "column": 1,
              "offset": 80
            }
          }
        },
        "loc": {
          "start": {
            "line": 5,
            "column": 7,
            "offset": 66
          },
          "end": {
            "line": 7,
            "column": 1,
            "offset": 80
          }
        }
      },
      "loc": {
        "start": {
          "line": 3,
          "column": 0,
          "offset": 37
        },
        "end": {
          "line": 7,
          "column": 1,
          "offset": 80
        }
      }
    },
    {
      "type": "IfStatement",
      "test": {
        "type": "IdentifierExpression",
        "name": "b",
        "loc": {
          "start": {
            "line": 9,
            "column": 4,
            "offset": 86
          },
          "end": {
            "line": 9,
            "column": 5,
            "offset": 87
          }
        }
      },
      "consequent": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "binding": {
                  "type": "AssignmentTargetIdentifier",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 4,
                      "offset": 95
                    },
                    "end": {
                      "line": 10,
                      "column": 5,
                      "offset": 96
                    }
                  }
                },
                "expression": {
                  "type": "BinaryExpression",
                  "left": {
                    "type": "LiteralNumericExpression",
                    "value": 4,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 8,
                        "offset": 99
                      },
                      "end": {
                        "line": 10,
                        "column": 9,
                        "offset": 100
                      }
                    }
                  },
                  "operator": "+",
                  "right": {
                    "type": "LiteralNumericExpression",
                    "value": 5,
                    "loc": {
                      "start": {
                        "line": 10,
                        "column": 10,
                        "offset": 101
                      },
                      "end": {
                        "line": 10,
                        "column": 11,
                        "offset": 102
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 10,
                      "column": 8,
                      "offset": 99
                    },
                    "end": {
                      "line": 10,
                      "column": 11,
                      "offset": 102
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 10,
                    "column": 4,
                    "offset": 95
                  },
                  "end": {
                    "line": 10,
                    "column": 11,
                    "offset": 102
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 10,
                  "column": 4,
                  "offset": 95
                },
                "end": {
                  "line": 10,
                  "column": 12,
                  "offset": 103
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 9,
              "column": 7,
              "offset": 89
            },
            "end": {
              "line": 11,
              "column": 1,
              "offset": 105
            }
          }
        },
        "loc": {
          "start": {
            "line": 9,
            "column": 7,
            "offset": 89
          },
          "end": {
            "line": 11,
            "column": 1,
            "offset": 105
          }
        }
      },
      "alternate": {
        "type": "IfStatement",
        "test": {
          "type": "IdentifierExpression",
          "name": "c",
          "loc": {
            "start": {
              "line": 11,
              "column": 11,
              "offset": 115
            },
            "end": {
              "line": 11,
              "column": 12,
              "offset": 116
            }
          }
        },
        "consequent": {
          "type": "BlockStatement",
          "block": {
            "type": "Block",
            "statements": [
              {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "AssignmentExpression",
                  "binding": {
                    "type": "AssignmentTargetIdentifier",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 4,
                        "offset": 124
                      },
                      "end": {
                        "line": 12,
                        "column": 5,
                        "offset": 125
                      }
                    }
                  },
                  "expression": {
                    "type": "LiteralNumericExpression",
                    "value": 6,
                    "loc": {
                      "start": {
                        "line": 12,
                        "column": 8,
                        "offset": 128
                      },
                      "end": {
                        "line": 12,
                        "column": 9,
                        "offset": 129
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 12,
                      "column": 4,
                      "offset": 124
                    },
                    "end": {
                      "line": 12,
                      "column": 9,
                      "offset": 129
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 12,
                    "column": 4,
                    "offset": 124
                  },
                  "end": {
                    "line": 12,
                    "column": 10,
                    "offset": 130
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 11,
                "column": 14,
                "offset": 118
              },
              "end": {
                "line": 13,
                "column": 1,
                "offset": 132
              }
            }
          },
          "loc": {
            "start": {
              "line": 11,
              "column": 14,
              "offset": 118
            },
            "end": {
              "line": 13,
              "column": 1,
              "offset": 132
            }
          }
        },
        "alternate": {
          "type": "BlockStatement",
          "block": {
            "type": "Block",
            "statements": [
              {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "AssignmentExpression",
                  "binding": {
                    "type": "AssignmentTargetIdentifier",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 4,
                        "offset": 144
                      },
                      "end": {
                        "line": 14,
                        "column": 5,
                        "offset": 145
                      }
                    }
                  },
                  "expression": {
                    "type": "BinaryExpression",
                    "left": {
                      "type": "LiteralNumericExpression",
                      "value": 7,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 8,
                          "offset": 148
                        },
                        "end": {
                          "line": 14,
                          "column": 9,
                          "offset": 149
                        }
                      }
                    },
                    "operator": "-",
                    "right": {
                      "type": "LiteralNumericExpression",
                      "value": 8,
                      "loc": {
                        "start": {
                          "line": 14,
                          "column": 10,
                          "offset": 150
                        },
                        "end": {
                          "line": 14,
                          "column": 11,
                          "offset": 151
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 14,
                        "column": 8,
                        "offset": 148
                      },
                      "end": {
                        "line": 14,
                        "column": 11,
                        "offset": 151
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 14,
                      "column": 4,
                      "offset": 144
                    },
                    "end": {
                      "line": 14,
                      "column": 11,
                      "offset": 151
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 14,
                    "column": 4,
                    "offset": 144
                  },
                  "end": {
                    "line": 14,
                    "column": 12,
                    "offset": 152
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 13,
                "column": 7,
                "offset": 138
              },
              "end": {
                "line": 15,
                "column": 1,
                "offset": 154
              }
            }
          },
          "loc": {
            "start": {
              "line": 13,
              "column": 7,
              "offset": 138
            },
            "end": {
              "line": 15,
              "column": 1,
              "offset": 154
            }
          }
        },
        "loc": {
          "start": {
            "line": 11,
            "column": 7,
            "offset": 111
          },
          "end": {
            "line": 15,
            "column": 1,
            "offset": 154
          }
        }
      },
      "loc": {
        "start": {
          "line": 9,
          "column": 0,
          "offset": 82
        },
        "end": {
          "line": 15,
          "column": 1,
          "offset": 154
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "binding": {
          "type": "AssignmentTargetIdentifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 17,
              "column": 0,
              "offset": 156
            },
            "end": {
              "line": 17,
              "column": 1,
              "offset": 157
            }
          }
        },
        "expression": {
          "type": "ConditionalExpression",
          "test": {
            "type": "IdentifierExpression",
            "name": "b",
            "loc": {
              "start": {
                "line": 17,
                "column": 4,
                "offset": 160
              },
              "end": {
                "line": 17,
                "column": 5,
                "offset": 161
              }
            }
          },
          "consequent": {
            "type": "LiteralStringExpression",
            "value": "f",
            "loc": {
              "start": {
                "line": 17,
                "column": 8,
                "offset": 164
              },
              "end": {
                "line": 17,
                "column": 11,
                "offset": 167
              }
            }
          },
          "alternate": {
            "type": "BinaryExpression",
            "left": {
              "type": "LiteralStringExpression",
              "value": "g",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 14,
                  "offset": 170
                },
                "end": {
                  "line": 17,
                  "column": 17,
                  "offset": 173
                }
              }
            },
            "operator": "+",
            "right": {
              "type": "LiteralStringExpression",
              "value": "h",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 18,
                  "offset": 174
                },
                "end": {
                  "line": 17,
                  "column": 21,
                  "offset": 177
                }
              }
            },
            "loc": {
              "start": {
                "line": 17,
                "column": 14,
                "offset": 170
              },
              "end": {
                "line": 17,
                "column": 21,
                "offset": 177
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 4,
              "offset": 160
            },
            "end": {
              "line": 17,
              "column": 21,
              "offset": 177
            }
          }
        },
        "loc": {
          "start": {
            "line": 17,
            "column": 0,
            "offset": 156
          },
          "end": {
            "line": 17,
            "column": 21,
            "offset": 177
          }
        }
      },
      "loc": {
        "start": {
          "line": 17,
          "column": 0,
          "offset": 156
        },
        "end": {
          "line": 17,
          "column": 22,
          "offset": 178
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "binding": {
          "type": "AssignmentTargetIdentifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 19,
              "column": 0,
              "offset": 180
            },
            "end": {
              "line": 19,
              "column": 1,
              "offset": 181
            }
          }
        },
        "expression": {
          "type": "ConditionalExpression",
          "test": {
            "type": "IdentifierExpression",
            "name": "b",
            "loc": {
              "start": {
                "line": 19,
                "column": 4,
                "offset": 184
              },
              "end": {
                "line": 19,
                "column": 5,
                "offset": 185
              }
            }
          },
          "consequent": {
            "type": "LiteralStringExpression",
            "value": "f",
            "loc": {
              "start": {
                "line": 19,
                "column": 8,
                "offset": 188
              },
              "end": {
                "line": 19,
                "column": 11,
                "offset": 191
              }
            }
          },
          "alternate": {
            "type": "ConditionalExpression",
            "test": {
              "type": "IdentifierExpression",
              "name": "b",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 14,
                  "offset": 194
                },
                "end": {
                  "line": 19,
                  "column": 15,
                  "offset": 195
                }
              }
            },
            "consequent": {
              "type": "LiteralStringExpression",
              "value": "f",
              "loc": {
                "start": {
                  "line": 19,
                  "column": 18,
                  "offset": 198
                },
                "end": {
                  "line": 19,
                  "column": 21,
                  "offset": 201
                }
              }
            },
            "alternate": {
              "type": "BinaryExpression",
              "left": {
                "type": "LiteralStringExpression",
                "value": "g",
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 24,
                    "offset": 204
                  },
                  "end": {
                    "line": 19,
                    "column": 27,
                    "offset": 207
                  }
                }
              },
              "operator": "+",
              "right": {
                "type": "LiteralStringExpression",
                "value": "h",
                "loc": {
                  "start": {
                    "line": 19,
                    "column": 28,
                    "offset": 208
                  },
                  "end": {
                    "line": 19,
                    "column": 31,
                    "offset": 211
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 19,
                  "column": 24,
                  "offset": 204
                },
                "end": {
                  "line": 19,
                  "column": 31,
                  "offset": 211
                }
              }
            },
            "loc": {
              "start": {
                "line": 19,
                "column": 14,
                "offset": 194
              },
              "end": {
                "line": 19,
                "column": 31,
                "offset": 211
              }
            }
          },
          "loc": {
            "start": {
              "line": 19,
              "column": 4,
              "offset": 184
            },
            "end": {
              "line": 19,
              "column": 31,
              "offset": 211
            }
          }
        },
        "loc": {
          "start": {
            "line": 19,
            "column": 0,
            "offset": 180
          },
          "end": {
            "line": 19,
            "column": 31,
            "offset": 211
          }
        }
      },
      "loc": {
        "start": {
          "line": 19,
          "column": 0,
          "offset": 180
        },
        "end": {
          "line": 19,
          "column": 32,
          "offset": 212
        }
      }
    },
    {
      "type": "IfStatement",
      "test": {
        "type": "CallExpression",
        "callee": {
          "type": "IdentifierExpression",
          "name": "i",
          "loc": {
            "start": {
              "line": 22,
              "column": 4,
              "offset": 264
            },
            "end": {
              "line": 22,
              "column": 5,
              "offset": 265
            }
          }
        },
        "arguments": [],
        "loc": {
          "start": {
            "line": 22,
            "column": 4,
            "offset": 264
          },
          "end": {
            "line": 22,
            "column": 7,
            "offset": 267
          }
        }
      },
      "consequent": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "binding": {
                  "type": "AssignmentTargetIdentifier",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 4,
                      "offset": 275
                    },
                    "end": {
                      "line": 23,
                      "column": 5,
                      "offset": 276
                    }
                  }
                },
                "expression": {
                  "type": "BinaryExpression",
                  "left": {
                    "type": "LiteralNumericExpression",
                    "value": 9,
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 8,
                        "offset": 279
                      },
                      "end": {
                        "line": 23,
                        "column": 9,
                        "offset": 280
                      }
                    }
                  },
                  "operator": "+",
                  "right": {
                    "type": "LiteralNumericExpression",
                    "value": 10,
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 10,
                        "offset": 281
                      },
                      "end": {
                        "line": 23,
                        "column": 12,
                        "offset": 283
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 8,
                      "offset": 279
                    },
                    "end": {
                      "line": 23,
                      "column": 12,
                      "offset": 283
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 4,
                    "offset": 275
                  },
                  "end": {
                    "line": 23,
                    "column": 12,
                    "offset": 283
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 23,
                  "column": 4,
                  "offset": 275
                },
                "end": {
                  "line": 23,
                  "column": 13,
                  "offset": 284
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 22,
              "column": 9,
              "offset": 269
            },
            "end": {
              "line": 24,
              "column": 1,
              "offset": 286
            }
          }
        },
        "loc": {
          "start": {
            "line": 22,
            "column": 9,
            "offset": 269
          },
          "end": {
            "line": 24,
            "column": 1,
            "offset": 286
          }
        }
      },
      "alternate": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "binding": {
                  "type": "AssignmentTargetIdentifier",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 4,
                      "offset": 298
                    },
                    "end": {
                      "line": 25,
                      "column": 5,
                      "offset": 299
                    }
                  }
                },
                "expression": {
                  "type": "LiteralNumericExpression",
                  "value": 11,
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 8,
                      "offset": 302
                    },
                    "end": {
                      "line": 25,
                      "column": 10,
                      "offset": 304
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 4,
                    "offset": 298
                  },
                  "end": {
                    "line": 25,
                    "column": 10,
                    "offset": 304
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 25,
                  "column": 4,
                  "offset": 298
                },
                "end": {
                  "line": 25,
                  "column": 11,
                  "offset": 305
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 24,
              "column": 7,
              "offset": 292
            },
            "end": {
              "line": 26,
              "column": 1,
              "offset": 307
            }
          }
        },
        "loc": {
          "start": {
            "line": 24,
            "column": 7,
            "offset": 292
          },
          "end": {
            "line": 26,
            "column": 1,
            "offset": 307
          }
        }
      },
      "loc": {
        "start": {
          "line": 22,
          "column": 0,
          "offset": 260
        },
        "end": {
          "line": 26,
          "column": 1,
          "offset": 307
        }
      }
    },
    {
      "type": "IfStatement",
      "test": {
        "type": "IdentifierExpression",
        "name": "c",
        "loc": {
          "start": {
            "line": 28,
            "column": 4,
            "offset": 313
          },
          "end": {
            "line": 28,
            "column": 5,
            "offset": 314
          }
        }
      },
      "consequent": {
        "type": "BlockStatement",
        "block": {
          "type": "Block",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "binding": {
                  "type": "AssignmentTargetIdentifier",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 4,
                      "offset": 322
                    },
                    "end": {
                      "line": 29,
                      "column": 5,
                      "offset": 323
                    }
                  }
                },
                "expression": {
                  "type": "LiteralStringExpression",
                  "value": "j",
                  "loc": {
                    "start": {
                      "line": 29,
                      "column": 8,
                      "offset": 326
                    },
                    "end": {
                      "line": 29,
                      "column": 11,
                      "offset": 329
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 29,
                    "column": 4,
                    "offset": 322
                  },
                  "end": {
                    "line": 29,
                    "column": 11,
                    "offset": 329
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 29,
                  "column": 4,
                  "offset": 322
                },
                "end": {
                  "line": 29,
                  "column": 12,
                  "offset": 330
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 28,
              "column": 7,
              "offset": 316
            },
            "end": {
              "line": 30,
              "column": 1,
              "offset": 332
            }
          }
        },
        "loc": {
          "start": {
            "line": 28,
            "column": 7,
            "offset": 316
          },
          "end": {
            "line": 30,
            "column": 1,
            "offset": 332
          }
        }
      },
      "alternate": {
        "type": "IfStatement",
        "test": {
          "type": "CallExpression",
          "callee": {
            "type": "IdentifierExpression",
            "name": "i",
            "loc": {
              "start": {
                "line": 30,
                "column": 11,
                "offset": 342
              },
              "end": {
                "line": 30,
                "column": 12,
                "offset": 343
              }
            }
          },
          "arguments": [],
          "loc": {
            "start": {
              "line": 30,
              "column": 11,
              "offset": 342
            },
            "end": {
              "line": 30,
              "column": 14,
              "offset": 345
            }
          }
        },
        "consequent": {
          "type": "BlockStatement",
          "block": {
            "type": "Block",
            "statements": [
              {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "AssignmentExpression",
                  "binding": {
                    "type": "AssignmentTargetIdentifier",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 4,
                        "offset": 353
                      },
                      "end": {
                        "line": 31,
                        "column": 5,
                        "offset": 354
                      }
                    }
                  },
                  "expression": {
                    "type": "BinaryExpression",
                    "left": {
                      "type": "LiteralStringExpression",
                      "value": "k",
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 8,
                          "offset": 357
                        },
                        "end": {
                          "line": 31,
                          "column": 11,
                          "offset": 360
                        }
                      }
                    },
                    "operator": "+",
                    "right": {
                      "type": "LiteralStringExpression",
                      "value": "l",
                      "loc": {
                        "start": {
                          "line": 31,
                          "column": 12,
                          "offset": 361
                        },
                        "end": {
                          "line": 31,
                          "column": 15,
                          "offset": 364
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 31,
                        "column": 8,
                        "offset": 357
                      },
                      "end": {
                        "line": 31,
                        "column": 15,
                        "offset": 364
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 31,
                      "column": 4,
                      "offset": 353
                    },
                    "end": {
                      "line": 31,
                      "column": 15,
                      "offset": 364
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 31,
                    "column": 4,
                    "offset": 353
                  },
                  "end": {
                    "line": 31,
                    "column": 16,
                    "offset": 365
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 30,
                "column": 16,
                "offset": 347
              },
              "end": {
                "line": 32,
                "column": 1,
                "offset": 367
              }
            }
          },
          "loc": {
            "start": {
              "line": 30,
              "column": 16,
              "offset": 347
            },
            "end": {
              "line": 32,
              "column": 1,
              "offset": 367
            }
          }
        },
        "alternate": {
          "type": "BlockStatement",
          "block": {
            "type": "Block",
            "statements": [
              {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "AssignmentExpression",
                  "binding": {
                    "type": "AssignmentTargetIdentifier",
                    "name": "a",
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 4,
                        "offset": 379
                      },
                      "end": {
                        "line": 33,
                        "column": 5,
                        "offset": 380
                      }
                    }
                  },
                  "expression": {
                    "type": "LiteralStringExpression",
                    "value": "j",
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 8,
                        "offset": 383
                      },
                      "end": {
                        "line": 33,
                        "column": 11,
                        "offset": 386
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 33,
                      "column": 4,
                      "offset": 379
                    },
                    "end": {
                      "line": 33,
                      "column": 11,
                      "offset": 386
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 33,
                    "column": 4,
                    "offset": 379
                  },
                  "end": {
                    "line": 33,
                    "column": 12,
                    "offset": 387
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 32,
                "column": 7,
                "offset": 373
              },
              "end": {
                "line": 34,
                "column": 1,
                "offset": 389
              }
            }
          },
          "loc": {
            "start": {
              "line": 32,
              "column": 7,
              "offset": 373
            },
            "end": {
              "line": 34,
              "column": 1,
              "offset": 389
            }
          }
        },
        "loc": {
          "start": {
            "line": 30,
            "column": 7,
            "offset": 338
          },
          "end": {
            "line": 34,
            "column": 1,
            "offset": 389
          }
        }
      },
      "loc": {
        "start": {
          "line": 28,
          "column": 0,
          "offset": 309
        },
        "end": {
          "line": 34,
          "column": 1,
          "offset": 389
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "binding": {
          "type": "AssignmentTargetIdentifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 36,
              "column": 0,
              "offset": 391
            },
            "end": {
              "line": 36,
              "column": 1,
              "offset": 392
            }
          }
        },
        "expression": {
          "type": "ConditionalExpression",
          "test": {
            "type": "CallExpression",
            "callee": {
              "type": "IdentifierExpression",
              "name": "i",
              "loc": {
                "start": {
                  "line": 36,
                  "column": 4,
                  "offset": 395
                },
                "end": {
                  "line": 36,
                  "column": 5,
                  "offset": 396
                }
              }
            },
            "arguments": [],
            "loc": {
              "start": {
                "line": 36,
                "column": 4,
                "offset": 395
              },
              "end": {
                "line": 36,
                "column": 7,
                "offset": 398
              }
            }
          },
          "consequent": {
            "type": "LiteralStringExpression",
            "value": "m",
            "loc": {
              "start": {
                "line": 36,
                "column": 10,
                "offset": 401
              },
              "end": {
                "line": 36,
                "column": 13,
                "offset": 404
              }
            }
          },
          "alternate": {
            "type": "BinaryExpression",
            "left": {
              "type": "LiteralStringExpression",
              "value": "f",
              "loc": {
                "start": {
                  "line": 36,
                  "column": 16,
                  "offset": 407
                },
                "end": {
                  "line": 36,
                  "column": 19,
                  "offset": 410
                }
              }
            },
            "operator": "+",
            "right": {
              "type": "LiteralStringExpression",
              "value": "n",
              "loc": {
                "start": {
                  "line": 36,
                  "column": 20,
                  "offset": 411
                },
                "end": {
                  "line": 36,
                  "column": 23,
                  "offset": 414
                }
              }
            },
            "loc": {
              "start": {
                "line": 36,
                "column": 16,
                "offset": 407
              },
              "end": {
                "line": 36,
                "column": 23,
                "offset": 414
              }
            }
          },
          "loc": {
            "start": {
              "line": 36,
              "column": 4,
              "offset": 395
            },
            "end": {
              "line": 36,
              "column": 23,
              "offset": 414
            }
          }
        },
        "loc": {
          "start": {
            "line": 36,
            "column": 0,
            "offset": 391
          },
          "end": {
            "line": 36,
            "column": 23,
            "offset": 414
          }
        }
      },
      "loc": {
        "start": {
          "line": 36,
          "column": 0,
          "offset": 391
        },
        "end": {
          "line": 36,
          "column": 24,
          "offset": 415
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "binding": {
          "type": "AssignmentTargetIdentifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 39,
              "column": 0,
              "offset": 441
            },
            "end": {
              "line": 39,
              "column": 1,
              "offset": 442
            }
          }
        },
        "expression": {
          "type": "ConditionalExpression",
          "test": {
            "type": "IdentifierExpression",
            "name": "b",
            "loc": {
              "start": {
                "line": 39,
                "column": 4,
                "offset": 445
              },
              "end": {
                "line": 39,
                "column": 5,
                "offset": 446
              }
            }
          },
          "consequent": {
            "type": "IdentifierExpression",
            "name": "d",
            "loc": {
              "start": {
                "line": 39,
                "column": 8,
                "offset": 449
              },
              "end": {
                "line": 39,
                "column": 9,
                "offset": 450
              }
            }
          },
          "alternate": {
            "type": "IdentifierExpression",
            "name": "e",
            "loc": {
              "start": {
                "line": 39,
                "column": 12,
                "offset": 453
              },
              "end": {
                "line": 39,
                "column": 13,
                "offset": 454
              }
            }
          },
          "loc": {
            "start": {
              "line": 39,
              "column": 4,
              "offset": 445
            },
            "end": {
              "line": 39,
              "column": 13,
              "offset": 454
            }
          }
        },
        "loc": {
          "start": {
            "line": 39,
            "column": 0,
            "offset": 441
          },
          "end": {
            "line": 39,
            "column": 13,
            "offset": 454
          }
        }
      },
      "loc": {
        "start": {
          "line": 39,
          "column": 0,
          "offset": 441
        },
        "end": {
          "line": 39,
          "column": 14,
          "offset": 455
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "binding": {
          "type": "AssignmentTargetIdentifier",
          "name": "a",
          "loc": {
            "start": {
              "line": 41,
              "column": 0,
              "offset": 457
            },
            "end": {
              "line": 41,
              "column": 1,
              "offset": 458
            }
          }
        },
        "expression": {
          "type": "ConditionalExpression",
          "test": {
            "type": "IdentifierExpression",
            "name": "b",
            "loc": {
              "start": {
                "line": 41,
                "column": 4,
                "offset": 461
              },
              "end": {
                "line": 41,
                "column": 5,
                "offset": 462
              }
            }
          },
          "consequent": {
            "type": "LiteralStringExpression",
            "value": "f",
            "loc": {
              "start": {
                "line": 41,
                "column": 8,
                "offset": 465
              },
              "end": {
                "line": 41,
                "column": 11,
                "offset": 468
              }
            }
          },
          "alternate": {
            "type": "LiteralStringExpression",
            "value": "g",
            "loc": {
              "start": {
                "line": 41,
                "column": 14,
                "offset": 471
              },
              "end": {
                "line": 41,
                "column": 17,
                "offset": 474
              }
            }
          },
          "loc": {
            "start": {
              "line": 41,
              "column": 4,
              "offset": 461
            },
            "end": {
              "line": 41,
              "column": 17,
              "offset": 474
            }
          }
        },
        "loc": {
          "start": {
            "line": 41,
            "column": 0,
            "offset": 457
          },
          "end": {
            "line": 41,
            "column": 17,
            "offset": 474
          }
        }
      },
      "loc": {
        "start": {
          "line": 41,
          "column": 0,
          "offset": 457
        },
        "end": {
          "line": 41,
          "column": 18,
          "offset": 475
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 41,
      "column": 18,
      "offset": 475
    }
  }
}
