{"version":3,"file":"commons-app-function-apply.js.20e0ca11e741de73951f.js","mappings":"+GAAA,IAAIA,EAAc,EAAQ,MAEtBC,EAAoBC,SAASC,UAC7BC,EAAQH,EAAkBG,MAC1BC,EAAOJ,EAAkBI,KAG7BC,EAAOC,QAA4B,iBAAXC,SAAuBA,QAAQJ,QAAUJ,EAAcK,EAAKI,KAAKL,GAAS,WAChG,OAAOC,EAAKD,MAAMA,EAAOM,UAC3B,E","sources":["webpack://grfanclub-webview/./node_modules/core-js/internals/function-apply.js"],"sourcesContent":["var NATIVE_BIND = require('../internals/function-bind-native');\n\nvar FunctionPrototype = Function.prototype;\nvar apply = FunctionPrototype.apply;\nvar call = FunctionPrototype.call;\n\n// eslint-disable-next-line es-x/no-reflect -- safe\nmodule.exports = typeof Reflect == 'object' && Reflect.apply || (NATIVE_BIND ? call.bind(apply) : function () {\n return call.apply(apply, arguments);\n});\n"],"names":["NATIVE_BIND","FunctionPrototype","Function","prototype","apply","call","module","exports","Reflect","bind","arguments"],"sourceRoot":""}