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

#include <isolate.h>

Collaboration diagram for v8::internal::Isolate::PromiseHandler:

Public Attributes

Tagged< SharedFunctionInfofunction_info
 
bool async
 

Detailed Description

Definition at line 648 of file isolate.h.

Member Data Documentation

◆ async

bool v8::internal::Isolate::PromiseHandler::async

Definition at line 650 of file isolate.h.

◆ function_info

Tagged<SharedFunctionInfo> v8::internal::Isolate::PromiseHandler::function_info

Definition at line 649 of file isolate.h.


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