Click or drag to resize

V8CpuProfile.Node.HitLines Property

Gets the node's hit line collection.

Namespace: Microsoft.ClearScript.V8
Assembly: ClearScript.V8 (in ClearScript.V8.dll) Version: 7.5.0
Syntax
public IReadOnlyList<V8CpuProfile.Node.HitLine> HitLines { get; }

Property Value

IReadOnlyList<V8CpuProfile.Node.HitLine>
Remarks
This property returns null if the node contains no hit lines.
See Also