![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <isolate.h>
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> |