{"version":3,"file":"commons-app-set-to-string-tag.js.87eb408c3c0e6d487774.js","mappings":"+GAAA,IAAIA,EAAiB,UACjBC,EAAS,EAAQ,MAGjBC,EAFkB,EAAQ,KAEVC,CAAgB,eAEpCC,EAAOC,QAAU,SAAUC,EAAQC,EAAKC,GAClCF,IAAWE,IAAQF,EAASA,EAAOG,WACnCH,IAAWL,EAAOK,EAAQJ,IAC5BF,EAAeM,EAAQJ,EAAe,CAAEQ,cAAc,EAAMC,MAAOJ,GAEvE,C","sources":["webpack://grfanclub-webview/./node_modules/core-js/internals/set-to-string-tag.js"],"sourcesContent":["var defineProperty = require('../internals/object-define-property').f;\nvar hasOwn = require('../internals/has-own-property');\nvar wellKnownSymbol = require('../internals/well-known-symbol');\n\nvar TO_STRING_TAG = wellKnownSymbol('toStringTag');\n\nmodule.exports = function (target, TAG, STATIC) {\n if (target && !STATIC) target = target.prototype;\n if (target && !hasOwn(target, TO_STRING_TAG)) {\n defineProperty(target, TO_STRING_TAG, { configurable: true, value: TAG });\n }\n};\n"],"names":["defineProperty","hasOwn","TO_STRING_TAG","wellKnownSymbol","module","exports","target","TAG","STATIC","prototype","configurable","value"],"sourceRoot":""}