node.jsで現在定義されているすべての関数をリストするために使用できる関数はありますか? 次のような関数を作成したいと思います。
function getAllDefinedFunctions(){
//return all the functions that are currently defined
}
node.jsで現在定義されているすべての関数をリストするために使用できる関数はありますか? 次のような関数を作成したいと思います。
function getAllDefinedFunctions(){
//return all the functions that are currently defined
}