v8  8.6.395 (node 15.0.1)
V8 is Google's open source JavaScript engine
UnwindState Struct Reference

#include <v8.h>

Collaboration diagram for UnwindState:

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 2263 of file v8.h.

Field Documentation

◆ code_range

MemoryRange code_range

Definition at line 2264 of file v8.h.

◆ embedded_code_range

MemoryRange embedded_code_range

Definition at line 2265 of file v8.h.

◆ js_construct_entry_stub

JSEntryStub js_construct_entry_stub

Definition at line 2267 of file v8.h.

◆ js_entry_stub

JSEntryStub js_entry_stub

Definition at line 2266 of file v8.h.

◆ js_run_microtasks_entry_stub

JSEntryStub js_run_microtasks_entry_stub

Definition at line 2268 of file v8.h.


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