dotfiles/vscode/.vscode/extensions/matangover.mypy-0.3.1/node_modules/es-abstract/helpers/getInferredName.js
Errol Sancaktar 5f8db31398 alacritty
2024-07-15 17:06:13 -06:00

11 lines
287 B
JavaScript

'use strict';
var getInferredName;
try {
// eslint-disable-next-line no-new-func
getInferredName = Function('s', 'return { [s]() {} }[s].name;');
} catch (e) {}
var inferred = function () {};
module.exports = getInferredName && inferred.name === 'inferred' ? getInferredName : null;