I want to do the opposite of Get JavaScript function-object from its name as a string?
That is, given:
function foo() {} function bar(callback) {
try to access the .name property:
.name
callback.name