{"version":3,"file":"commons-app-object-get-own-property-descriptor.js.2560921952a686a973bc.js","mappings":"+GAAA,IAAIA,EAAc,EAAQ,MACtBC,EAAO,EAAQ,MACfC,EAA6B,EAAQ,MACrCC,EAA2B,EAAQ,MACnCC,EAAkB,EAAQ,MAC1BC,EAAgB,EAAQ,MACxBC,EAAS,EAAQ,MACjBC,EAAiB,EAAQ,MAGzBC,EAA4BC,OAAOC,yBAIvCC,EAAQC,EAAIZ,EAAcQ,EAA4B,SAAkCK,EAAGC,GAGzF,GAFAD,EAAIT,EAAgBS,GACpBC,EAAIT,EAAcS,GACdP,EAAgB,IAClB,OAAOC,EAA0BK,EAAGC,EACR,CAA5B,MAAOC,GAAqB,CAC9B,GAAIT,EAAOO,EAAGC,GAAI,OAAOX,GAA0BF,EAAKC,EAA2BU,EAAGC,EAAGC,GAAID,EAAEC,GACjG,C","sources":["webpack://grfanclub-webview/./node_modules/core-js/internals/object-get-own-property-descriptor.js"],"sourcesContent":["var DESCRIPTORS = require('../internals/descriptors');\nvar call = require('../internals/function-call');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPropertyKey = require('../internals/to-property-key');\nvar hasOwn = require('../internals/has-own-property');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\n// eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe\nvar $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.es/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? $getOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPropertyKey(P);\n if (IE8_DOM_DEFINE) try {\n return $getOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (hasOwn(O, P)) return createPropertyDescriptor(!call(propertyIsEnumerableModule.f, O, P), O[P]);\n};\n"],"names":["DESCRIPTORS","call","propertyIsEnumerableModule","createPropertyDescriptor","toIndexedObject","toPropertyKey","hasOwn","IE8_DOM_DEFINE","$getOwnPropertyDescriptor","Object","getOwnPropertyDescriptor","exports","f","O","P","error"],"sourceRoot":""}