CallSiteObject

sealed external interface CallSiteObject(source)

Properties

Link copied to clipboard
abstract var column: Double

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

Link copied to clipboard
abstract var functionName: String

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

Link copied to clipboard
abstract var lineNumber: Double

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

Link copied to clipboard
abstract var scriptName: String

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