{"version":3,"sources":["webpack://Unipol/./node_modules/core-js/modules/es.array.reverse.js"],"names":["$","isArray","nativeReverse","reverse","test","target","proto","forced","String","this","length","call"],"mappings":"gGACA,IAAIA,EAAI,EAAQ,MACZC,EAAU,EAAQ,MAElBC,EAAgB,GAAGC,QACnBC,EAAO,CAAC,EAAG,GAMfJ,EAAE,CAAEK,OAAQ,QAASC,OAAO,EAAMC,OAAQC,OAAOJ,KAAUI,OAAOJ,EAAKD,YAAc,CACnFA,QAAS,WAGP,OADIF,EAAQQ,QAAOA,KAAKC,OAASD,KAAKC,QAC/BR,EAAcS,KAAKF","file":"5069.f2c0d2a33b59fac265b2.js","sourcesContent":["'use strict';\nvar $ = require('../internals/export');\nvar isArray = require('../internals/is-array');\n\nvar nativeReverse = [].reverse;\nvar test = [1, 2];\n\n// `Array.prototype.reverse` method\n// https://tc39.github.io/ecma262/#sec-array.prototype.reverse\n// fix for Safari 12.0 bug\n// https://bugs.webkit.org/show_bug.cgi?id=188794\n$({ target: 'Array', proto: true, forced: String(test) === String(test.reverse()) }, {\n reverse: function reverse() {\n // eslint-disable-next-line no-self-assign\n if (isArray(this)) this.length = this.length;\n return nativeReverse.call(this);\n }\n});\n"],"sourceRoot":""}