type TCefV8StackTrace = record
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))
base: TCefBaseRefCounted; |
|
is_valid: function(self: PCefV8StackTrace): Integer; stdcall; |
|
get_frame_count: function(self: PCefV8StackTrace): Integer; stdcall; |
|
get_frame: function(self: PCefV8StackTrace; index: Integer): PCefV8StackFrame; stdcall; |
base: TCefBaseRefCounted; |
|
This item has no description. |
is_valid: function(self: PCefV8StackTrace): Integer; stdcall; |
|
This item has no description. |
get_frame_count: function(self: PCefV8StackTrace): Integer; stdcall; |
|
This item has no description. |
get_frame: function(self: PCefV8StackTrace; index: Integer): PCefV8StackFrame; stdcall; |
|
This item has no description. |