Skip to content

add reflection.getFunctionName() #7

@jasonswearingen

Description

@jasonswearingen

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} []

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions