Click or drag to resize

V8CpuProfileNodeLineNumber Property

Gets the 1-based line number of the start of the node's script function.

Namespace:  Microsoft.ClearScript.V8
Assembly:  ClearScript.V8 (in ClearScript.V8.dll) Version: 7.2.3
Syntax
public long LineNumber { get; }

Property Value

Type: Int64
Remarks
A value of zero indicates that no line number is available.
See Also