See: Description
| Class | Description |
|---|---|
| NodeFlags |
The type Node flags defines some built-in Node command line options.
|
| NodeRuntimeOptions |
The type Node runtime options.
|
| RuntimeOptions<Options extends RuntimeOptions<Options>> |
The type Runtime options.
|
| V8Flags |
The type V8 flags defines some built-in V8 flags.
|
| V8RuntimeOptions |
The type V8 runtime options.
|
NodeRuntimeOptions - Node.js runtime configuration: console arguments, built-in module resolution, and snapshot support.V8RuntimeOptions - V8 runtime configuration: global name and snapshot support.V8Flags - V8 engine command-line flags (e.g., max heap size, expose GC, use strict).NodeFlags - Node.js command-line flags (e.g., ICU data directory).
Flags are set globally before creating the first runtime and are sealed after V8 initialization.
Runtime options are per-runtime and passed to V8Host.createV8Runtime(runtimeOptions).