Script Parsed
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 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.