Class TCefV8StackFrameRef

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefV8StackFrameRef = class(TCefBaseRefCountedRef, ICefV8StackFrame)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected function IsValid: Boolean;
Protected function GetScriptName: ustring;
Protected function GetScriptNameOrSourceUrl: ustring;
Protected function GetFunctionName: ustring;
Protected function GetLineNumber: Integer;
Protected function GetColumn: Integer;
Protected function IsEval: Boolean;
Protected function IsConstructor: Boolean;
Public class function UnWrap(data: Pointer): ICefV8StackFrame;

Description

Methods

Protected function IsValid: Boolean;

This item has no description. Showing description inherited from ICefV8StackFrame.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 GetScriptName: ustring;

This item has no description. Showing description inherited from ICefV8StackFrame.GetScriptName.

Returns the name of the resource script that contains the function.

Protected function GetScriptNameOrSourceUrl: ustring;

This item has no description. Showing description inherited from ICefV8StackFrame.GetScriptNameOrSourceUrl.

Returns the name of the resource script that contains the function or the sourceURL value if the script name is undefined and its source ends with a "//@ sourceURL=..." string.

Protected function GetFunctionName: ustring;

This item has no description. Showing description inherited from ICefV8StackFrame.GetFunctionName.

Returns the name of the function.

Protected function GetLineNumber: Integer;

This item has no description. Showing description inherited from ICefV8StackFrame.GetLineNumber.

Returns the 1-based line number for the function call or 0 if unknown.

Protected function GetColumn: Integer;

This item has no description. Showing description inherited from ICefV8StackFrame.GetColumn.

Returns the 1-based column offset on the line for the function call or 0 if unknown.

Protected function IsEval: Boolean;

This item has no description. Showing description inherited from ICefV8StackFrame.IsEval.

Returns true (1) if the function was compiled using eval().

Protected function IsConstructor: Boolean;

This item has no description. Showing description inherited from ICefV8StackFrame.IsConstructor.

Returns true (1) if the function was called as a constructor via "new".

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

This item has no description.


Generated by PasDoc 0.16.0-snapshot.