Bun

interface

util.CallSiteObject

interface CallSiteObject

  • columnNumber: number

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

  • functionName: string

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

  • lineNumber: number

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

  • scriptId: string

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

  • scriptName: string

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