ScriptFailedToParseParameter
@Serializable
Fired when virtual machine fails to parse the script.
Constructors
Link copied to clipboard
constructor(scriptId: String, url: String, startLine: Int, startColumn: Int, endLine: Int, endColumn: Int, executionContextId: Int, hash: String, buildId: String, executionContextAuxData: Map<String, JsonElement>? = null, sourceMapURL: String? = null, hasSourceURL: Boolean? = null, isModule: Boolean? = null, length: Int? = null, stackTrace: Runtime.StackTrace? = null, codeOffset: Int? = null, scriptLanguage: Debugger.ScriptLanguage? = null, embedderName: String? = null)
Properties
Link copied to clipboard
If the scriptLanguage is WebAssembly, the code section offset in the module.
Link copied to clipboard
The name the embedder supplied for this script.
Link copied to clipboard
Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string}
Link copied to clipboard
Specifies script creation context.
Link copied to clipboard
True, if this script has sourceURL.
Link copied to clipboard
The language of the script.
Link copied to clipboard
URL of source map associated with script (if any).
Link copied to clipboard
JavaScript top stack frame of where the script parsed event was triggered if available.
Link copied to clipboard
Column offset of the script within the resource with given URL.