Class TCefV8StackTraceRef

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefV8StackTraceRef = class(TCefBaseRefCountedRef, ICefV8StackTrace)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected function IsValid: Boolean;
Protected function GetFrameCount: Integer;
Protected function GetFrame(index: Integer): ICefV8StackFrame;
Public class function UnWrap(data: Pointer): ICefV8StackTrace;
Public class function Current(frameLimit: Integer): ICefV8StackTrace;

Description

Methods

Protected function IsValid: Boolean;

This item has no description. Showing description inherited from ICefV8StackTrace.IsValid.

Returns true (1) if the underlying handle is valid and it can be accessed on the current thread. Do not call any other functions if this function returns false (0).

Protected function GetFrameCount: Integer;

This item has no description. Showing description inherited from ICefV8StackTrace.GetFrameCount.

Returns the number of stack frames.

Protected function GetFrame(index: Integer): ICefV8StackFrame;

This item has no description. Showing description inherited from ICefV8StackTrace.GetFrame.

Returns the stack frame at the specified 0-based index.

Public class function UnWrap(data: Pointer): ICefV8StackTrace;

This item has no description.

Public class function Current(frameLimit: Integer): ICefV8StackTrace;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.