芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/@sentry/utils/dist/stacktrace.js
Object.defineProperty(exports, "__esModule", { value: true }); var defaultFunctionName = '
'; /** * Safely extract function name from itself */ function getFunctionName(fn) { try { if (!fn || typeof fn !== 'function') { return defaultFunctionName; } return fn.name || defaultFunctionName; } catch (e) { // Just accessing custom props in some Selenium environments // can cause a "Permission denied" exception (see raven-js#495). return defaultFunctionName; } } exports.getFunctionName = getFunctionName; //# sourceMappingURL=stacktrace.js.map