![]() |
v8 13.6.233 (node 24.1.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 50 of file v8-unwinder.h.
| void* context |
Definition at line 54 of file v8-unwinder.h.
| void* embedder_context |
Definition at line 55 of file v8-unwinder.h.
| EmbedderStateTag embedder_state |
Definition at line 57 of file v8-unwinder.h.
| void* external_callback_entry |
Definition at line 52 of file v8-unwinder.h.
| size_t frames_count |
Definition at line 51 of file v8-unwinder.h.
| StateTag vm_state |
Definition at line 56 of file v8-unwinder.h.