Record TCefV8StackTrace

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefV8StackTrace = record

Description

Structure representing a V8 stack trace handle. V8 handles can only be accessed from the thread on which they are created. Valid threads for creating a V8 handle include the render process main thread (TID_RENDERER) and WebWorker threads. A task runner for posting tasks on the associated thread can be retrieved via the ICefv8context.GetTaskRunner() function.

Implemented by ICefV8StackTrace.

<see href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_v8_capi.h">CEF source file: /include/capi/cef_v8_capi.h (cef_v8stack_trace_t))

Overview

Fields

Public base: TCefBaseRefCounted;
Public is_valid: function(self: PCefV8StackTrace): Integer; stdcall;
Public get_frame_count: function(self: PCefV8StackTrace): Integer; stdcall;
Public get_frame: function(self: PCefV8StackTrace; index: Integer): PCefV8StackFrame; stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

Public is_valid: function(self: PCefV8StackTrace): Integer; stdcall;

This item has no description.

Public get_frame_count: function(self: PCefV8StackTrace): Integer; stdcall;

This item has no description.

Public get_frame: function(self: PCefV8StackTrace; index: Integer): PCefV8StackFrame; stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.