{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es6.reflect.get-prototype-of.js"],"names":["$export","require","getProto","anObject","S","getPrototypeOf","target"],"mappings":";AACA,GAAIA,SAAWC,QAAQ,WAAR,CAAf;AACIC,SAAWD,QAAQ,eAAR,CADf;AAEIE,SAAWF,QAAQ,cAAR,CAFf;;AAIAD,QAAQA,QAAQI,CAAhB,CAAmB,SAAnB,CAA8B;AAC5BC,eAAgB,QAASA,eAAT,CAAwBC,MAAxB,CAA+B;AAC7C,MAAOJ,UAASC,SAASG,MAAT,CAAT,CAAP;AACD,CAH2B,CAA9B","file":"es6.reflect.get-prototype-of.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["// 26.1.8 Reflect.getPrototypeOf(target)\nvar $export  = require('./_export')\n  , getProto = require('./_object-gpo')\n  , anObject = require('./_an-object');\n\n$export($export.S, 'Reflect', {\n  getPrototypeOf: function getPrototypeOf(target){\n    return getProto(anObject(target));\n  }\n});"]}