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

#include <isolate.h>

Collaboration diagram for v8::internal::Isolate::PromiseHookFields:

Public Types

using HasContextPromiseHook = base::BitField<bool, 0, 1>
 
using HasIsolatePromiseHook = HasContextPromiseHook::Next<bool, 1>
 
using HasAsyncEventDelegate = HasIsolatePromiseHook::Next<bool, 1>
 
using IsDebugActive = HasAsyncEventDelegate::Next<bool, 1>
 

Detailed Description

Definition at line 2284 of file isolate.h.

Member Typedef Documentation

◆ HasAsyncEventDelegate

◆ HasContextPromiseHook

◆ HasIsolatePromiseHook

◆ IsDebugActive


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