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)
Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.