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

#include <v8.h>

Data Fields

JSEntryStub js_entry_stub
 
JSEntryStub js_construct_entry_stub
 
JSEntryStub js_run_microtasks_entry_stub
 

Detailed Description

Definition at line 2225 of file v8.h.

Field Documentation

◆ js_construct_entry_stub

JSEntryStub v8::JSEntryStubs::js_construct_entry_stub

Definition at line 2227 of file v8.h.

◆ js_entry_stub

JSEntryStub v8::JSEntryStubs::js_entry_stub

Definition at line 2226 of file v8.h.

◆ js_run_microtasks_entry_stub

JSEntryStub v8::JSEntryStubs::js_run_microtasks_entry_stub

Definition at line 2228 of file v8.h.


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