Runtime.CompileScriptParameterType - Node documentation
interface Runtime.CompileScriptParameterType

Usage

import { type Runtime } from "node:inspector";
type { CompileScriptParameterType } = Runtime;

Properties

expression: string

Expression to compile.

sourceURL: string

Source url to be set for the script.

persistScript: boolean

Specifies whether the compiled script should be persisted.

optional
executionContextId: ExecutionContextId | undefined

Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page.