{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "FunctionDeclaration",
      "isAsync": false,
      "isGenerator": false,
      "name": {
        "type": "BindingIdentifier",
        "name": "a",
        "loc": {
          "start": {
            "line": 1,
            "column": 9,
            "offset": 9
          },
          "end": {
            "line": 1,
            "column": 10,
            "offset": 10
          }
        }
      },
      "params": {
        "type": "FormalParameters",
        "items": [
          {
            "type": "BindingIdentifier",
            "name": "b",
            "loc": {
              "start": {
                "line": 1,
                "column": 11,
                "offset": 11
              },
              "end": {
                "line": 1,
                "column": 12,
                "offset": 12
              }
            }
          }
        ],
        "rest": null,
        "loc": {
          "start": {
            "line": 1,
            "column": 10,
            "offset": 10
          },
          "end": {
            "line": 1,
            "column": 13,
            "offset": 13
          }
        }
      },
      "body": {
        "type": "FunctionBody",
        "directives": [],
        "statements": [
          {
            "type": "ForStatement",
            "init": {
              "type": "VariableDeclaration",
              "kind": "var",
              "declarators": [
                {
                  "type": "VariableDeclarator",
                  "binding": {
                    "type": "BindingIdentifier",
                    "name": "c",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 13,
                        "offset": 29
                      },
                      "end": {
                        "line": 2,
                        "column": 14,
                        "offset": 30
                      }
                    }
                  },
                  "init": {
                    "type": "LiteralNumericExpression",
                    "value": 1,
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 17,
                        "offset": 33
                      },
                      "end": {
                        "line": 2,
                        "column": 18,
                        "offset": 34
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 13,
                      "offset": 29
                    },
                    "end": {
                      "line": 2,
                      "column": 18,
                      "offset": 34
                    }
                  }
                },
                {
                  "type": "VariableDeclarator",
                  "binding": {
                    "type": "BindingIdentifier",
                    "name": "d",
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 20,
                        "offset": 36
                      },
                      "end": {
                        "line": 2,
                        "column": 21,
                        "offset": 37
                      }
                    }
                  },
                  "init": {
                    "type": "CallExpression",
                    "callee": {
                      "type": "StaticMemberExpression",
                      "object": {
                        "type": "IdentifierExpression",
                        "name": "b",
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 24,
                            "offset": 40
                          },
                          "end": {
                            "line": 2,
                            "column": 25,
                            "offset": 41
                          }
                        }
                      },
                      "property": "e",
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 24,
                          "offset": 40
                        },
                        "end": {
                          "line": 2,
                          "column": 27,
                          "offset": 43
                        }
                      }
                    },
                    "arguments": [],
                    "loc": {
                      "start": {
                        "line": 2,
                        "column": 24,
                        "offset": 40
                      },
                      "end": {
                        "line": 2,
                        "column": 29,
                        "offset": 45
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 20,
                      "offset": 36
                    },
                    "end": {
                      "line": 2,
                      "column": 29,
                      "offset": 45
                    }
                  }
                }
              ],
              "loc": {
                "start": {
                  "line": 2,
                  "column": 9,
                  "offset": 25
                },
                "end": {
                  "line": 2,
                  "column": 29,
                  "offset": 45
                }
              }
            },
            "test": null,
            "update": {
              "type": "UpdateExpression",
              "isPrefix": false,
              "operator": "++",
              "operand": {
                "type": "AssignmentTargetIdentifier",
                "name": "c",
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 33,
                    "offset": 49
                  },
                  "end": {
                    "line": 2,
                    "column": 34,
                    "offset": 50
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 33,
                  "offset": 49
                },
                "end": {
                  "line": 2,
                  "column": 36,
                  "offset": 52
                }
              }
            },
            "body": {
              "type": "BlockStatement",
              "block": {
                "type": "Block",
                "statements": [],
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 38,
                    "offset": 54
                  },
                  "end": {
                    "line": 2,
                    "column": 40,
                    "offset": 56
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 2,
                  "column": 38,
                  "offset": 54
                },
                "end": {
                  "line": 2,
                  "column": 40,
                  "offset": 56
                }
              }
            },
            "loc": {
              "start": {
                "line": 2,
                "column": 4,
                "offset": 20
              },
              "end": {
                "line": 2,
                "column": 40,
                "offset": 56
              }
            }
          }
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 14,
            "offset": 14
          },
          "end": {
            "line": 3,
            "column": 1,
            "offset": 58
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 3,
          "column": 1,
          "offset": 58
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 3,
      "column": 1,
      "offset": 58
    }
  }
}
