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

#include <v8-unwinder.h>

Collaboration diagram for v8::SampleInfo:

Public Attributes

size_t frames_count
 
void * external_callback_entry
 
void * context
 
void * embedder_context
 
StateTag vm_state
 
EmbedderStateTag embedder_state
 

Detailed Description

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

Member Data Documentation

◆ context

void* v8::SampleInfo::context

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

◆ embedder_context

void* v8::SampleInfo::embedder_context

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

◆ embedder_state

EmbedderStateTag v8::SampleInfo::embedder_state

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

◆ external_callback_entry

void* v8::SampleInfo::external_callback_entry

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

◆ frames_count

size_t v8::SampleInfo::frames_count

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

◆ vm_state

StateTag v8::SampleInfo::vm_state

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


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