{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\_species-constructor.js"],"names":["anObject","require","aFunction","SPECIES","module","exports","O","D","C","constructor","S","undefined"],"mappings":";AACA,GAAIA,UAAYC,QAAQ,cAAR,CAAhB;AACIC,UAAYD,QAAQ,eAAR,CADhB;AAEIE,QAAYF,QAAQ,QAAR,EAAkB,SAAlB,CAFhB;AAGAG,OAAOC,OAAP,CAAiB,SAASC,CAAT,CAAYC,CAAZ,CAAc;AAC7B,GAAIC,GAAIR,SAASM,CAAT,EAAYG,WAApB,CAAiCC,CAAjC;AACA,MAAOF,KAAMG,SAAN,EAAmB,CAACD,EAAIV,SAASQ,CAAT,EAAYL,OAAZ,CAAL,GAA8BQ,SAAjD,CAA6DJ,CAA7D,CAAiEL,UAAUQ,CAAV,CAAxE;AACD,CAHD","file":"_species-constructor.js","sourceRoot":"D:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["// 7.3.20 SpeciesConstructor(O, defaultConstructor)\nvar anObject  = require('./_an-object')\n  , aFunction = require('./_a-function')\n  , SPECIES   = require('./_wks')('species');\nmodule.exports = function(O, D){\n  var C = anObject(O).constructor, S;\n  return C === undefined || (S = anObject(C)[SPECIES]) == undefined ? D : aFunction(S);\n};"]}