{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es6.array.index-of.js"],"names":["$export","require","$indexOf","$native","indexOf","NEGATIVE_ZERO","P","F","searchElement","apply","arguments"],"mappings":"AAAA;AACA,GAAIA,SAAgBC,QAAQ,WAAR,CAApB;AACIC,SAAgBD,QAAQ,mBAAR,EAA6B,KAA7B,CADpB;AAEIE,QAAgB,GAAGC,OAFvB;AAGIC,cAAgB,CAAC,CAACF,OAAF,EAAa,EAAI,CAAC,CAAD,EAAIC,OAAJ,CAAY,CAAZ,CAAe,CAAC,CAAhB,CAAJ,CAAyB,CAH1D;;AAKAJ,QAAQA,QAAQM,CAAR,CAAYN,QAAQO,CAAR,EAAaF,eAAiB,CAACJ,QAAQ,kBAAR,EAA4BE,OAA5B,CAA/B,CAApB,CAA0F,OAA1F,CAAmG;;AAEjGC,QAAS,QAASA,QAAT,CAAiBI,aAAjB,CAAoD;AAC3D,MAAOH;;AAEHF,QAAQM,KAAR,CAAc,IAAd,CAAoBC,SAApB,GAAkC,CAF/B;AAGHR,SAAS,IAAT,CAAeM,aAAf,CAA8BE,UAAU,CAAV,CAA9B,CAHJ;AAID,CAPgG,CAAnG","file":"es6.array.index-of.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["'use strict';\nvar $export       = require('./_export')\n  , $indexOf      = require('./_array-includes')(false)\n  , $native       = [].indexOf\n  , NEGATIVE_ZERO = !!$native && 1 / [1].indexOf(1, -0) < 0;\n\n$export($export.P + $export.F * (NEGATIVE_ZERO || !require('./_strict-method')($native)), 'Array', {\n  // 22.1.3.11 / 15.4.4.14 Array.prototype.indexOf(searchElement [, fromIndex])\n  indexOf: function indexOf(searchElement /*, fromIndex = 0 */){\n    return NEGATIVE_ZERO\n      // convert -0 to +0\n      ? $native.apply(this, arguments) || 0\n      : $indexOf(this, searchElement, arguments[1]);\n  }\n});"]}