{"version":3,"sources":["node_modules\\babel-polyfill\\node_modules\\core-js\\modules\\es7.object.lookup-setter.js"],"names":["$export","require","toObject","toPrimitive","getPrototypeOf","getOwnPropertyDescriptor","f","P","__lookupSetter__","O","K","D","set"],"mappings":"AAAA;AACA,GAAIA,SAA2BC,QAAQ,WAAR,CAA/B;AACIC,SAA2BD,QAAQ,cAAR,CAD/B;AAEIE,YAA2BF,QAAQ,iBAAR,CAF/B;AAGIG,eAA2BH,QAAQ,eAAR,CAH/B;AAIII,yBAA2BJ,QAAQ,gBAAR,EAA0BK,CAJzD;;;AAOAL,QAAQ,gBAAR,GAA6BD,QAAQA,QAAQO,CAAR,CAAYN,QAAQ,sBAAR,CAApB,CAAqD,QAArD,CAA+D;AAC1FO,iBAAkB,QAASA,iBAAT,CAA0BD,CAA1B,CAA4B;AAC5C,GAAIE,GAAIP,SAAS,IAAT,CAAR;AACIQ,EAAIP,YAAYI,CAAZ,CAAe,IAAf,CADR;AAEII,CAFJ;AAGA,EAAG;AACD,GAAGA,EAAIN,yBAAyBI,CAAzB,CAA4BC,CAA5B,CAAP,CAAsC,MAAOC,GAAEC,GAAT;AACvC,CAFD,MAEQH,EAAIL,eAAeK,CAAf,CAFZ;AAGD,CARyF,CAA/D,CAA7B","file":"es7.object.lookup-setter.js","sourceRoot":"D:/Work/Office/react-native-on-web/cli/tmpl/project","sourcesContent":["'use strict';\nvar $export                  = require('./_export')\n  , toObject                 = require('./_to-object')\n  , toPrimitive              = require('./_to-primitive')\n  , getPrototypeOf           = require('./_object-gpo')\n  , getOwnPropertyDescriptor = require('./_object-gopd').f;\n\n// B.2.2.5 Object.prototype.__lookupSetter__(P)\nrequire('./_descriptors') && $export($export.P + require('./_object-forced-pam'), 'Object', {\n  __lookupSetter__: function __lookupSetter__(P){\n    var O = toObject(this)\n      , K = toPrimitive(P, true)\n      , D;\n    do {\n      if(D = getOwnPropertyDescriptor(O, K))return D.set;\n    } while(O = getPrototypeOf(O));\n  }\n});"]}