Location

sealed external interface Location(source)

Location in the source code.

Properties

Link copied to clipboard
abstract var columnNumber: Double?

Column number in the script (0-based).

Link copied to clipboard
abstract var lineNumber: Double

Line number in the script (0-based).

Link copied to clipboard
abstract var scriptId: ScriptId

Script identifier as reported in the Debugger.scriptParsed.