Record TCefV8StackFrame

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCefV8StackFrame = record

Description

Structure representing a V8 stack frame 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 ICefV8StackFrame.

<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_frame_t))

Overview

Fields

Public base: TCefBaseRefCounted;
Public is_valid: function(self: PCefV8StackFrame): Integer; stdcall;
Public get_script_name: function(self: PCefV8StackFrame): PCefStringUserFree; stdcall;
Public get_script_name_or_source_url: function(self: PCefV8StackFrame): PCefStringUserFree; stdcall;
Public get_function_name: function(self: PCefV8StackFrame): PCefStringUserFree; stdcall;
Public get_line_number: function(self: PCefV8StackFrame): Integer; stdcall;
Public get_column: function(self: PCefV8StackFrame): Integer; stdcall;
Public is_eval: function(self: PCefV8StackFrame): Integer; stdcall;
Public is_constructor: function(self: PCefV8StackFrame): Integer; stdcall;

Description

Fields

Public base: TCefBaseRefCounted;

This item has no description.

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

This item has no description.

Public get_script_name: function(self: PCefV8StackFrame): PCefStringUserFree; stdcall;

This item has no description.

Public get_script_name_or_source_url: function(self: PCefV8StackFrame): PCefStringUserFree; stdcall;

This item has no description.

Public get_function_name: function(self: PCefV8StackFrame): PCefStringUserFree; stdcall;

This item has no description.

Public get_line_number: function(self: PCefV8StackFrame): Integer; stdcall;

This item has no description.

Public get_column: function(self: PCefV8StackFrame): Integer; stdcall;

This item has no description.

Public is_eval: function(self: PCefV8StackFrame): Integer; stdcall;

This item has no description.

Public is_constructor: function(self: PCefV8StackFrame): Integer; stdcall;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.