V8CpuProfileNodeLineNumber Property |
Gets the 1-based line number of the start of the node's script function.
Namespace: Microsoft.ClearScript.V8Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.4.5
Syntax public long LineNumber { get; }
Public ReadOnly Property LineNumber As Long
Get
public:
property long long LineNumber {
long long get ();
}
member LineNumber : int64 with get
Property Value
Int64Remarks
A value of zero indicates that no line number is available.
See Also