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

#include <v8-unwinder.h>

Collaboration diagram for v8::JSEntryStubs:

Public Attributes

JSEntryStub js_entry_stub
 
JSEntryStub js_construct_entry_stub
 
JSEntryStub js_run_microtasks_entry_stub
 

Detailed Description

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

Member Data Documentation

◆ js_construct_entry_stub

JSEntryStub v8::JSEntryStubs::js_construct_entry_stub

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

◆ js_entry_stub

JSEntryStub v8::JSEntryStubs::js_entry_stub

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

◆ js_run_microtasks_entry_stub

JSEntryStub v8::JSEntryStubs::js_run_microtasks_entry_stub

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


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