ScriptParsedParameter
Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger.
Constructors
Properties
If the scriptLanguage is WebAssembly, the code section offset in the module.
If the scriptLanguage is WebAssembly, the source of debug symbols for the module.
The name the embedder supplied for this script.
Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string}
Specifies script creation context.
True, if this script has sourceURL.
True, if this script is generated as a result of the live edit operation.
The list of set breakpoints in this script if calls to setBreakpointByUrl
matches this script's URL or hash. Clients that use this list can ignore the breakpointResolved
event. They are equivalent.
The language of the script.
URL of source map associated with script (if any).
JavaScript top stack frame of where the script parsed event was triggered if available.
Column offset of the script within the resource with given URL.