Script Parsed Event
data class ScriptParsedEvent(scriptId: ScriptId, url: String, startLine: Int, startColumn: Int, endLine: Int, endColumn: Int, executionContextId: ExecutionContextId, hash: String, executionContextAuxData: JsonElement?, isLiveEdit: Boolean?, sourceMapURL: String?, hasSourceURL: Boolean?, isModule: Boolean?, length: Int?, stackTrace: StackTrace?, codeOffset: Int?, scriptLanguage: ScriptLanguage?, debugSymbols: DebugSymbols?, embedderName: String?) : Event
Content copied to clipboard
Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
Constructors
ScriptParsedEvent
Link copied to clipboard
fun ScriptParsedEvent(scriptId: ScriptId, url: String, startLine: Int, startColumn: Int, endLine: Int, endColumn: Int, executionContextId: ExecutionContextId, hash: String, executionContextAuxData: JsonElement? = null, isLiveEdit: Boolean? = null, sourceMapURL: String? = null, hasSourceURL: Boolean? = null, isModule: Boolean? = null, length: Int? = null, stackTrace: StackTrace? = null, codeOffset: Int? = null, scriptLanguage: ScriptLanguage? = null, debugSymbols: DebugSymbols? = null, embedderName: String? = null)
Content copied to clipboard
Functions
Properties
codeOffset
Link copied to clipboard
debugSymbols
Link copied to clipboard
embedderName
Link copied to clipboard
executionContextAuxData
Link copied to clipboard
executionContextId
Link copied to clipboard
hasSourceURL
Link copied to clipboard
isLiveEdit
Link copied to clipboard
scriptLanguage
Link copied to clipboard
sourceMapURL
Link copied to clipboard
stackTrace
Link copied to clipboard
startColumn
Link copied to clipboard
Sources
jvm source
Link copied to clipboard