{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es6.regexp.search.js"],"names":["require","defined","SEARCH","$search","search","regexp","O","fn","undefined","call","RegExp","String"],"mappings":";AACAA,QAAQ,eAAR,EAAyB,QAAzB,CAAmC,CAAnC,CAAsC,SAASC,OAAT,CAAkBC,MAAlB,CAA0BC,OAA1B,CAAkC;;AAEtE,MAAO,CAAC,QAASC,OAAT,CAAgBC,MAAhB,CAAuB;AAC7B;AACA,GAAIC,GAAKL,QAAQ,IAAR,CAAT;AACIM,GAAKF,QAAUG,SAAV,CAAsBA,SAAtB,CAAkCH,OAAOH,MAAP,CAD3C;AAEA,MAAOK,MAAOC,SAAP,CAAmBD,GAAGE,IAAH,CAAQJ,MAAR,CAAgBC,CAAhB,CAAnB,CAAwC,GAAII,OAAJ,CAAWL,MAAX,EAAmBH,MAAnB,EAA2BS,OAAOL,CAAP,CAA3B,CAA/C;AACD,CALM,CAKJH,OALI,CAAP;AAMD,CARD","file":"es6.regexp.search.js","sourceRoot":"D:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["// @@search logic\nrequire('./_fix-re-wks')('search', 1, function(defined, SEARCH, $search){\n  // 21.1.3.15 String.prototype.search(regexp)\n  return [function search(regexp){\n    'use strict';\n    var O  = defined(this)\n      , fn = regexp == undefined ? undefined : regexp[SEARCH];\n    return fn !== undefined ? fn.call(regexp, O) : new RegExp(regexp)[SEARCH](String(O));\n  }, $search];\n});"]}