{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\_iter-create.js"],"names":["create","require","descriptor","setToStringTag","IteratorPrototype","module","exports","Constructor","NAME","next","prototype"],"mappings":"AAAA;AACA,GAAIA,QAAiBC,QAAQ,kBAAR,CAArB;AACIC,WAAiBD,QAAQ,kBAAR,CADrB;AAEIE,eAAiBF,QAAQ,sBAAR,CAFrB;AAGIG,kBAAoB,EAHxB;;;AAMAH,QAAQ,SAAR,EAAmBG,iBAAnB,CAAsCH,QAAQ,QAAR,EAAkB,UAAlB,CAAtC,CAAqE,UAAU,CAAE,MAAO,KAAP,CAAc,CAA/F;;AAEAI,OAAOC,OAAP,CAAiB,SAASC,WAAT,CAAsBC,IAAtB,CAA4BC,IAA5B,CAAiC;AAChDF,YAAYG,SAAZ,CAAwBV,OAAOI,iBAAP,CAA0B,CAACK,KAAMP,WAAW,CAAX,CAAcO,IAAd,CAAP,CAA1B,CAAxB;AACAN,eAAeI,WAAf,CAA4BC,KAAO,WAAnC;AACD,CAHD","file":"_iter-create.js","sourceRoot":"D:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["'use strict';\nvar create         = require('./_object-create')\n  , descriptor     = require('./_property-desc')\n  , setToStringTag = require('./_set-to-string-tag')\n  , IteratorPrototype = {};\n\n// 25.1.2.1.1 %IteratorPrototype%[@@iterator]()\nrequire('./_hide')(IteratorPrototype, require('./_wks')('iterator'), function(){ return this; });\n\nmodule.exports = function(Constructor, NAME, next){\n  Constructor.prototype = create(IteratorPrototype, {next: descriptor(1, next)});\n  setToStringTag(Constructor, NAME + ' Iterator');\n};"]}