V8  latest master commit
V8 is Google's open source JavaScript engine
v8::UnwindState Struct Reference

#include <v8.h>

Data Fields

MemoryRange code_range
 
MemoryRange embedded_code_range
 
JSEntryStub js_entry_stub
 
JSEntryStub js_construct_entry_stub
 
JSEntryStub js_run_microtasks_entry_stub
 

Detailed Description

Definition at line 2217 of file v8.h.

Field Documentation

◆ code_range

MemoryRange v8::UnwindState::code_range

Definition at line 2218 of file v8.h.

◆ embedded_code_range

MemoryRange v8::UnwindState::embedded_code_range

Definition at line 2219 of file v8.h.

◆ js_construct_entry_stub

JSEntryStub v8::UnwindState::js_construct_entry_stub

Definition at line 2221 of file v8.h.

◆ js_entry_stub

JSEntryStub v8::UnwindState::js_entry_stub

Definition at line 2220 of file v8.h.

◆ js_run_microtasks_entry_stub

JSEntryStub v8::UnwindState::js_run_microtasks_entry_stub

Definition at line 2222 of file v8.h.


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