v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
_v8_internal_debugonly::StackTraceDebugDetails Struct Reference
Collaboration diagram for _v8_internal_debugonly::StackTraceDebugDetails:

Public Attributes

i::StackFrame::Type type
 
std::string summary
 
std::vector< i::Tagged< i::SharedFunctionInfo > > functions
 
std::vector< i::Tagged< i::Object > > expressions
 

Detailed Description

Definition at line 4383 of file objects-printer.cc.

Member Data Documentation

◆ expressions

std::vector<i::Tagged<i::Object> > _v8_internal_debugonly::StackTraceDebugDetails::expressions

Definition at line 4387 of file objects-printer.cc.

◆ functions

std::vector<i::Tagged<i::SharedFunctionInfo> > _v8_internal_debugonly::StackTraceDebugDetails::functions

Definition at line 4386 of file objects-printer.cc.

◆ summary

std::string _v8_internal_debugonly::StackTraceDebugDetails::summary

Definition at line 4385 of file objects-printer.cc.

◆ type

i::StackFrame::Type _v8_internal_debugonly::StackTraceDebugDetails::type

Definition at line 4384 of file objects-printer.cc.


The documentation for this struct was generated from the following file: