V8CpuProfile.Node.BailoutReason 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.5.0
Syntaxpublic string BailoutReason { get; }
Public ReadOnly Property BailoutReason As String
Get
public:
property String^ BailoutReason {
String^ get ();
}
member BailoutReason : string with get
Property Value
String
See Also