示例#1
0
 internal String FunctionName()
 {
     if (callee == null)
     {
         return("eval");
     }
     return(callee.ToString());
 }