Click or drag to resize

V8Runtime Properties

The V8Runtime type exposes the following members.

Properties
 NameDescription
Public propertyCpuProfileSampleInterval Gets or sets the time interval between automatic CPU profile samples, in microseconds.
Public propertyDocumentSettings Gets or sets the V8 runtime's document settings.
Public propertyEnableInterruptPropagation Enables or disables interrupt propagation in the V8 runtime.
Public propertyFormatCode Enables or disables script code formatting.
Public propertyHeapSizeSampleInterval Gets or sets the minimum time interval between consecutive heap size samples.
Public propertyHeapSizeViolationPolicy Gets or sets the V8 runtime's behavior in response to a violation of the maximum heap size.
Public propertyMaxHeapSize Gets or sets a soft limit for the size of the V8 runtime's heap.
Public propertyMaxStackUsage Gets or sets the maximum amount by which the stack is permitted to grow during script execution.
Public propertyName Gets the name associated with the V8 runtime instance.
Top
See Also