V8CpuProfileNodeBailoutReason Property |
Gets an optional string describing the reason why the node's script function was not optimized.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public string BailoutReason { get; }
Public ReadOnly Property BailoutReason As String
Get
public:
property String^ BailoutReason {
String^ get ();
}
member BailoutReason : string with get
Property Value
StringSee Also