{
  "type": "Script",
  "directives": [],
  "statements": [
    {
      "type": "ExpressionStatement",
      "expression": {
        "type": "CallExpression",
        "callee": {
          "type": "FunctionExpression",
          "isAsync": false,
          "isGenerator": false,
          "name": null,
          "params": {
            "type": "FormalParameters",
            "items": [],
            "rest": null,
            "loc": {
              "start": {
                "line": 1,
                "column": 10,
                "offset": 10
              },
              "end": {
                "line": 1,
                "column": 12,
                "offset": 12
              }
            }
          },
          "body": {
            "type": "FunctionBody",
            "directives": [],
            "statements": [
              {
                "type": "VariableDeclarationStatement",
                "declaration": {
                  "type": "VariableDeclaration",
                  "kind": "var",
                  "declarators": [
                    {
                      "type": "VariableDeclarator",
                      "binding": {
                        "type": "BindingIdentifier",
                        "name": "a",
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 8,
                            "offset": 23
                          },
                          "end": {
                            "line": 2,
                            "column": 9,
                            "offset": 24
                          }
                        }
                      },
                      "init": {
                        "type": "LiteralNumericExpression",
                        "value": 1,
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 12,
                            "offset": 27
                          },
                          "end": {
                            "line": 2,
                            "column": 13,
                            "offset": 28
                          }
                        }
                      },
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 8,
                          "offset": 23
                        },
                        "end": {
                          "line": 2,
                          "column": 13,
                          "offset": 28
                        }
                      }
                    }
                  ],
                  "loc": {
                    "start": {
                      "line": 2,
                      "column": 4,
                      "offset": 19
                    },
                    "end": {
                      "line": 2,
                      "column": 13,
                      "offset": 28
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 2,
                    "column": 4,
                    "offset": 19
                  },
                  "end": {
                    "line": 2,
                    "column": 14,
                    "offset": 29
                  }
                }
              },
              {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "AssignmentExpression",
                  "binding": {
                    "type": "ComputedMemberAssignmentTarget",
                    "object": {
                      "type": "IdentifierExpression",
                      "name": "arguments",
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 4,
                          "offset": 60
                        },
                        "end": {
                          "line": 3,
                          "column": 13,
                          "offset": 69
                        }
                      }
                    },
                    "expression": {
                      "type": "LiteralNumericExpression",
                      "value": 2,
                      "loc": {
                        "start": {
                          "line": 3,
                          "column": 14,
                          "offset": 70
                        },
                        "end": {
                          "line": 3,
                          "column": 15,
                          "offset": 71
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 4,
                        "offset": 60
                      },
                      "end": {
                        "line": 3,
                        "column": 16,
                        "offset": 72
                      }
                    }
                  },
                  "expression": {
                    "type": "LiteralNumericExpression",
                    "value": 3,
                    "loc": {
                      "start": {
                        "line": 3,
                        "column": 19,
                        "offset": 75
                      },
                      "end": {
                        "line": 3,
                        "column": 20,
                        "offset": 76
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 3,
                      "column": 4,
                      "offset": 60
                    },
                    "end": {
                      "line": 3,
                      "column": 20,
                      "offset": 76
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 3,
                    "column": 4,
                    "offset": 60
                  },
                  "end": {
                    "line": 3,
                    "column": 21,
                    "offset": 77
                  }
                }
              },
              {
                "type": "ExpressionStatement",
                "expression": {
                  "type": "CallExpression",
                  "callee": {
                    "type": "FunctionExpression",
                    "isAsync": false,
                    "isGenerator": false,
                    "name": null,
                    "params": {
                      "type": "FormalParameters",
                      "items": [],
                      "rest": null,
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 14,
                          "offset": 92
                        },
                        "end": {
                          "line": 4,
                          "column": 16,
                          "offset": 94
                        }
                      }
                    },
                    "body": {
                      "type": "FunctionBody",
                      "directives": [],
                      "statements": [
                        {
                          "type": "ExpressionStatement",
                          "expression": {
                            "type": "CallExpression",
                            "callee": {
                              "type": "IdentifierExpression",
                              "name": "eval",
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 8,
                                  "offset": 105
                                },
                                "end": {
                                  "line": 5,
                                  "column": 12,
                                  "offset": 109
                                }
                              }
                            },
                            "arguments": [
                              {
                                "type": "LiteralStringExpression",
                                "value": "",
                                "loc": {
                                  "start": {
                                    "line": 5,
                                    "column": 13,
                                    "offset": 110
                                  },
                                  "end": {
                                    "line": 5,
                                    "column": 15,
                                    "offset": 112
                                  }
                                }
                              }
                            ],
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 8,
                                "offset": 105
                              },
                              "end": {
                                "line": 5,
                                "column": 16,
                                "offset": 113
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 5,
                              "column": 8,
                              "offset": 105
                            },
                            "end": {
                              "line": 5,
                              "column": 17,
                              "offset": 114
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 4,
                          "column": 17,
                          "offset": 95
                        },
                        "end": {
                          "line": 6,
                          "column": 5,
                          "offset": 120
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 4,
                        "column": 5,
                        "offset": 83
                      },
                      "end": {
                        "line": 6,
                        "column": 5,
                        "offset": 120
                      }
                    }
                  },
                  "arguments": [],
                  "loc": {
                    "start": {
                      "line": 4,
                      "column": 5,
                      "offset": 83
                    },
                    "end": {
                      "line": 6,
                      "column": 7,
                      "offset": 122
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 4,
                    "column": 4,
                    "offset": 82
                  },
                  "end": {
                    "line": 6,
                    "column": 9,
                    "offset": 124
                  }
                }
              }
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 13,
                "offset": 13
              },
              "end": {
                "line": 7,
                "column": 1,
                "offset": 126
              }
            }
          },
          "loc": {
            "start": {
              "line": 1,
              "column": 1,
              "offset": 1
            },
            "end": {
              "line": 7,
              "column": 1,
              "offset": 126
            }
          }
        },
        "arguments": [],
        "loc": {
          "start": {
            "line": 1,
            "column": 1,
            "offset": 1
          },
          "end": {
            "line": 7,
            "column": 3,
            "offset": 128
          }
        }
      },
      "loc": {
        "start": {
          "line": 1,
          "column": 0,
          "offset": 0
        },
        "end": {
          "line": 7,
          "column": 5,
          "offset": 130
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0,
      "offset": 0
    },
    "end": {
      "line": 8,
      "column": 0,
      "offset": 131
    }
  }
}
