|  | v8
    V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. | 
#include <v8-unwinder.h>
| Public Attributes | |
| size_t | frames_count | 
| void * | external_callback_entry | 
| void * | context | 
| void * | embedder_context | 
| StateTag | vm_state | 
| EmbedderStateTag | embedder_state | 
Definition at line 50 of file v8-unwinder.h.
| void* v8::SampleInfo::context | 
Definition at line 54 of file v8-unwinder.h.
| void* v8::SampleInfo::embedder_context | 
Definition at line 55 of file v8-unwinder.h.
| EmbedderStateTag v8::SampleInfo::embedder_state | 
Definition at line 57 of file v8-unwinder.h.
| void* v8::SampleInfo::external_callback_entry | 
Definition at line 52 of file v8-unwinder.h.
| size_t v8::SampleInfo::frames_count | 
Definition at line 51 of file v8-unwinder.h.
| StateTag v8::SampleInfo::vm_state | 
Definition at line 56 of file v8-unwinder.h.