{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es6.reflect.get-own-property-descriptor.js"],"names":["gOPD","require","$export","anObject","S","getOwnPropertyDescriptor","target","propertyKey","f"],"mappings":";AACA,GAAIA,MAAWC,QAAQ,gBAAR,CAAf;AACIC,QAAWD,QAAQ,WAAR,CADf;AAEIE,SAAWF,QAAQ,cAAR,CAFf;;AAIAC,QAAQA,QAAQE,CAAhB,CAAmB,SAAnB,CAA8B;AAC5BC,yBAA0B,QAASA,yBAAT,CAAkCC,MAAlC,CAA0CC,WAA1C,CAAsD;AAC9E,MAAOP,MAAKQ,CAAL,CAAOL,SAASG,MAAT,CAAP,CAAyBC,WAAzB,CAAP;AACD,CAH2B,CAA9B","file":"es6.reflect.get-own-property-descriptor.js","sourceRoot":"d:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["// 26.1.7 Reflect.getOwnPropertyDescriptor(target, propertyKey)\nvar gOPD     = require('./_object-gopd')\n  , $export  = require('./_export')\n  , anObject = require('./_an-object');\n\n$export($export.S, 'Reflect', {\n  getOwnPropertyDescriptor: function getOwnPropertyDescriptor(target, propertyKey){\n    return gOPD.f(anObject(target), propertyKey);\n  }\n});"]}