{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es6.array.some.js"],"names":["$export","require","$some","P","F","some","callbackfn","arguments"],"mappings":"AAAA;AACA,GAAIA,SAAUC,QAAQ,WAAR,CAAd;AACIC,MAAUD,QAAQ,kBAAR,EAA4B,CAA5B,CADd;;AAGAD,QAAQA,QAAQG,CAAR,CAAYH,QAAQI,CAAR,CAAY,CAACH,QAAQ,kBAAR,EAA4B,GAAGI,IAA/B,CAAqC,IAArC,CAAjC,CAA6E,OAA7E,CAAsF;;AAEpFA,KAAM,QAASA,KAAT,CAAcC,UAAd,CAAyC;AAC7C,MAAOJ,OAAM,IAAN,CAAYI,UAAZ,CAAwBC,UAAU,CAAV,CAAxB,CAAP;AACD,CAJmF,CAAtF","file":"es6.array.some.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["'use strict';\nvar $export = require('./_export')\n  , $some   = require('./_array-methods')(3);\n\n$export($export.P + $export.F * !require('./_strict-method')([].some, true), 'Array', {\n  // 22.1.3.23 / 15.4.4.17 Array.prototype.some(callbackfn [, thisArg])\n  some: function some(callbackfn /* , thisArg */){\n    return $some(this, callbackfn, arguments[1]);\n  }\n});"]}