Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
nodejs
/
get-symbol-description
📤 Upload
📝 New File
📁 New Folder
Close
Editing: getInferredName.js
'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;
Save
Cancel