{"version":3,"file":"commons-app-function-name.js.23756e0271f9afedcf7c.js","mappings":"+GAAA,IAAIA,EAAc,EAAQ,MACtBC,EAAS,EAAQ,MAEjBC,EAAoBC,SAASC,UAE7BC,EAAgBL,GAAeM,OAAOC,yBAEtCC,EAASP,EAAOC,EAAmB,QAEnCO,EAASD,GAA0D,cAAhD,WAAqC,EAAEE,KAC1DC,EAAeH,KAAYR,GAAgBA,GAAeK,EAAcH,EAAmB,QAAQU,cAEvGC,EAAOC,QAAU,CACfN,OAAQA,EACRC,OAAQA,EACRE,aAAcA,E","sources":["webpack://grfanclub-webview/./node_modules/core-js/internals/function-name.js"],"sourcesContent":["var DESCRIPTORS = require('../internals/descriptors');\nvar hasOwn = require('../internals/has-own-property');\n\nvar FunctionPrototype = Function.prototype;\n// eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe\nvar getDescriptor = DESCRIPTORS && Object.getOwnPropertyDescriptor;\n\nvar EXISTS = hasOwn(FunctionPrototype, 'name');\n// additional protection from minified / mangled / dropped function names\nvar PROPER = EXISTS && (function something() { /* empty */ }).name === 'something';\nvar CONFIGURABLE = EXISTS && (!DESCRIPTORS || (DESCRIPTORS && getDescriptor(FunctionPrototype, 'name').configurable));\n\nmodule.exports = {\n EXISTS: EXISTS,\n PROPER: PROPER,\n CONFIGURABLE: CONFIGURABLE\n};\n"],"names":["DESCRIPTORS","hasOwn","FunctionPrototype","Function","prototype","getDescriptor","Object","getOwnPropertyDescriptor","EXISTS","PROPER","name","CONFIGURABLE","configurable","module","exports"],"sourceRoot":""}