{
  "type": "Program",
  "body": [
    {
      "type": "ExportNamedDeclaration",
      "declaration": {
        "type": "VariableDeclaration",
        "declarations": [
          {
            "type": "VariableDeclarator",
            "id": {
              "type": "Identifier",
              "name": "MapPolyfill",
              "range": [
                11,
                22
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 11
                },
                "end": {
                  "line": 1,
                  "column": 22
                }
              }
            },
            "init": {
              "type": "CallExpression",
              "callee": {
                "type": "FunctionExpression",
                "id": null,
                "params": [],
                "body": {
                  "type": "BlockStatement",
                  "body": [
                    {
                      "type": "FunctionDeclaration",
                      "id": {
                        "type": "Identifier",
                        "name": "MapPolyfill",
                        "range": [
                          53,
                          64
                        ],
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 13
                          },
                          "end": {
                            "line": 2,
                            "column": 24
                          }
                        }
                      },
                      "params": [],
                      "body": {
                        "type": "BlockStatement",
                        "body": [
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    77,
                                    81
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 3,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 3,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "size",
                                  "range": [
                                    82,
                                    86
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 3,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 3,
                                      "column": 17
                                    }
                                  }
                                },
                                "range": [
                                  77,
                                  86
                                ],
                                "loc": {
                                  "start": {
                                    "line": 3,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 3,
                                    "column": 17
                                  }
                                }
                              },
                              "right": {
                                "type": "Literal",
                                "value": 0,
                                "raw": "0",
                                "range": [
                                  89,
                                  90
                                ],
                                "loc": {
                                  "start": {
                                    "line": 3,
                                    "column": 20
                                  },
                                  "end": {
                                    "line": 3,
                                    "column": 21
                                  }
                                }
                              },
                              "range": [
                                77,
                                90
                              ],
                              "loc": {
                                "start": {
                                  "line": 3,
                                  "column": 8
                                },
                                "end": {
                                  "line": 3,
                                  "column": 21
                                }
                              }
                            },
                            "range": [
                              77,
                              91
                            ],
                            "loc": {
                              "start": {
                                "line": 3,
                                "column": 8
                              },
                              "end": {
                                "line": 3,
                                "column": 22
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    100,
                                    104
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 4,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 4,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "_values",
                                  "range": [
                                    105,
                                    112
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 4,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 4,
                                      "column": 20
                                    }
                                  }
                                },
                                "range": [
                                  100,
                                  112
                                ],
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 20
                                  }
                                }
                              },
                              "right": {
                                "type": "ArrayExpression",
                                "elements": [],
                                "range": [
                                  115,
                                  117
                                ],
                                "loc": {
                                  "start": {
                                    "line": 4,
                                    "column": 23
                                  },
                                  "end": {
                                    "line": 4,
                                    "column": 25
                                  }
                                }
                              },
                              "range": [
                                100,
                                117
                              ],
                              "loc": {
                                "start": {
                                  "line": 4,
                                  "column": 8
                                },
                                "end": {
                                  "line": 4,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              100,
                              118
                            ],
                            "loc": {
                              "start": {
                                "line": 4,
                                "column": 8
                              },
                              "end": {
                                "line": 4,
                                "column": 26
                              }
                            }
                          },
                          {
                            "type": "ExpressionStatement",
                            "expression": {
                              "type": "AssignmentExpression",
                              "operator": "=",
                              "left": {
                                "type": "MemberExpression",
                                "computed": false,
                                "object": {
                                  "type": "ThisExpression",
                                  "range": [
                                    127,
                                    131
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 5,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 5,
                                      "column": 12
                                    }
                                  }
                                },
                                "property": {
                                  "type": "Identifier",
                                  "name": "_keys",
                                  "range": [
                                    132,
                                    137
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 5,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 5,
                                      "column": 18
                                    }
                                  }
                                },
                                "range": [
                                  127,
                                  137
                                ],
                                "loc": {
                                  "start": {
                                    "line": 5,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 5,
                                    "column": 18
                                  }
                                }
                              },
                              "right": {
                                "type": "ArrayExpression",
                                "elements": [],
                                "range": [
                                  140,
                                  142
                                ],
                                "loc": {
                                  "start": {
                                    "line": 5,
                                    "column": 21
                                  },
                                  "end": {
                                    "line": 5,
                                    "column": 23
                                  }
                                }
                              },
                              "range": [
                                127,
                                142
                              ],
                              "loc": {
                                "start": {
                                  "line": 5,
                                  "column": 8
                                },
                                "end": {
                                  "line": 5,
                                  "column": 23
                                }
                              }
                            },
                            "range": [
                              127,
                              143
                            ],
                            "loc": {
                              "start": {
                                "line": 5,
                                "column": 8
                              },
                              "end": {
                                "line": 5,
                                "column": 24
                              }
                            }
                          }
                        ],
                        "range": [
                          67,
                          149
                        ],
                        "loc": {
                          "start": {
                            "line": 2,
                            "column": 27
                          },
                          "end": {
                            "line": 6,
                            "column": 5
                          }
                        }
                      },
                      "generator": false,
                      "expression": false,
                      "range": [
                        44,
                        149
                      ],
                      "loc": {
                        "start": {
                          "line": 2,
                          "column": 4
                        },
                        "end": {
                          "line": 6,
                          "column": 5
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "MapPolyfill",
                              "range": [
                                154,
                                165
                              ],
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 4
                                },
                                "end": {
                                  "line": 7,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                166,
                                175
                              ],
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 16
                                },
                                "end": {
                                  "line": 7,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              154,
                              175
                            ],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 4
                              },
                              "end": {
                                "line": 7,
                                "column": 25
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "get",
                            "range": [
                              176,
                              179
                            ],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 26
                              },
                              "end": {
                                "line": 7,
                                "column": 29
                              }
                            }
                          },
                          "range": [
                            154,
                            179
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 4
                            },
                            "end": {
                              "line": 7,
                              "column": 29
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "key",
                              "range": [
                                192,
                                195
                              ],
                              "loc": {
                                "start": {
                                  "line": 7,
                                  "column": 42
                                },
                                "end": {
                                  "line": 7,
                                  "column": 45
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "i",
                                      "range": [
                                        211,
                                        212
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 8,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 8,
                                          "column": 13
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              215,
                                              219
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 8,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 8,
                                                "column": 20
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "_keys",
                                            "range": [
                                              220,
                                              225
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 8,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 8,
                                                "column": 26
                                              }
                                            }
                                          },
                                          "range": [
                                            215,
                                            225
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 8,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 8,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "indexOf",
                                          "range": [
                                            226,
                                            233
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 8,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 8,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "range": [
                                          215,
                                          233
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 8,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 8,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "key",
                                          "range": [
                                            234,
                                            237
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 8,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 8,
                                              "column": 38
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        215,
                                        238
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 8,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 8,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "range": [
                                      211,
                                      238
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 8,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 8,
                                        "column": 39
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  207,
                                  239
                                ],
                                "loc": {
                                  "start": {
                                    "line": 8,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 8,
                                    "column": 40
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "ConditionalExpression",
                                  "test": {
                                    "type": "BinaryExpression",
                                    "operator": "===",
                                    "left": {
                                      "type": "Identifier",
                                      "name": "i",
                                      "range": [
                                        255,
                                        256
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 15
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 16
                                        }
                                      }
                                    },
                                    "right": {
                                      "type": "UnaryExpression",
                                      "operator": "-",
                                      "argument": {
                                        "type": "Literal",
                                        "value": 1,
                                        "raw": "1",
                                        "range": [
                                          262,
                                          263
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 9,
                                            "column": 22
                                          },
                                          "end": {
                                            "line": 9,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "prefix": true,
                                      "range": [
                                        261,
                                        263
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 23
                                        }
                                      }
                                    },
                                    "range": [
                                      255,
                                      263
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 15
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 23
                                      }
                                    }
                                  },
                                  "consequent": {
                                    "type": "Identifier",
                                    "name": "undefined",
                                    "range": [
                                      266,
                                      275
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 26
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 35
                                      }
                                    }
                                  },
                                  "alternate": {
                                    "type": "MemberExpression",
                                    "computed": true,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          278,
                                          282
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 9,
                                            "column": 38
                                          },
                                          "end": {
                                            "line": 9,
                                            "column": 42
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "_values",
                                        "range": [
                                          283,
                                          290
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 9,
                                            "column": 43
                                          },
                                          "end": {
                                            "line": 9,
                                            "column": 50
                                          }
                                        }
                                      },
                                      "range": [
                                        278,
                                        290
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 38
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 50
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "i",
                                      "range": [
                                        291,
                                        292
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 9,
                                          "column": 51
                                        },
                                        "end": {
                                          "line": 9,
                                          "column": 52
                                        }
                                      }
                                    },
                                    "range": [
                                      278,
                                      293
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 9,
                                        "column": 38
                                      },
                                      "end": {
                                        "line": 9,
                                        "column": 53
                                      }
                                    }
                                  },
                                  "range": [
                                    255,
                                    293
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 9,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 9,
                                      "column": 53
                                    }
                                  }
                                },
                                "range": [
                                  248,
                                  294
                                ],
                                "loc": {
                                  "start": {
                                    "line": 9,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 9,
                                    "column": 54
                                  }
                                }
                              }
                            ],
                            "range": [
                              197,
                              300
                            ],
                            "loc": {
                              "start": {
                                "line": 7,
                                "column": 47
                              },
                              "end": {
                                "line": 10,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            182,
                            300
                          ],
                          "loc": {
                            "start": {
                              "line": 7,
                              "column": 32
                            },
                            "end": {
                              "line": 10,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          154,
                          300
                        ],
                        "loc": {
                          "start": {
                            "line": 7,
                            "column": 4
                          },
                          "end": {
                            "line": 10,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        154,
                        301
                      ],
                      "loc": {
                        "start": {
                          "line": 7,
                          "column": 4
                        },
                        "end": {
                          "line": 10,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "MapPolyfill",
                              "range": [
                                306,
                                317
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 4
                                },
                                "end": {
                                  "line": 11,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                318,
                                327
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 16
                                },
                                "end": {
                                  "line": 11,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              306,
                              327
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 4
                              },
                              "end": {
                                "line": 11,
                                "column": 25
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "set",
                            "range": [
                              328,
                              331
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 26
                              },
                              "end": {
                                "line": 11,
                                "column": 29
                              }
                            }
                          },
                          "range": [
                            306,
                            331
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 4
                            },
                            "end": {
                              "line": 11,
                              "column": 29
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "key",
                              "range": [
                                344,
                                347
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 42
                                },
                                "end": {
                                  "line": 11,
                                  "column": 45
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "value",
                              "range": [
                                349,
                                354
                              ],
                              "loc": {
                                "start": {
                                  "line": 11,
                                  "column": 47
                                },
                                "end": {
                                  "line": 11,
                                  "column": 52
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "i",
                                      "range": [
                                        370,
                                        371
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 13
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              374,
                                              378
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 12,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 12,
                                                "column": 20
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "_keys",
                                            "range": [
                                              379,
                                              384
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 12,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 12,
                                                "column": 26
                                              }
                                            }
                                          },
                                          "range": [
                                            374,
                                            384
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "indexOf",
                                          "range": [
                                            385,
                                            392
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "range": [
                                          374,
                                          392
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 12,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 12,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "key",
                                          "range": [
                                            393,
                                            396
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 12,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 12,
                                              "column": 38
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        374,
                                        397
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 12,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 12,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "range": [
                                      370,
                                      397
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 12,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 12,
                                        "column": 39
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  366,
                                  398
                                ],
                                "loc": {
                                  "start": {
                                    "line": 12,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 12,
                                    "column": 40
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "===",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "i",
                                    "range": [
                                      411,
                                      412
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "UnaryExpression",
                                    "operator": "-",
                                    "argument": {
                                      "type": "Literal",
                                      "value": 1,
                                      "raw": "1",
                                      "range": [
                                        418,
                                        419
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 13,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 13,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      417,
                                      419
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 13,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 13,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "range": [
                                    411,
                                    419
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 13,
                                      "column": 20
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                435,
                                                439
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 14,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 14,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "_keys",
                                              "range": [
                                                440,
                                                445
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 14,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 14,
                                                  "column": 22
                                                }
                                              }
                                            },
                                            "range": [
                                              435,
                                              445
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 14,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 14,
                                                "column": 22
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "push",
                                            "range": [
                                              446,
                                              450
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 14,
                                                "column": 23
                                              },
                                              "end": {
                                                "line": 14,
                                                "column": 27
                                              }
                                            }
                                          },
                                          "range": [
                                            435,
                                            450
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 14,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 14,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "key",
                                            "range": [
                                              451,
                                              454
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 14,
                                                "column": 28
                                              },
                                              "end": {
                                                "line": 14,
                                                "column": 31
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          435,
                                          455
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 14,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 14,
                                            "column": 32
                                          }
                                        }
                                      },
                                      "range": [
                                        435,
                                        456
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 14,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 14,
                                          "column": 33
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                469,
                                                473
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 15,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 15,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "_values",
                                              "range": [
                                                474,
                                                481
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 15,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 15,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "range": [
                                              469,
                                              481
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 15,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 15,
                                                "column": 24
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "push",
                                            "range": [
                                              482,
                                              486
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 15,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 15,
                                                "column": 29
                                              }
                                            }
                                          },
                                          "range": [
                                            469,
                                            486
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 15,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 15,
                                              "column": 29
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "value",
                                            "range": [
                                              487,
                                              492
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 15,
                                                "column": 30
                                              },
                                              "end": {
                                                "line": 15,
                                                "column": 35
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          469,
                                          493
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 15,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 15,
                                            "column": 36
                                          }
                                        }
                                      },
                                      "range": [
                                        469,
                                        494
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 15,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 15,
                                          "column": 37
                                        }
                                      }
                                    },
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "UpdateExpression",
                                        "operator": "++",
                                        "argument": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              507,
                                              511
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 16
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "size",
                                            "range": [
                                              512,
                                              516
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 16,
                                                "column": 17
                                              },
                                              "end": {
                                                "line": 16,
                                                "column": 21
                                              }
                                            }
                                          },
                                          "range": [
                                            507,
                                            516
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 16,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 16,
                                              "column": 21
                                            }
                                          }
                                        },
                                        "prefix": false,
                                        "range": [
                                          507,
                                          518
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 16,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 16,
                                            "column": 23
                                          }
                                        }
                                      },
                                      "range": [
                                        507,
                                        519
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 16,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 16,
                                          "column": 24
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    421,
                                    529
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 13,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 17,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "AssignmentExpression",
                                        "operator": "=",
                                        "left": {
                                          "type": "MemberExpression",
                                          "computed": true,
                                          "object": {
                                            "type": "MemberExpression",
                                            "computed": false,
                                            "object": {
                                              "type": "ThisExpression",
                                              "range": [
                                                557,
                                                561
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 12
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 16
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "_values",
                                              "range": [
                                                562,
                                                569
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 19,
                                                  "column": 17
                                                },
                                                "end": {
                                                  "line": 19,
                                                  "column": 24
                                                }
                                              }
                                            },
                                            "range": [
                                              557,
                                              569
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 24
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "i",
                                            "range": [
                                              570,
                                              571
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 19,
                                                "column": 25
                                              },
                                              "end": {
                                                "line": 19,
                                                "column": 26
                                              }
                                            }
                                          },
                                          "range": [
                                            557,
                                            572
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 27
                                            }
                                          }
                                        },
                                        "right": {
                                          "type": "Identifier",
                                          "name": "value",
                                          "range": [
                                            575,
                                            580
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 19,
                                              "column": 30
                                            },
                                            "end": {
                                              "line": 19,
                                              "column": 35
                                            }
                                          }
                                        },
                                        "range": [
                                          557,
                                          580
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 19,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 19,
                                            "column": 35
                                          }
                                        }
                                      },
                                      "range": [
                                        557,
                                        581
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 19,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 19,
                                          "column": 36
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    543,
                                    591
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 18,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 20,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  407,
                                  591
                                ],
                                "loc": {
                                  "start": {
                                    "line": 13,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 20,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "ThisExpression",
                                  "range": [
                                    607,
                                    611
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 21,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 21,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  600,
                                  612
                                ],
                                "loc": {
                                  "start": {
                                    "line": 21,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 21,
                                    "column": 20
                                  }
                                }
                              }
                            ],
                            "range": [
                              356,
                              618
                            ],
                            "loc": {
                              "start": {
                                "line": 11,
                                "column": 54
                              },
                              "end": {
                                "line": 22,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            334,
                            618
                          ],
                          "loc": {
                            "start": {
                              "line": 11,
                              "column": 32
                            },
                            "end": {
                              "line": 22,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          306,
                          618
                        ],
                        "loc": {
                          "start": {
                            "line": 11,
                            "column": 4
                          },
                          "end": {
                            "line": 22,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        306,
                        619
                      ],
                      "loc": {
                        "start": {
                          "line": 11,
                          "column": 4
                        },
                        "end": {
                          "line": 22,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "MapPolyfill",
                              "range": [
                                624,
                                635
                              ],
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 4
                                },
                                "end": {
                                  "line": 23,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                636,
                                645
                              ],
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 16
                                },
                                "end": {
                                  "line": 23,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              624,
                              645
                            ],
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 4
                              },
                              "end": {
                                "line": 23,
                                "column": 25
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "delete",
                            "range": [
                              646,
                              652
                            ],
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 26
                              },
                              "end": {
                                "line": 23,
                                "column": 32
                              }
                            }
                          },
                          "range": [
                            624,
                            652
                          ],
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 4
                            },
                            "end": {
                              "line": 23,
                              "column": 32
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "key",
                              "range": [
                                665,
                                668
                              ],
                              "loc": {
                                "start": {
                                  "line": 23,
                                  "column": 45
                                },
                                "end": {
                                  "line": 23,
                                  "column": 48
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "VariableDeclaration",
                                "declarations": [
                                  {
                                    "type": "VariableDeclarator",
                                    "id": {
                                      "type": "Identifier",
                                      "name": "i",
                                      "range": [
                                        684,
                                        685
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 13
                                        }
                                      }
                                    },
                                    "init": {
                                      "type": "CallExpression",
                                      "callee": {
                                        "type": "MemberExpression",
                                        "computed": false,
                                        "object": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "ThisExpression",
                                            "range": [
                                              688,
                                              692
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 16
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 20
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "_keys",
                                            "range": [
                                              693,
                                              698
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 24,
                                                "column": 21
                                              },
                                              "end": {
                                                "line": 24,
                                                "column": 26
                                              }
                                            }
                                          },
                                          "range": [
                                            688,
                                            698
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 16
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 26
                                            }
                                          }
                                        },
                                        "property": {
                                          "type": "Identifier",
                                          "name": "indexOf",
                                          "range": [
                                            699,
                                            706
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 27
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 34
                                            }
                                          }
                                        },
                                        "range": [
                                          688,
                                          706
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 24,
                                            "column": 16
                                          },
                                          "end": {
                                            "line": 24,
                                            "column": 34
                                          }
                                        }
                                      },
                                      "arguments": [
                                        {
                                          "type": "Identifier",
                                          "name": "key",
                                          "range": [
                                            707,
                                            710
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 24,
                                              "column": 35
                                            },
                                            "end": {
                                              "line": 24,
                                              "column": 38
                                            }
                                          }
                                        }
                                      ],
                                      "range": [
                                        688,
                                        711
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 24,
                                          "column": 16
                                        },
                                        "end": {
                                          "line": 24,
                                          "column": 39
                                        }
                                      }
                                    },
                                    "range": [
                                      684,
                                      711
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 24,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 24,
                                        "column": 39
                                      }
                                    }
                                  }
                                ],
                                "kind": "var",
                                "range": [
                                  680,
                                  712
                                ],
                                "loc": {
                                  "start": {
                                    "line": 24,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 24,
                                    "column": 40
                                  }
                                }
                              },
                              {
                                "type": "IfStatement",
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "===",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "i",
                                    "range": [
                                      725,
                                      726
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 12
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 13
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "UnaryExpression",
                                    "operator": "-",
                                    "argument": {
                                      "type": "Literal",
                                      "value": 1,
                                      "raw": "1",
                                      "range": [
                                        732,
                                        733
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 25,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 25,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "prefix": true,
                                    "range": [
                                      731,
                                      733
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 25,
                                        "column": 18
                                      },
                                      "end": {
                                        "line": 25,
                                        "column": 20
                                      }
                                    }
                                  },
                                  "range": [
                                    725,
                                    733
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 12
                                    },
                                    "end": {
                                      "line": 25,
                                      "column": 20
                                    }
                                  }
                                },
                                "consequent": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ReturnStatement",
                                      "argument": {
                                        "type": "Literal",
                                        "value": false,
                                        "raw": "false",
                                        "range": [
                                          756,
                                          761
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 26,
                                            "column": 19
                                          },
                                          "end": {
                                            "line": 26,
                                            "column": 24
                                          }
                                        }
                                      },
                                      "range": [
                                        749,
                                        762
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 26,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 26,
                                          "column": 25
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    735,
                                    772
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 25,
                                      "column": 22
                                    },
                                    "end": {
                                      "line": 27,
                                      "column": 9
                                    }
                                  }
                                },
                                "alternate": null,
                                "range": [
                                  721,
                                  772
                                ],
                                "loc": {
                                  "start": {
                                    "line": 25,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 27,
                                    "column": 9
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          781,
                                          785
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "_values",
                                        "range": [
                                          786,
                                          793
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 28,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 28,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "range": [
                                        781,
                                        793
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "splice",
                                      "range": [
                                        794,
                                        800
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "range": [
                                      781,
                                      800
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 28,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 28,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "i",
                                      "range": [
                                        801,
                                        802
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 29
                                        }
                                      }
                                    },
                                    {
                                      "type": "Literal",
                                      "value": 1,
                                      "raw": "1",
                                      "range": [
                                        804,
                                        805
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 28,
                                          "column": 31
                                        },
                                        "end": {
                                          "line": 28,
                                          "column": 32
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    781,
                                    806
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 28,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 28,
                                      "column": 33
                                    }
                                  }
                                },
                                "range": [
                                  781,
                                  807
                                ],
                                "loc": {
                                  "start": {
                                    "line": 28,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 28,
                                    "column": 34
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "CallExpression",
                                  "callee": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          816,
                                          820
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "_keys",
                                        "range": [
                                          821,
                                          826
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 29,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 29,
                                            "column": 18
                                          }
                                        }
                                      },
                                      "range": [
                                        816,
                                        826
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "splice",
                                      "range": [
                                        827,
                                        833
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 25
                                        }
                                      }
                                    },
                                    "range": [
                                      816,
                                      833
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 29,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 29,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "arguments": [
                                    {
                                      "type": "Identifier",
                                      "name": "i",
                                      "range": [
                                        834,
                                        835
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 26
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 27
                                        }
                                      }
                                    },
                                    {
                                      "type": "Literal",
                                      "value": 1,
                                      "raw": "1",
                                      "range": [
                                        837,
                                        838
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 29,
                                          "column": 29
                                        },
                                        "end": {
                                          "line": 29,
                                          "column": 30
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    816,
                                    839
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 29,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 29,
                                      "column": 31
                                    }
                                  }
                                },
                                "range": [
                                  816,
                                  840
                                ],
                                "loc": {
                                  "start": {
                                    "line": 29,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 29,
                                    "column": 32
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "UpdateExpression",
                                  "operator": "--",
                                  "argument": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        849,
                                        853
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "size",
                                      "range": [
                                        854,
                                        858
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 30,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 30,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "range": [
                                      849,
                                      858
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 30,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 30,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "prefix": false,
                                  "range": [
                                    849,
                                    860
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 30,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 30,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  849,
                                  861
                                ],
                                "loc": {
                                  "start": {
                                    "line": 30,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 30,
                                    "column": 20
                                  }
                                }
                              },
                              {
                                "type": "ReturnStatement",
                                "argument": {
                                  "type": "Literal",
                                  "value": true,
                                  "raw": "true",
                                  "range": [
                                    877,
                                    881
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 31,
                                      "column": 15
                                    },
                                    "end": {
                                      "line": 31,
                                      "column": 19
                                    }
                                  }
                                },
                                "range": [
                                  870,
                                  882
                                ],
                                "loc": {
                                  "start": {
                                    "line": 31,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 31,
                                    "column": 20
                                  }
                                }
                              }
                            ],
                            "range": [
                              670,
                              888
                            ],
                            "loc": {
                              "start": {
                                "line": 23,
                                "column": 50
                              },
                              "end": {
                                "line": 32,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            655,
                            888
                          ],
                          "loc": {
                            "start": {
                              "line": 23,
                              "column": 35
                            },
                            "end": {
                              "line": 32,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          624,
                          888
                        ],
                        "loc": {
                          "start": {
                            "line": 23,
                            "column": 4
                          },
                          "end": {
                            "line": 32,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        624,
                        889
                      ],
                      "loc": {
                        "start": {
                          "line": 23,
                          "column": 4
                        },
                        "end": {
                          "line": 32,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "MapPolyfill",
                              "range": [
                                894,
                                905
                              ],
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 4
                                },
                                "end": {
                                  "line": 33,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                906,
                                915
                              ],
                              "loc": {
                                "start": {
                                  "line": 33,
                                  "column": 16
                                },
                                "end": {
                                  "line": 33,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              894,
                              915
                            ],
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 4
                              },
                              "end": {
                                "line": 33,
                                "column": 25
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "clear",
                            "range": [
                              916,
                              921
                            ],
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 26
                              },
                              "end": {
                                "line": 33,
                                "column": 31
                              }
                            }
                          },
                          "range": [
                            894,
                            921
                          ],
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 4
                            },
                            "end": {
                              "line": 33,
                              "column": 31
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          946,
                                          950
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "_keys",
                                        "range": [
                                          951,
                                          956
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 34,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 34,
                                            "column": 18
                                          }
                                        }
                                      },
                                      "range": [
                                        946,
                                        956
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 18
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "length",
                                      "range": [
                                        957,
                                        963
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 34,
                                          "column": 19
                                        },
                                        "end": {
                                          "line": 34,
                                          "column": 25
                                        }
                                      }
                                    },
                                    "range": [
                                      946,
                                      963
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      966,
                                      967
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 34,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 34,
                                        "column": 29
                                      }
                                    }
                                  },
                                  "range": [
                                    946,
                                    967
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 34,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 34,
                                      "column": 29
                                    }
                                  }
                                },
                                "range": [
                                  946,
                                  968
                                ],
                                "loc": {
                                  "start": {
                                    "line": 34,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 34,
                                    "column": 30
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "MemberExpression",
                                      "computed": false,
                                      "object": {
                                        "type": "ThisExpression",
                                        "range": [
                                          977,
                                          981
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 8
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 12
                                          }
                                        }
                                      },
                                      "property": {
                                        "type": "Identifier",
                                        "name": "_values",
                                        "range": [
                                          982,
                                          989
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 35,
                                            "column": 13
                                          },
                                          "end": {
                                            "line": 35,
                                            "column": 20
                                          }
                                        }
                                      },
                                      "range": [
                                        977,
                                        989
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 20
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "length",
                                      "range": [
                                        990,
                                        996
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 35,
                                          "column": 21
                                        },
                                        "end": {
                                          "line": 35,
                                          "column": 27
                                        }
                                      }
                                    },
                                    "range": [
                                      977,
                                      996
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 27
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      999,
                                      1000
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 35,
                                        "column": 30
                                      },
                                      "end": {
                                        "line": 35,
                                        "column": 31
                                      }
                                    }
                                  },
                                  "range": [
                                    977,
                                    1000
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 35,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 35,
                                      "column": 31
                                    }
                                  }
                                },
                                "range": [
                                  977,
                                  1001
                                ],
                                "loc": {
                                  "start": {
                                    "line": 35,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 35,
                                    "column": 32
                                  }
                                }
                              },
                              {
                                "type": "ExpressionStatement",
                                "expression": {
                                  "type": "AssignmentExpression",
                                  "operator": "=",
                                  "left": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1010,
                                        1014
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 8
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 12
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "size",
                                      "range": [
                                        1015,
                                        1019
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 36,
                                          "column": 13
                                        },
                                        "end": {
                                          "line": 36,
                                          "column": 17
                                        }
                                      }
                                    },
                                    "range": [
                                      1010,
                                      1019
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 8
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 17
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "Literal",
                                    "value": 0,
                                    "raw": "0",
                                    "range": [
                                      1022,
                                      1023
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 36,
                                        "column": 20
                                      },
                                      "end": {
                                        "line": 36,
                                        "column": 21
                                      }
                                    }
                                  },
                                  "range": [
                                    1010,
                                    1023
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 36,
                                      "column": 8
                                    },
                                    "end": {
                                      "line": 36,
                                      "column": 21
                                    }
                                  }
                                },
                                "range": [
                                  1010,
                                  1024
                                ],
                                "loc": {
                                  "start": {
                                    "line": 36,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 36,
                                    "column": 22
                                  }
                                }
                              }
                            ],
                            "range": [
                              936,
                              1030
                            ],
                            "loc": {
                              "start": {
                                "line": 33,
                                "column": 46
                              },
                              "end": {
                                "line": 37,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            924,
                            1030
                          ],
                          "loc": {
                            "start": {
                              "line": 33,
                              "column": 34
                            },
                            "end": {
                              "line": 37,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          894,
                          1030
                        ],
                        "loc": {
                          "start": {
                            "line": 33,
                            "column": 4
                          },
                          "end": {
                            "line": 37,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        894,
                        1031
                      ],
                      "loc": {
                        "start": {
                          "line": 33,
                          "column": 4
                        },
                        "end": {
                          "line": 37,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ExpressionStatement",
                      "expression": {
                        "type": "AssignmentExpression",
                        "operator": "=",
                        "left": {
                          "type": "MemberExpression",
                          "computed": false,
                          "object": {
                            "type": "MemberExpression",
                            "computed": false,
                            "object": {
                              "type": "Identifier",
                              "name": "MapPolyfill",
                              "range": [
                                1036,
                                1047
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 4
                                },
                                "end": {
                                  "line": 38,
                                  "column": 15
                                }
                              }
                            },
                            "property": {
                              "type": "Identifier",
                              "name": "prototype",
                              "range": [
                                1048,
                                1057
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 16
                                },
                                "end": {
                                  "line": 38,
                                  "column": 25
                                }
                              }
                            },
                            "range": [
                              1036,
                              1057
                            ],
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 4
                              },
                              "end": {
                                "line": 38,
                                "column": 25
                              }
                            }
                          },
                          "property": {
                            "type": "Identifier",
                            "name": "forEach",
                            "range": [
                              1058,
                              1065
                            ],
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 26
                              },
                              "end": {
                                "line": 38,
                                "column": 33
                              }
                            }
                          },
                          "range": [
                            1036,
                            1065
                          ],
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 4
                            },
                            "end": {
                              "line": 38,
                              "column": 33
                            }
                          }
                        },
                        "right": {
                          "type": "FunctionExpression",
                          "id": null,
                          "params": [
                            {
                              "type": "Identifier",
                              "name": "cb",
                              "range": [
                                1078,
                                1080
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 46
                                },
                                "end": {
                                  "line": 38,
                                  "column": 48
                                }
                              }
                            },
                            {
                              "type": "Identifier",
                              "name": "thisArg",
                              "range": [
                                1082,
                                1089
                              ],
                              "loc": {
                                "start": {
                                  "line": 38,
                                  "column": 50
                                },
                                "end": {
                                  "line": 38,
                                  "column": 57
                                }
                              }
                            }
                          ],
                          "body": {
                            "type": "BlockStatement",
                            "body": [
                              {
                                "type": "ForStatement",
                                "init": {
                                  "type": "VariableDeclaration",
                                  "declarations": [
                                    {
                                      "type": "VariableDeclarator",
                                      "id": {
                                        "type": "Identifier",
                                        "name": "i",
                                        "range": [
                                          1110,
                                          1111
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 17
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 18
                                          }
                                        }
                                      },
                                      "init": {
                                        "type": "Literal",
                                        "value": 0,
                                        "raw": "0",
                                        "range": [
                                          1114,
                                          1115
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 39,
                                            "column": 21
                                          },
                                          "end": {
                                            "line": 39,
                                            "column": 22
                                          }
                                        }
                                      },
                                      "range": [
                                        1110,
                                        1115
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 17
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 22
                                        }
                                      }
                                    }
                                  ],
                                  "kind": "var",
                                  "range": [
                                    1106,
                                    1115
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 13
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 22
                                    }
                                  }
                                },
                                "test": {
                                  "type": "BinaryExpression",
                                  "operator": "<",
                                  "left": {
                                    "type": "Identifier",
                                    "name": "i",
                                    "range": [
                                      1117,
                                      1118
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 24
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 25
                                      }
                                    }
                                  },
                                  "right": {
                                    "type": "MemberExpression",
                                    "computed": false,
                                    "object": {
                                      "type": "ThisExpression",
                                      "range": [
                                        1121,
                                        1125
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 28
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 32
                                        }
                                      }
                                    },
                                    "property": {
                                      "type": "Identifier",
                                      "name": "size",
                                      "range": [
                                        1126,
                                        1130
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 39,
                                          "column": 33
                                        },
                                        "end": {
                                          "line": 39,
                                          "column": 37
                                        }
                                      }
                                    },
                                    "range": [
                                      1121,
                                      1130
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 28
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 37
                                      }
                                    }
                                  },
                                  "range": [
                                    1117,
                                    1130
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 24
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 37
                                    }
                                  }
                                },
                                "update": {
                                  "type": "UpdateExpression",
                                  "operator": "++",
                                  "argument": {
                                    "type": "Identifier",
                                    "name": "i",
                                    "range": [
                                      1132,
                                      1133
                                    ],
                                    "loc": {
                                      "start": {
                                        "line": 39,
                                        "column": 39
                                      },
                                      "end": {
                                        "line": 39,
                                        "column": 40
                                      }
                                    }
                                  },
                                  "prefix": false,
                                  "range": [
                                    1132,
                                    1135
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 39
                                    },
                                    "end": {
                                      "line": 39,
                                      "column": 42
                                    }
                                  }
                                },
                                "body": {
                                  "type": "BlockStatement",
                                  "body": [
                                    {
                                      "type": "ExpressionStatement",
                                      "expression": {
                                        "type": "CallExpression",
                                        "callee": {
                                          "type": "MemberExpression",
                                          "computed": false,
                                          "object": {
                                            "type": "Identifier",
                                            "name": "cb",
                                            "range": [
                                              1151,
                                              1153
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 12
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 14
                                              }
                                            }
                                          },
                                          "property": {
                                            "type": "Identifier",
                                            "name": "call",
                                            "range": [
                                              1154,
                                              1158
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 15
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 19
                                              }
                                            }
                                          },
                                          "range": [
                                            1151,
                                            1158
                                          ],
                                          "loc": {
                                            "start": {
                                              "line": 40,
                                              "column": 12
                                            },
                                            "end": {
                                              "line": 40,
                                              "column": 19
                                            }
                                          }
                                        },
                                        "arguments": [
                                          {
                                            "type": "Identifier",
                                            "name": "thisArg",
                                            "range": [
                                              1159,
                                              1166
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 20
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 27
                                              }
                                            }
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "computed": true,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "ThisExpression",
                                                "range": [
                                                  1168,
                                                  1172
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 29
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 33
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "_values",
                                                "range": [
                                                  1173,
                                                  1180
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 34
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 41
                                                  }
                                                }
                                              },
                                              "range": [
                                                1168,
                                                1180
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 29
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 41
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "i",
                                              "range": [
                                                1181,
                                                1182
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 42
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 43
                                                }
                                              }
                                            },
                                            "range": [
                                              1168,
                                              1183
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 29
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 44
                                              }
                                            }
                                          },
                                          {
                                            "type": "MemberExpression",
                                            "computed": true,
                                            "object": {
                                              "type": "MemberExpression",
                                              "computed": false,
                                              "object": {
                                                "type": "ThisExpression",
                                                "range": [
                                                  1185,
                                                  1189
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 46
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 50
                                                  }
                                                }
                                              },
                                              "property": {
                                                "type": "Identifier",
                                                "name": "_keys",
                                                "range": [
                                                  1190,
                                                  1195
                                                ],
                                                "loc": {
                                                  "start": {
                                                    "line": 40,
                                                    "column": 51
                                                  },
                                                  "end": {
                                                    "line": 40,
                                                    "column": 56
                                                  }
                                                }
                                              },
                                              "range": [
                                                1185,
                                                1195
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 46
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 56
                                                }
                                              }
                                            },
                                            "property": {
                                              "type": "Identifier",
                                              "name": "i",
                                              "range": [
                                                1196,
                                                1197
                                              ],
                                              "loc": {
                                                "start": {
                                                  "line": 40,
                                                  "column": 57
                                                },
                                                "end": {
                                                  "line": 40,
                                                  "column": 58
                                                }
                                              }
                                            },
                                            "range": [
                                              1185,
                                              1198
                                            ],
                                            "loc": {
                                              "start": {
                                                "line": 40,
                                                "column": 46
                                              },
                                              "end": {
                                                "line": 40,
                                                "column": 59
                                              }
                                            }
                                          }
                                        ],
                                        "range": [
                                          1151,
                                          1199
                                        ],
                                        "loc": {
                                          "start": {
                                            "line": 40,
                                            "column": 12
                                          },
                                          "end": {
                                            "line": 40,
                                            "column": 60
                                          }
                                        }
                                      },
                                      "range": [
                                        1151,
                                        1200
                                      ],
                                      "loc": {
                                        "start": {
                                          "line": 40,
                                          "column": 12
                                        },
                                        "end": {
                                          "line": 40,
                                          "column": 61
                                        }
                                      }
                                    }
                                  ],
                                  "range": [
                                    1137,
                                    1210
                                  ],
                                  "loc": {
                                    "start": {
                                      "line": 39,
                                      "column": 44
                                    },
                                    "end": {
                                      "line": 41,
                                      "column": 9
                                    }
                                  }
                                },
                                "range": [
                                  1101,
                                  1210
                                ],
                                "loc": {
                                  "start": {
                                    "line": 39,
                                    "column": 8
                                  },
                                  "end": {
                                    "line": 41,
                                    "column": 9
                                  }
                                }
                              }
                            ],
                            "range": [
                              1091,
                              1216
                            ],
                            "loc": {
                              "start": {
                                "line": 38,
                                "column": 59
                              },
                              "end": {
                                "line": 42,
                                "column": 5
                              }
                            }
                          },
                          "generator": false,
                          "expression": false,
                          "range": [
                            1068,
                            1216
                          ],
                          "loc": {
                            "start": {
                              "line": 38,
                              "column": 36
                            },
                            "end": {
                              "line": 42,
                              "column": 5
                            }
                          }
                        },
                        "range": [
                          1036,
                          1216
                        ],
                        "loc": {
                          "start": {
                            "line": 38,
                            "column": 4
                          },
                          "end": {
                            "line": 42,
                            "column": 5
                          }
                        }
                      },
                      "range": [
                        1036,
                        1217
                      ],
                      "loc": {
                        "start": {
                          "line": 38,
                          "column": 4
                        },
                        "end": {
                          "line": 42,
                          "column": 6
                        }
                      }
                    },
                    {
                      "type": "ReturnStatement",
                      "argument": {
                        "type": "Identifier",
                        "name": "MapPolyfill",
                        "range": [
                          1229,
                          1240
                        ],
                        "loc": {
                          "start": {
                            "line": 43,
                            "column": 11
                          },
                          "end": {
                            "line": 43,
                            "column": 22
                          }
                        }
                      },
                      "range": [
                        1222,
                        1241
                      ],
                      "loc": {
                        "start": {
                          "line": 43,
                          "column": 4
                        },
                        "end": {
                          "line": 43,
                          "column": 23
                        }
                      }
                    }
                  ],
                  "range": [
                    38,
                    1243
                  ],
                  "loc": {
                    "start": {
                      "line": 1,
                      "column": 38
                    },
                    "end": {
                      "line": 44,
                      "column": 1
                    }
                  }
                },
                "generator": false,
                "expression": false,
                "range": [
                  26,
                  1243
                ],
                "loc": {
                  "start": {
                    "line": 1,
                    "column": 26
                  },
                  "end": {
                    "line": 44,
                    "column": 1
                  }
                }
              },
              "arguments": [],
              "range": [
                26,
                1245
              ],
              "loc": {
                "start": {
                  "line": 1,
                  "column": 26
                },
                "end": {
                  "line": 44,
                  "column": 3
                }
              }
            },
            "range": [
              11,
              1246
            ],
            "loc": {
              "start": {
                "line": 1,
                "column": 11
              },
              "end": {
                "line": 44,
                "column": 4
              }
            }
          }
        ],
        "kind": "var",
        "range": [
          7,
          1247
        ],
        "loc": {
          "start": {
            "line": 1,
            "column": 7
          },
          "end": {
            "line": 44,
            "column": 5
          }
        },
        "leadingComments": [],
        "trailingComments": [
          {
            "type": "Line",
            "value": "# sourceMappingURL=MapPolyfill.js.map",
            "range": [
              1248,
              1287
            ],
            "loc": {
              "start": {
                "line": 45,
                "column": 0
              },
              "end": {
                "line": 45,
                "column": 39
              }
            }
          }
        ]
      },
      "specifiers": [],
      "source": null,
      "range": [
        0,
        1247
      ],
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 44,
          "column": 5
        }
      },
      "trailingComments": [
        {
          "type": "Line",
          "value": "# sourceMappingURL=MapPolyfill.js.map",
          "range": [
            1248,
            1287
          ],
          "loc": {
            "start": {
              "line": 45,
              "column": 0
            },
            "end": {
              "line": 45,
              "column": 39
            }
          }
        }
      ]
    }
  ],
  "sourceType": "module",
  "range": [
    0,
    1247
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 44,
      "column": 5
    }
  },
  "comments": [
    {
      "type": "Line",
      "value": "# sourceMappingURL=MapPolyfill.js.map",
      "range": [
        1248,
        1287
      ],
      "loc": {
        "start": {
          "line": 45,
          "column": 0
        },
        "end": {
          "line": 45,
          "column": 39
        }
      }
    }
  ]
}