{
  "type": "Program",
  "statements": [
    {
      "type": "ForUpdateStatement",
      "init": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "i",
              "loc": {
                "start": {
                  "line": 17,
                  "column": 10
                },
                "end": {
                  "line": 17,
                  "column": 11
                }
              }
            },
            "init": {
              "type": "NumberLiteral",
              "value": 1,
              "loc": {
                "start": {
                  "line": 17,
                  "column": 14
                },
                "end": {
                  "line": 17,
                  "column": 15
                }
              }
            },
            "loc": {
              "start": {
                "line": 17,
                "column": 10
              },
              "end": {
                "line": 17,
                "column": 15
              }
            }
          }
        ],
        "kind": "let",
        "loc": {
          "start": {
            "line": 17,
            "column": 6
          },
          "end": {
            "line": 17,
            "column": 15
          }
        }
      },
      "test": {
        "type": "BinaryExpression",
        "operator": "<",
        "left": {
          "type": "Identifier",
          "name": "i",
          "loc": {
            "start": {
              "line": 17,
              "column": 17
            },
            "end": {
              "line": 17,
              "column": 18
            }
          }
        },
        "right": {
          "type": "NumberLiteral",
          "value": 10,
          "loc": {
            "start": {
              "line": 17,
              "column": 21
            },
            "end": {
              "line": 17,
              "column": 23
            }
          }
        },
        "loc": {
          "start": {
            "line": 17,
            "column": 17
          },
          "end": {
            "line": 17,
            "column": 23
          }
        }
      },
      "update": {
        "type": "UpdateExpression",
        "operator": "++",
        "prefix": false,
        "argument": {
          "type": "Identifier",
          "name": "i",
          "loc": {
            "start": {
              "line": 17,
              "column": 25
            },
            "end": {
              "line": 17,
              "column": 26
            }
          }
        },
        "loc": {
          "start": {
            "line": 17,
            "column": 25
          },
          "end": {
            "line": 17,
            "column": 28
          }
        }
      },
      "body": {
        "type": "BlockStatement",
        "statements": [
          {
            "type": "VariableDeclaration",
            "declarations": [
              {
                "type": "VariableDeclarator",
                "id": {
                  "type": "Identifier",
                  "name": "E",
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 3
                    },
                    "end": {
                      "line": 18,
                      "column": 11
                    }
                  }
                },
                "init": null,
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 3
                  },
                  "end": {
                    "line": 18,
                    "column": 11
                  }
                }
              }
            ],
            "kind": "let",
            "loc": {
              "start": {
                "line": 18,
                "column": 3
              },
              "end": {
                "line": 18,
                "column": 11
              }
            }
          },
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "function": {
                  "type": "ScriptFunction",
                  "id": null,
                  "generator": false,
                  "async": false,
                  "expression": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "name": "E",
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 3
                        },
                        "end": {
                          "line": 18,
                          "column": 11
                        }
                      }
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "statements": [],
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 3
                      },
                      "end": {
                        "line": 18,
                        "column": 11
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 3
                    },
                    "end": {
                      "line": 18,
                      "column": 11
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 18,
                    "column": 3
                  },
                  "end": {
                    "line": 18,
                    "column": 11
                  }
                }
              },
              "arguments": [
                {
                  "type": "LogicalExpression",
                  "operator": "||",
                  "left": {
                    "type": "Identifier",
                    "name": "E",
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 3
                      },
                      "end": {
                        "line": 18,
                        "column": 11
                      }
                    }
                  },
                  "right": {
                    "type": "AssignmentExpression",
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "name": "E",
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 3
                        },
                        "end": {
                          "line": 18,
                          "column": 11
                        }
                      }
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "properties": [],
                      "loc": {
                        "start": {
                          "line": 18,
                          "column": 3
                        },
                        "end": {
                          "line": 18,
                          "column": 11
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 18,
                        "column": 3
                      },
                      "end": {
                        "line": 18,
                        "column": 11
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 18,
                      "column": 3
                    },
                    "end": {
                      "line": 18,
                      "column": 11
                    }
                  }
                }
              ],
              "optional": false,
              "loc": {
                "start": {
                  "line": 18,
                  "column": 3
                },
                "end": {
                  "line": 18,
                  "column": 11
                }
              }
            },
            "loc": {
              "start": {
                "line": 18,
                "column": 3
              },
              "end": {
                "line": 18,
                "column": 11
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 17,
            "column": 30
          },
          "end": {
            "line": 19,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 19,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "obj",
            "loc": {
              "start": {
                "line": 21,
                "column": 5
              },
              "end": {
                "line": 21,
                "column": 8
              }
            }
          },
          "init": {
            "type": "ObjectExpression",
            "properties": [
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "a",
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 3
                    },
                    "end": {
                      "line": 22,
                      "column": 4
                    }
                  }
                },
                "value": {
                  "type": "NumberLiteral",
                  "value": 1,
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 5
                    },
                    "end": {
                      "line": 22,
                      "column": 6
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 3
                  },
                  "end": {
                    "line": 22,
                    "column": 6
                  }
                }
              },
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "b",
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 3
                    },
                    "end": {
                      "line": 23,
                      "column": 4
                    }
                  }
                },
                "value": {
                  "type": "NumberLiteral",
                  "value": 2,
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 5
                    },
                    "end": {
                      "line": 23,
                      "column": 6
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 3
                  },
                  "end": {
                    "line": 23,
                    "column": 6
                  }
                }
              },
              {
                "type": "Property",
                "method": false,
                "shorthand": false,
                "computed": false,
                "key": {
                  "type": "Identifier",
                  "name": "c",
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 3
                    },
                    "end": {
                      "line": 24,
                      "column": 4
                    }
                  }
                },
                "value": {
                  "type": "NumberLiteral",
                  "value": 3,
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 5
                    },
                    "end": {
                      "line": 24,
                      "column": 6
                    }
                  }
                },
                "kind": "init",
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 3
                  },
                  "end": {
                    "line": 24,
                    "column": 6
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 21,
                "column": 11
              },
              "end": {
                "line": 25,
                "column": 2
              }
            }
          },
          "loc": {
            "start": {
              "line": 21,
              "column": 5
            },
            "end": {
              "line": 25,
              "column": 2
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 21,
          "column": 1
        },
        "end": {
          "line": 25,
          "column": 2
        }
      }
    },
    {
      "type": "ForInStatement",
      "left": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "j",
              "loc": {
                "start": {
                  "line": 26,
                  "column": 10
                },
                "end": {
                  "line": 26,
                  "column": 11
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 26,
                "column": 10
              },
              "end": {
                "line": 26,
                "column": 11
              }
            }
          }
        ],
        "kind": "let",
        "loc": {
          "start": {
            "line": 26,
            "column": 6
          },
          "end": {
            "line": 26,
            "column": 11
          }
        }
      },
      "right": {
        "type": "Identifier",
        "name": "obj",
        "loc": {
          "start": {
            "line": 26,
            "column": 15
          },
          "end": {
            "line": 26,
            "column": 18
          }
        }
      },
      "body": {
        "type": "BlockStatement",
        "statements": [
          {
            "type": "VariableDeclaration",
            "declarations": [
              {
                "type": "VariableDeclarator",
                "id": {
                  "type": "Identifier",
                  "name": "E",
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 3
                    },
                    "end": {
                      "line": 27,
                      "column": 11
                    }
                  }
                },
                "init": null,
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 3
                  },
                  "end": {
                    "line": 27,
                    "column": 11
                  }
                }
              }
            ],
            "kind": "let",
            "loc": {
              "start": {
                "line": 27,
                "column": 3
              },
              "end": {
                "line": 27,
                "column": 11
              }
            }
          },
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "function": {
                  "type": "ScriptFunction",
                  "id": null,
                  "generator": false,
                  "async": false,
                  "expression": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "name": "E",
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 3
                        },
                        "end": {
                          "line": 27,
                          "column": 11
                        }
                      }
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "statements": [],
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 3
                      },
                      "end": {
                        "line": 27,
                        "column": 11
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 3
                    },
                    "end": {
                      "line": 27,
                      "column": 11
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 3
                  },
                  "end": {
                    "line": 27,
                    "column": 11
                  }
                }
              },
              "arguments": [
                {
                  "type": "LogicalExpression",
                  "operator": "||",
                  "left": {
                    "type": "Identifier",
                    "name": "E",
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 3
                      },
                      "end": {
                        "line": 27,
                        "column": 11
                      }
                    }
                  },
                  "right": {
                    "type": "AssignmentExpression",
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "name": "E",
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 3
                        },
                        "end": {
                          "line": 27,
                          "column": 11
                        }
                      }
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "properties": [],
                      "loc": {
                        "start": {
                          "line": 27,
                          "column": 3
                        },
                        "end": {
                          "line": 27,
                          "column": 11
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 3
                      },
                      "end": {
                        "line": 27,
                        "column": 11
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 3
                    },
                    "end": {
                      "line": 27,
                      "column": 11
                    }
                  }
                }
              ],
              "optional": false,
              "loc": {
                "start": {
                  "line": 27,
                  "column": 3
                },
                "end": {
                  "line": 27,
                  "column": 11
                }
              }
            },
            "loc": {
              "start": {
                "line": 27,
                "column": 3
              },
              "end": {
                "line": 27,
                "column": 11
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 26,
            "column": 20
          },
          "end": {
            "line": 28,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 26,
          "column": 1
        },
        "end": {
          "line": 28,
          "column": 2
        }
      }
    },
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "a",
            "loc": {
              "start": {
                "line": 30,
                "column": 5
              },
              "end": {
                "line": 30,
                "column": 6
              }
            }
          },
          "init": {
            "type": "ArrayExpression",
            "elements": [
              {
                "type": "NumberLiteral",
                "value": 1,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 10
                  },
                  "end": {
                    "line": 30,
                    "column": 11
                  }
                }
              },
              {
                "type": "NumberLiteral",
                "value": 2,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 13
                  },
                  "end": {
                    "line": 30,
                    "column": 14
                  }
                }
              },
              {
                "type": "NumberLiteral",
                "value": 3,
                "loc": {
                  "start": {
                    "line": 30,
                    "column": 16
                  },
                  "end": {
                    "line": 30,
                    "column": 17
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 30,
                "column": 9
              },
              "end": {
                "line": 30,
                "column": 18
              }
            }
          },
          "loc": {
            "start": {
              "line": 30,
              "column": 5
            },
            "end": {
              "line": 30,
              "column": 18
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 30,
          "column": 1
        },
        "end": {
          "line": 30,
          "column": 18
        }
      }
    },
    {
      "type": "ForOfStatement",
      "await": false,
      "left": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "k",
              "loc": {
                "start": {
                  "line": 31,
                  "column": 10
                },
                "end": {
                  "line": 31,
                  "column": 11
                }
              }
            },
            "init": null,
            "loc": {
              "start": {
                "line": 31,
                "column": 10
              },
              "end": {
                "line": 31,
                "column": 11
              }
            }
          }
        ],
        "kind": "let",
        "loc": {
          "start": {
            "line": 31,
            "column": 6
          },
          "end": {
            "line": 31,
            "column": 11
          }
        }
      },
      "right": {
        "type": "Identifier",
        "name": "a",
        "loc": {
          "start": {
            "line": 31,
            "column": 15
          },
          "end": {
            "line": 31,
            "column": 16
          }
        }
      },
      "body": {
        "type": "BlockStatement",
        "statements": [
          {
            "type": "VariableDeclaration",
            "declarations": [
              {
                "type": "VariableDeclarator",
                "id": {
                  "type": "Identifier",
                  "name": "E",
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 3
                    },
                    "end": {
                      "line": 32,
                      "column": 11
                    }
                  }
                },
                "init": null,
                "loc": {
                  "start": {
                    "line": 32,
                    "column": 3
                  },
                  "end": {
                    "line": 32,
                    "column": 11
                  }
                }
              }
            ],
            "kind": "let",
            "loc": {
              "start": {
                "line": 32,
                "column": 3
              },
              "end": {
                "line": 32,
                "column": 11
              }
            }
          },
          {
            "type": "ExpressionStatement",
            "expression": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "function": {
                  "type": "ScriptFunction",
                  "id": null,
                  "generator": false,
                  "async": false,
                  "expression": false,
                  "params": [
                    {
                      "type": "Identifier",
                      "name": "E",
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 3
                        },
                        "end": {
                          "line": 32,
                          "column": 11
                        }
                      }
                    }
                  ],
                  "body": {
                    "type": "BlockStatement",
                    "statements": [],
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 3
                      },
                      "end": {
                        "line": 32,
                        "column": 11
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 3
                    },
                    "end": {
                      "line": 32,
                      "column": 11
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 32,
                    "column": 3
                  },
                  "end": {
                    "line": 32,
                    "column": 11
                  }
                }
              },
              "arguments": [
                {
                  "type": "LogicalExpression",
                  "operator": "||",
                  "left": {
                    "type": "Identifier",
                    "name": "E",
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 3
                      },
                      "end": {
                        "line": 32,
                        "column": 11
                      }
                    }
                  },
                  "right": {
                    "type": "AssignmentExpression",
                    "operator": "=",
                    "left": {
                      "type": "Identifier",
                      "name": "E",
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 3
                        },
                        "end": {
                          "line": 32,
                          "column": 11
                        }
                      }
                    },
                    "right": {
                      "type": "ObjectExpression",
                      "properties": [],
                      "loc": {
                        "start": {
                          "line": 32,
                          "column": 3
                        },
                        "end": {
                          "line": 32,
                          "column": 11
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 3
                      },
                      "end": {
                        "line": 32,
                        "column": 11
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 3
                    },
                    "end": {
                      "line": 32,
                      "column": 11
                    }
                  }
                }
              ],
              "optional": false,
              "loc": {
                "start": {
                  "line": 32,
                  "column": 3
                },
                "end": {
                  "line": 32,
                  "column": 11
                }
              }
            },
            "loc": {
              "start": {
                "line": 32,
                "column": 3
              },
              "end": {
                "line": 32,
                "column": 11
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 31,
            "column": 18
          },
          "end": {
            "line": 33,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 31,
          "column": 1
        },
        "end": {
          "line": 33,
          "column": 2
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 34,
      "column": 1
    }
  }
}
Transformed AST structure check passed.
