v8  10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
SampleInfo Struct Reference

#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
 

Detailed Description

Definition at line 49 of file v8-unwinder.h.

Field Documentation

◆ context

void* context

Definition at line 53 of file v8-unwinder.h.

◆ embedder_context

void* embedder_context

Definition at line 54 of file v8-unwinder.h.

◆ embedder_state

EmbedderStateTag embedder_state

Definition at line 56 of file v8-unwinder.h.

◆ external_callback_entry

void* external_callback_entry

Definition at line 51 of file v8-unwinder.h.

◆ frames_count

size_t frames_count

Definition at line 50 of file v8-unwinder.h.

◆ vm_state

StateTag vm_state

Definition at line 55 of file v8-unwinder.h.


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