{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "IdentifierExpression",
          "name": "a",
          "loc": {
            "start": {
              "line": 2,
              "column": 0,
              "offset": 5
            },
            "end": {
              "line": 2,
              "column": 1,
              "offset": 6
            }
          }
        },
        "arguments": [],
        "loc": {
          "start": {
            "line": 2,
            "column": 0,
            "offset": 5
          },
          "end": {
            "line": 2,
            "column": 3,
            "offset": 8
          }
        }
      },
      "loc": {
        "start": {
          "line": 2,
          "column": 0,
          "offset": 5
        },
        "end": {
          "line": 2,
          "column": 4,
          "offset": 9
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "IdentifierExpression",
          "name": "b",
          "loc": {
            "start": {
              "line": 3,
              "column": 0,
              "offset": 10
            },
            "end": {
              "line": 3,
              "column": 1,
              "offset": 11
            }
          }
        },
        "arguments": [],
        "loc": {
          "start": {
            "line": 3,
            "column": 0,
            "offset": 10
          },
          "end": {
            "line": 3,
            "column": 3,
            "offset": 13
          }
        }
      },
      "loc": {
        "start": {
          "line": 3,
          "column": 0,
          "offset": 10
        },
        "end": {
          "line": 3,
          "column": 4,
          "offset": 14
        }
      }
    },
    {
      "type": "ForStatement",
      "init": null,
      "test": {
        "type": "LiteralBooleanExpression",
        "value": false,
        "loc": {
          "start": {
            "line": 4,
            "column": 7,
            "offset": 22
          },
          "end": {
            "line": 4,
            "column": 12,
            "offset": 27
          }
        }
      },
      "update": null,
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 4,
            "column": 14,
            "offset": 29
          },
          "end": {
            "line": 4,
            "column": 15,
            "offset": 30
          }
        }
      },
      "loc": {
        "start": {
          "line": 4,
          "column": 0,
          "offset": 15
        },
        "end": {
          "line": 4,
          "column": 15,
          "offset": 30
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "IdentifierExpression",
          "name": "a",
          "loc": {
            "start": {
              "line": 6,
              "column": 0,
              "offset": 36
            },
            "end": {
              "line": 6,
              "column": 1,
              "offset": 37
            }
          }
        },
        "arguments": [],
        "loc": {
          "start": {
            "line": 6,
            "column": 0,
            "offset": 36
          },
          "end": {
            "line": 6,
            "column": 3,
            "offset": 39
          }
        }
      },
      "loc": {
        "start": {
          "line": 6,
          "column": 0,
          "offset": 36
        },
        "end": {
          "line": 6,
          "column": 4,
          "offset": 40
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "IdentifierExpression",
          "name": "b",
          "loc": {
            "start": {
              "line": 7,
              "column": 0,
              "offset": 41
            },
            "end": {
              "line": 7,
              "column": 1,
              "offset": 42
            }
          }
        },
        "arguments": [],
        "loc": {
          "start": {
            "line": 7,
            "column": 0,
            "offset": 41
          },
          "end": {
            "line": 7,
            "column": 3,
            "offset": 44
          }
        }
      },
      "loc": {
        "start": {
          "line": 7,
          "column": 0,
          "offset": 41
        },
        "end": {
          "line": 7,
          "column": 4,
          "offset": 45
        }
      }
    },
    {
      "type": "ForStatement",
      "init": {
        "type": "AssignmentExpression",
        "binding": {
          "type": "AssignmentTargetIdentifier",
          "name": "c",
          "loc": {
            "start": {
              "line": 8,
              "column": 5,
              "offset": 51
            },
            "end": {
              "line": 8,
              "column": 6,
              "offset": 52
            }
          }
        },
        "expression": {
          "type": "LiteralNumericExpression",
          "value": 1,
          "loc": {
            "start": {
              "line": 8,
              "column": 9,
              "offset": 55
            },
            "end": {
              "line": 8,
              "column": 10,
              "offset": 56
            }
          }
        },
        "loc": {
          "start": {
            "line": 8,
            "column": 5,
            "offset": 51
          },
          "end": {
            "line": 8,
            "column": 10,
            "offset": 56
          }
        }
      },
      "test": {
        "type": "LiteralBooleanExpression",
        "value": false,
        "loc": {
          "start": {
            "line": 8,
            "column": 12,
            "offset": 58
          },
          "end": {
            "line": 8,
            "column": 17,
            "offset": 63
          }
        }
      },
      "update": null,
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 8,
            "column": 19,
            "offset": 65
          },
          "end": {
            "line": 8,
            "column": 20,
            "offset": 66
          }
        }
      },
      "loc": {
        "start": {
          "line": 8,
          "column": 0,
          "offset": 46
        },
        "end": {
          "line": 8,
          "column": 20,
          "offset": 66
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "binding": {
          "type": "AssignmentTargetIdentifier",
          "name": "c",
          "loc": {
            "start": {
              "line": 10,
              "column": 0,
              "offset": 72
            },
            "end": {
              "line": 10,
              "column": 1,
              "offset": 73
            }
          }
        },
        "expression": {
          "type": "BinaryExpression",
          "left": {
            "type": "IdentifierExpression",
            "name": "a",
            "loc": {
              "start": {
                "line": 10,
                "column": 5,
                "offset": 77
              },
              "end": {
                "line": 10,
                "column": 6,
                "offset": 78
              }
            }
          },
          "operator": "in",
          "right": {
            "type": "IdentifierExpression",
            "name": "b",
            "loc": {
              "start": {
                "line": 10,
                "column": 10,
                "offset": 82
              },
              "end": {
                "line": 10,
                "column": 11,
                "offset": 83
              }
            }
          },
          "loc": {
            "start": {
              "line": 10,
              "column": 5,
              "offset": 77
            },
            "end": {
              "line": 10,
              "column": 11,
              "offset": 83
            }
          }
        },
        "loc": {
          "start": {
            "line": 10,
            "column": 0,
            "offset": 72
          },
          "end": {
            "line": 10,
            "column": 12,
            "offset": 84
          }
        }
      },
      "loc": {
        "start": {
          "line": 10,
          "column": 0,
          "offset": 72
        },
        "end": {
          "line": 10,
          "column": 13,
          "offset": 85
        }
      }
    },
    {
      "type": "ForStatement",
      "init": null,
      "test": {
        "type": "LiteralBooleanExpression",
        "value": false,
        "loc": {
          "start": {
            "line": 11,
            "column": 7,
            "offset": 93
          },
          "end": {
            "line": 11,
            "column": 12,
            "offset": 98
          }
        }
      },
      "update": null,
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 11,
            "column": 14,
            "offset": 100
          },
          "end": {
            "line": 11,
            "column": 15,
            "offset": 101
          }
        }
      },
      "loc": {
        "start": {
          "line": 11,
          "column": 0,
          "offset": 86
        },
        "end": {
          "line": 11,
          "column": 15,
          "offset": 101
        }
      }
    },
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "AssignmentExpression",
        "binding": {
          "type": "AssignmentTargetIdentifier",
          "name": "c",
          "loc": {
            "start": {
              "line": 13,
              "column": 0,
              "offset": 107
            },
            "end": {
              "line": 13,
              "column": 1,
              "offset": 108
            }
          }
        },
        "expression": {
          "type": "BinaryExpression",
          "left": {
            "type": "IdentifierExpression",
            "name": "a",
            "loc": {
              "start": {
                "line": 13,
                "column": 5,
                "offset": 112
              },
              "end": {
                "line": 13,
                "column": 6,
                "offset": 113
              }
            }
          },
          "operator": "in",
          "right": {
            "type": "IdentifierExpression",
            "name": "b",
            "loc": {
              "start": {
                "line": 13,
                "column": 10,
                "offset": 117
              },
              "end": {
                "line": 13,
                "column": 11,
                "offset": 118
              }
            }
          },
          "loc": {
            "start": {
              "line": 13,
              "column": 5,
              "offset": 112
            },
            "end": {
              "line": 13,
              "column": 11,
              "offset": 118
            }
          }
        },
        "loc": {
          "start": {
            "line": 13,
            "column": 0,
            "offset": 107
          },
          "end": {
            "line": 13,
            "column": 12,
            "offset": 119
          }
        }
      },
      "loc": {
        "start": {
          "line": 13,
          "column": 0,
          "offset": 107
        },
        "end": {
          "line": 13,
          "column": 13,
          "offset": 120
        }
      }
    },
    {
      "type": "ForStatement",
      "init": {
        "type": "AssignmentExpression",
        "binding": {
          "type": "AssignmentTargetIdentifier",
          "name": "d",
          "loc": {
            "start": {
              "line": 14,
              "column": 5,
              "offset": 126
            },
            "end": {
              "line": 14,
              "column": 6,
              "offset": 127
            }
          }
        },
        "expression": {
          "type": "LiteralNumericExpression",
          "value": 2,
          "loc": {
            "start": {
              "line": 14,
              "column": 9,
              "offset": 130
            },
            "end": {
              "line": 14,
              "column": 10,
              "offset": 131
            }
          }
        },
        "loc": {
          "start": {
            "line": 14,
            "column": 5,
            "offset": 126
          },
          "end": {
            "line": 14,
            "column": 10,
            "offset": 131
          }
        }
      },
      "test": {
        "type": "LiteralBooleanExpression",
        "value": false,
        "loc": {
          "start": {
            "line": 14,
            "column": 12,
            "offset": 133
          },
          "end": {
            "line": 14,
            "column": 17,
            "offset": 138
          }
        }
      },
      "update": null,
      "body": {
        "type": "EmptyStatement",
        "loc": {
          "start": {
            "line": 14,
            "column": 19,
            "offset": 140
          },
          "end": {
            "line": 14,
            "column": 20,
            "offset": 141
          }
        }
      },
      "loc": {
        "start": {
          "line": 14,
          "column": 0,
          "offset": 121
        },
        "end": {
          "line": 14,
          "column": 20,
          "offset": 141
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 14,
      "column": 20,
      "offset": 141
    }
  }
}
