![]() |
v8 14.1.146 (node 25.0.0)
V8 is Google's open source JavaScript engine
|
#include <v8-unwinder.h>
Data Fields | |
| size_t | frames_count |
| void * | external_callback_entry |
| void * | context |
| void * | embedder_context |
| StateTag | vm_state |
| EmbedderStateTag | embedder_state |
Definition at line 63 of file v8-unwinder.h.
| void* context |
Definition at line 67 of file v8-unwinder.h.
| void* embedder_context |
Definition at line 68 of file v8-unwinder.h.
| EmbedderStateTag embedder_state |
Definition at line 70 of file v8-unwinder.h.
| void* external_callback_entry |
Definition at line 65 of file v8-unwinder.h.
| size_t frames_count |
Definition at line 64 of file v8-unwinder.h.
| StateTag vm_state |
Definition at line 69 of file v8-unwinder.h.