Skip to main content
Runtime.CompileScriptParameterType - node__inspector--promises.d.ts - Node documentation
interface Runtime.CompileScriptParameterType

Usage in Deno

```typescript import { Runtime } from "node:node__inspector--promises.d.ts"; ```

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