{"version":3,"file":"commons-app-symbol-constructor-detection.js.c05e12dba785af81adba.js","mappings":"+GACA,IAAIA,EAAa,EAAQ,MACrBC,EAAQ,EAAQ,MAGpBC,EAAOC,UAAYC,OAAOC,wBAA0BJ,GAAM,WACxD,IAAIK,EAASC,SAGb,OAAQC,OAAOF,MAAaF,OAAOE,aAAmBC,UAEnDA,OAAOE,MAAQT,GAAcA,EAAa,EAC/C,G","sources":["webpack://grfanclub-webview/./node_modules/core-js/internals/symbol-constructor-detection.js"],"sourcesContent":["/* eslint-disable es-x/no-symbol -- required for testing */\nvar V8_VERSION = require('../internals/engine-v8-version');\nvar fails = require('../internals/fails');\n\n// eslint-disable-next-line es-x/no-object-getownpropertysymbols -- required for testing\nmodule.exports = !!Object.getOwnPropertySymbols && !fails(function () {\n var symbol = Symbol();\n // Chrome 38 Symbol has incorrect toString conversion\n // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances\n return !String(symbol) || !(Object(symbol) instanceof Symbol) ||\n // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances\n !Symbol.sham && V8_VERSION && V8_VERSION < 41;\n});\n"],"names":["V8_VERSION","fails","module","exports","Object","getOwnPropertySymbols","symbol","Symbol","String","sham"],"sourceRoot":""}