标签: javascript function google-apps-script
这特定于Google应用脚本(GAS)
我希望能够捕获当前函数的名称以传递给另一个函数。例如:
function myFunction() { customlog(<this function>.name) }