{
  "type": "Program",
  "statements": [
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "test",
          "loc": {
            "start": {
              "line": 16,
              "column": 10
            },
            "end": {
              "line": 16,
              "column": 14
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "AssignmentExpression",
                    "operator": "=",
                    "left": {
                      "type": "ObjectPattern",
                      "properties": [
                        {
                          "type": "RestElement",
                          "argument": {
                            "type": "Identifier",
                            "name": "a",
                            "loc": {
                              "start": {
                                "line": 17,
                                "column": 8
                              },
                              "end": {
                                "line": 17,
                                "column": 9
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 17,
                              "column": 5
                            },
                            "end": {
                              "line": 17,
                              "column": 9
                            }
                          }
                        }
                      ],
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 4
                        },
                        "end": {
                          "line": 17,
                          "column": 10
                        }
                      }
                    },
                    "right": {
                      "type": "Identifier",
                      "name": "b",
                      "loc": {
                        "start": {
                          "line": 17,
                          "column": 12
                        },
                        "end": {
                          "line": 17,
                          "column": 13
                        }
                      }
                    },
                    "loc": {
                      "start": {
                        "line": 17,
                        "column": 4
                      },
                      "end": {
                        "line": 17,
                        "column": 13
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 17,
                    "column": 3
                  },
                  "end": {
                    "line": 17,
                    "column": 14
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 17,
                  "column": 3
                },
                "end": {
                  "line": 17,
                  "column": 15
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 16,
              "column": 17
            },
            "end": {
              "line": 18,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 16,
            "column": 1
          },
          "end": {
            "line": 18,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 16,
          "column": 1
        },
        "end": {
          "line": 18,
          "column": 2
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "test0",
          "loc": {
            "start": {
              "line": 20,
              "column": 10
            },
            "end": {
              "line": 20,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "v1",
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 7
                      },
                      "end": {
                        "line": 21,
                        "column": 9
                      }
                    }
                  },
                  "init": {
                    "type": "StringLiteral",
                    "value": "v1",
                    "loc": {
                      "start": {
                        "line": 21,
                        "column": 12
                      },
                      "end": {
                        "line": 21,
                        "column": 16
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 7
                    },
                    "end": {
                      "line": 21,
                      "column": 16
                    }
                  }
                }
              ],
              "kind": "let",
              "loc": {
                "start": {
                  "line": 21,
                  "column": 3
                },
                "end": {
                  "line": 21,
                  "column": 17
                }
              }
            },
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "v2",
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 7
                      },
                      "end": {
                        "line": 22,
                        "column": 9
                      }
                    }
                  },
                  "init": {
                    "type": "StringLiteral",
                    "value": "v2",
                    "loc": {
                      "start": {
                        "line": 22,
                        "column": 12
                      },
                      "end": {
                        "line": 22,
                        "column": 16
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 7
                    },
                    "end": {
                      "line": 22,
                      "column": 16
                    }
                  }
                }
              ],
              "kind": "let",
              "loc": {
                "start": {
                  "line": 22,
                  "column": 3
                },
                "end": {
                  "line": 22,
                  "column": 17
                }
              }
            },
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "v3",
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 7
                      },
                      "end": {
                        "line": 23,
                        "column": 9
                      }
                    }
                  },
                  "init": {
                    "type": "ObjectExpression",
                    "properties": [
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "StringLiteral",
                          "value": "key",
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 13
                            },
                            "end": {
                              "line": 23,
                              "column": 18
                            }
                          }
                        },
                        "value": {
                          "type": "StringLiteral",
                          "value": "value",
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 20
                            },
                            "end": {
                              "line": 23,
                              "column": 27
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 13
                          },
                          "end": {
                            "line": 23,
                            "column": 27
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 12
                      },
                      "end": {
                        "line": 23,
                        "column": 28
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 7
                    },
                    "end": {
                      "line": 23,
                      "column": 28
                    }
                  }
                }
              ],
              "kind": "let",
              "loc": {
                "start": {
                  "line": 23,
                  "column": 3
                },
                "end": {
                  "line": 23,
                  "column": 29
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "ObjectExpression",
                    "properties": [
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "StringLiteral",
                          "value": "a",
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 5
                            },
                            "end": {
                              "line": 24,
                              "column": 8
                            }
                          }
                        },
                        "value": {
                          "type": "Identifier",
                          "name": "v1",
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 10
                            },
                            "end": {
                              "line": 24,
                              "column": 12
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 5
                          },
                          "end": {
                            "line": 24,
                            "column": 12
                          }
                        }
                      },
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "StringLiteral",
                          "value": "b",
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 14
                            },
                            "end": {
                              "line": 24,
                              "column": 17
                            }
                          }
                        },
                        "value": {
                          "type": "Identifier",
                          "name": "v2",
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 19
                            },
                            "end": {
                              "line": 24,
                              "column": 21
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 14
                          },
                          "end": {
                            "line": 24,
                            "column": 21
                          }
                        }
                      },
                      {
                        "type": "SpreadElement",
                        "argument": {
                          "type": "AssignmentExpression",
                          "operator": "=",
                          "left": {
                            "type": "Identifier",
                            "name": "c",
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 26
                              },
                              "end": {
                                "line": 24,
                                "column": 27
                              }
                            }
                          },
                          "right": {
                            "type": "Identifier",
                            "name": "v3",
                            "loc": {
                              "start": {
                                "line": 24,
                                "column": 30
                              },
                              "end": {
                                "line": 24,
                                "column": 32
                              }
                            }
                          },
                          "loc": {
                            "start": {
                              "line": 24,
                              "column": 26
                            },
                            "end": {
                              "line": 24,
                              "column": 32
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 24,
                            "column": 23
                          },
                          "end": {
                            "line": 24,
                            "column": 32
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 4
                      },
                      "end": {
                        "line": 24,
                        "column": 33
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 3
                  },
                  "end": {
                    "line": 24,
                    "column": 34
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 24,
                  "column": 3
                },
                "end": {
                  "line": 24,
                  "column": 35
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 20,
              "column": 18
            },
            "end": {
              "line": 25,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 20,
            "column": 1
          },
          "end": {
            "line": 25,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 20,
          "column": 1
        },
        "end": {
          "line": 25,
          "column": 2
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "test1",
          "loc": {
            "start": {
              "line": 26,
              "column": 10
            },
            "end": {
              "line": 26,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "v3",
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 7
                      },
                      "end": {
                        "line": 27,
                        "column": 9
                      }
                    }
                  },
                  "init": {
                    "type": "ObjectExpression",
                    "properties": [
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "StringLiteral",
                          "value": "key",
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 13
                            },
                            "end": {
                              "line": 27,
                              "column": 18
                            }
                          }
                        },
                        "value": {
                          "type": "StringLiteral",
                          "value": "value",
                          "loc": {
                            "start": {
                              "line": 27,
                              "column": 20
                            },
                            "end": {
                              "line": 27,
                              "column": 27
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 27,
                            "column": 13
                          },
                          "end": {
                            "line": 27,
                            "column": 27
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 27,
                        "column": 12
                      },
                      "end": {
                        "line": 27,
                        "column": 28
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 7
                    },
                    "end": {
                      "line": 27,
                      "column": 28
                    }
                  }
                }
              ],
              "kind": "let",
              "loc": {
                "start": {
                  "line": 27,
                  "column": 3
                },
                "end": {
                  "line": 27,
                  "column": 29
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "ObjectExpression",
                    "properties": [
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "StringLiteral",
                          "value": "a",
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 5
                            },
                            "end": {
                              "line": 28,
                              "column": 8
                            }
                          }
                        },
                        "value": {
                          "type": "Identifier",
                          "name": "v1",
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 10
                            },
                            "end": {
                              "line": 28,
                              "column": 12
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 5
                          },
                          "end": {
                            "line": 28,
                            "column": 12
                          }
                        }
                      },
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "StringLiteral",
                          "value": "b",
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 14
                            },
                            "end": {
                              "line": 28,
                              "column": 17
                            }
                          }
                        },
                        "value": {
                          "type": "ObjectExpression",
                          "properties": [
                            {
                              "type": "Property",
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "StringLiteral",
                                "value": "c",
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 23
                                  }
                                }
                              },
                              "value": {
                                "type": "Identifier",
                                "name": "v2",
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 25
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 27
                                  }
                                }
                              },
                              "kind": "init",
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 20
                                },
                                "end": {
                                  "line": 28,
                                  "column": 27
                                }
                              }
                            },
                            {
                              "type": "SpreadElement",
                              "argument": {
                                "type": "AssignmentExpression",
                                "operator": "=",
                                "left": {
                                  "type": "Identifier",
                                  "name": "d",
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 32
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 33
                                    }
                                  }
                                },
                                "right": {
                                  "type": "Identifier",
                                  "name": "v3",
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 36
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 38
                                    }
                                  }
                                },
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 32
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 38
                                  }
                                }
                              },
                              "loc": {
                                "start": {
                                  "line": 28,
                                  "column": 29
                                },
                                "end": {
                                  "line": 28,
                                  "column": 38
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 28,
                              "column": 19
                            },
                            "end": {
                              "line": 28,
                              "column": 39
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 28,
                            "column": 14
                          },
                          "end": {
                            "line": 28,
                            "column": 39
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 28,
                        "column": 4
                      },
                      "end": {
                        "line": 28,
                        "column": 40
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 28,
                    "column": 3
                  },
                  "end": {
                    "line": 28,
                    "column": 41
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 28,
                  "column": 3
                },
                "end": {
                  "line": 28,
                  "column": 42
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 26,
              "column": 18
            },
            "end": {
              "line": 29,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 26,
            "column": 1
          },
          "end": {
            "line": 29,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 26,
          "column": 1
        },
        "end": {
          "line": 29,
          "column": 2
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "test2",
          "loc": {
            "start": {
              "line": 31,
              "column": 10
            },
            "end": {
              "line": 31,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "VariableDeclaration",
              "declarations": [
                {
                  "type": "VariableDeclarator",
                  "id": {
                    "type": "Identifier",
                    "name": "key",
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 7
                      },
                      "end": {
                        "line": 32,
                        "column": 10
                      }
                    }
                  },
                  "init": {
                    "type": "StringLiteral",
                    "value": "b",
                    "loc": {
                      "start": {
                        "line": 32,
                        "column": 13
                      },
                      "end": {
                        "line": 32,
                        "column": 16
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 32,
                      "column": 7
                    },
                    "end": {
                      "line": 32,
                      "column": 16
                    }
                  }
                }
              ],
              "kind": "let",
              "loc": {
                "start": {
                  "line": 32,
                  "column": 3
                },
                "end": {
                  "line": 32,
                  "column": 17
                }
              }
            },
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "ObjectExpression",
                    "properties": [
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": true,
                        "key": {
                          "type": "Identifier",
                          "name": "key",
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 6
                            },
                            "end": {
                              "line": 33,
                              "column": 9
                            }
                          }
                        },
                        "value": {
                          "type": "Identifier",
                          "name": "v2",
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 12
                            },
                            "end": {
                              "line": 33,
                              "column": 14
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 5
                          },
                          "end": {
                            "line": 33,
                            "column": 14
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 33,
                        "column": 4
                      },
                      "end": {
                        "line": 33,
                        "column": 15
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 33,
                    "column": 3
                  },
                  "end": {
                    "line": 33,
                    "column": 16
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 33,
                  "column": 3
                },
                "end": {
                  "line": 33,
                  "column": 17
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 31,
              "column": 18
            },
            "end": {
              "line": 34,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 31,
            "column": 1
          },
          "end": {
            "line": 34,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 31,
          "column": 1
        },
        "end": {
          "line": 34,
          "column": 2
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "test3",
          "loc": {
            "start": {
              "line": 36,
              "column": 10
            },
            "end": {
              "line": 36,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "ObjectExpression",
                    "properties": [
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "a",
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 5
                            },
                            "end": {
                              "line": 37,
                              "column": 6
                            }
                          }
                        },
                        "value": {
                          "type": "Identifier",
                          "name": "a",
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 5
                            },
                            "end": {
                              "line": 37,
                              "column": 6
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 5
                          },
                          "end": {
                            "line": 37,
                            "column": 6
                          }
                        }
                      },
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": true,
                        "computed": false,
                        "key": {
                          "type": "Identifier",
                          "name": "b",
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 9
                            }
                          }
                        },
                        "value": {
                          "type": "Identifier",
                          "name": "b",
                          "loc": {
                            "start": {
                              "line": 37,
                              "column": 8
                            },
                            "end": {
                              "line": 37,
                              "column": 9
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 37,
                            "column": 8
                          },
                          "end": {
                            "line": 37,
                            "column": 9
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 37,
                        "column": 4
                      },
                      "end": {
                        "line": 37,
                        "column": 10
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 37,
                    "column": 3
                  },
                  "end": {
                    "line": 37,
                    "column": 11
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 37,
                  "column": 3
                },
                "end": {
                  "line": 37,
                  "column": 12
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 36,
              "column": 18
            },
            "end": {
              "line": 38,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 36,
            "column": 1
          },
          "end": {
            "line": 38,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 36,
          "column": 1
        },
        "end": {
          "line": 38,
          "column": 2
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "test4",
          "loc": {
            "start": {
              "line": 40,
              "column": 10
            },
            "end": {
              "line": 40,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "ObjectExpression",
                    "properties": [
                      {
                        "type": "SpreadElement",
                        "argument": {
                          "type": "Identifier",
                          "name": "c",
                          "loc": {
                            "start": {
                              "line": 41,
                              "column": 8
                            },
                            "end": {
                              "line": 41,
                              "column": 9
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 41,
                            "column": 5
                          },
                          "end": {
                            "line": 41,
                            "column": 9
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 41,
                        "column": 4
                      },
                      "end": {
                        "line": 41,
                        "column": 10
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 41,
                    "column": 3
                  },
                  "end": {
                    "line": 41,
                    "column": 11
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 41,
                  "column": 3
                },
                "end": {
                  "line": 41,
                  "column": 12
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 40,
              "column": 18
            },
            "end": {
              "line": 42,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 40,
            "column": 1
          },
          "end": {
            "line": 42,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 40,
          "column": 1
        },
        "end": {
          "line": 42,
          "column": 2
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "test5",
          "loc": {
            "start": {
              "line": 44,
              "column": 10
            },
            "end": {
              "line": 44,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "ObjectExpression",
                    "properties": [
                      {
                        "type": "SpreadElement",
                        "argument": {
                          "type": "Identifier",
                          "name": "c",
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 8
                            },
                            "end": {
                              "line": 45,
                              "column": 9
                            }
                          }
                        },
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 5
                          },
                          "end": {
                            "line": 45,
                            "column": 9
                          }
                        }
                      },
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "StringLiteral",
                          "value": "a",
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 11
                            },
                            "end": {
                              "line": 45,
                              "column": 14
                            }
                          }
                        },
                        "value": {
                          "type": "Identifier",
                          "name": "v1",
                          "loc": {
                            "start": {
                              "line": 45,
                              "column": 16
                            },
                            "end": {
                              "line": 45,
                              "column": 18
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 45,
                            "column": 11
                          },
                          "end": {
                            "line": 45,
                            "column": 18
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 45,
                        "column": 4
                      },
                      "end": {
                        "line": 45,
                        "column": 19
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 45,
                    "column": 3
                  },
                  "end": {
                    "line": 45,
                    "column": 20
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 45,
                  "column": 3
                },
                "end": {
                  "line": 45,
                  "column": 21
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 44,
              "column": 18
            },
            "end": {
              "line": 46,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 44,
            "column": 1
          },
          "end": {
            "line": 46,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 44,
          "column": 1
        },
        "end": {
          "line": 46,
          "column": 2
        }
      }
    },
    {
      "type": "FunctionDeclaration",
      "function": {
        "type": "ScriptFunction",
        "id": {
          "type": "Identifier",
          "name": "test6",
          "loc": {
            "start": {
              "line": 48,
              "column": 10
            },
            "end": {
              "line": 48,
              "column": 15
            }
          }
        },
        "generator": false,
        "async": false,
        "expression": false,
        "params": [],
        "body": {
          "type": "BlockStatement",
          "statements": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "ArrayExpression",
                "elements": [
                  {
                    "type": "ObjectExpression",
                    "properties": [
                      {
                        "type": "Property",
                        "method": false,
                        "shorthand": false,
                        "computed": false,
                        "key": {
                          "type": "StringLiteral",
                          "value": "a",
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 5
                            },
                            "end": {
                              "line": 49,
                              "column": 8
                            }
                          }
                        },
                        "value": {
                          "type": "ObjectExpression",
                          "properties": [
                            {
                              "type": "Property",
                              "method": false,
                              "shorthand": false,
                              "computed": false,
                              "key": {
                                "type": "StringLiteral",
                                "value": "b",
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 11
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 14
                                  }
                                }
                              },
                              "value": {
                                "type": "ObjectExpression",
                                "properties": [
                                  {
                                    "type": "SpreadElement",
                                    "argument": {
                                      "type": "Identifier",
                                      "name": "d",
                                      "loc": {
                                        "start": {
                                          "line": 49,
                                          "column": 20
                                        },
                                        "end": {
                                          "line": 49,
                                          "column": 21
                                        }
                                      }
                                    },
                                    "loc": {
                                      "start": {
                                        "line": 49,
                                        "column": 17
                                      },
                                      "end": {
                                        "line": 49,
                                        "column": 21
                                      }
                                    }
                                  }
                                ],
                                "loc": {
                                  "start": {
                                    "line": 49,
                                    "column": 16
                                  },
                                  "end": {
                                    "line": 49,
                                    "column": 22
                                  }
                                }
                              },
                              "kind": "init",
                              "loc": {
                                "start": {
                                  "line": 49,
                                  "column": 11
                                },
                                "end": {
                                  "line": 49,
                                  "column": 22
                                }
                              }
                            }
                          ],
                          "loc": {
                            "start": {
                              "line": 49,
                              "column": 10
                            },
                            "end": {
                              "line": 49,
                              "column": 23
                            }
                          }
                        },
                        "kind": "init",
                        "loc": {
                          "start": {
                            "line": 49,
                            "column": 5
                          },
                          "end": {
                            "line": 49,
                            "column": 23
                          }
                        }
                      }
                    ],
                    "loc": {
                      "start": {
                        "line": 49,
                        "column": 4
                      },
                      "end": {
                        "line": 49,
                        "column": 24
                      }
                    }
                  }
                ],
                "loc": {
                  "start": {
                    "line": 49,
                    "column": 3
                  },
                  "end": {
                    "line": 49,
                    "column": 25
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 49,
                  "column": 3
                },
                "end": {
                  "line": 49,
                  "column": 26
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 48,
              "column": 18
            },
            "end": {
              "line": 50,
              "column": 2
            }
          }
        },
        "loc": {
          "start": {
            "line": 48,
            "column": 1
          },
          "end": {
            "line": 50,
            "column": 2
          }
        }
      },
      "loc": {
        "start": {
          "line": 48,
          "column": 1
        },
        "end": {
          "line": 50,
          "column": 2
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 50,
      "column": 2
    }
  }
}
