deno.com

interface CallSiteObject

Properties #

#functionName: string

Returns the name of the function associated with this call site.

#scriptName: string

Returns the name of the resource that contains the script for the function for this call site.

#scriptId: string

Returns the unique id of the script, as in Chrome DevTools protocol Runtime.ScriptId.

#lineNumber: number

Returns the number, 1-based, of the line for the associate function call.

#columnNumber: number

Returns the 1-based column offset on the line for the associated function call.