Click or drag to resize

V8SettingsDefaultStackSize Property

Gets or sets the default size of V8's stack region in KiB.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.1.1
Syntax
public static uint DefaultStackSize { get; set; }

Property Value

UInt32
Remarks
To override the default size of the stack region, set this property before instantiating V8ScriptEngine or V8Runtime for the first time. Subsequent reassignment will have no effect.
See Also