V8Runtime Properties |
The V8Runtime type exposes the following members.
Name | Description | |
---|---|---|
![]() | CpuProfileSampleInterval | Gets or sets the time interval between automatic CPU profile samples, in microseconds. |
![]() | DocumentSettings | Gets or sets the V8 runtime's document settings. |
![]() | EnableInterruptPropagation | Enables or disables interrupt propagation in the V8 runtime. |
![]() | FormatCode | Enables or disables script code formatting. |
![]() | HeapSizeSampleInterval | Gets or sets the minimum time interval between consecutive heap size samples. |
![]() | HeapSizeViolationPolicy | Gets or sets the V8 runtime's behavior in response to a violation of the maximum heap size. |
![]() | MaxHeapSize | Gets or sets a soft limit for the size of the V8 runtime's heap. |
![]() | MaxStackUsage | Gets or sets the maximum amount by which the stack is permitted to grow during script execution. |
![]() | Name | Gets the name associated with the V8 runtime instance. |