xlib icon indicating copy to clipboard operation
xlib copied to clipboard

add reflection.getFunctionName()

Open jasonswearingen opened this issue 5 years ago • 0 comments

something like:

/** get the name of the current function, and all functions under it in the call stack */
function getFunctionName(
/** where to start on the call stack.   default is 0 (the immediate caller) */
stackDepth=0
): { name:  parameters:[] target:string} []


jasonswearingen avatar Oct 25 '18 22:10 jasonswearingen