Is there any function that can be used to list all of the currently defined functions in node.js? I'd like to create a function like this:
function getAllDefinedFunctions(){
//return all the functions that are currently defined
}
Is there any function that can be used to list all of the currently defined functions in node.js? I'd like to create a function like this:
function getAllDefinedFunctions(){
//return all the functions that are currently defined
}