![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <v8-promise.h>
Public Member Functions | |
PromiseRejectMessage (Local< Promise > promise, PromiseRejectEvent event, Local< Value > value) | |
V8_INLINE Local< Promise > | GetPromise () const |
V8_INLINE PromiseRejectEvent | GetEvent () const |
V8_INLINE Local< Value > | GetValue () const |
Private Attributes | |
Local< Promise > | promise_ |
PromiseRejectEvent | event_ |
Local< Value > | value_ |
Definition at line 154 of file v8-promise.h.
|
inline |
Definition at line 156 of file v8-promise.h.
|
inline |
Definition at line 161 of file v8-promise.h.
Definition at line 160 of file v8-promise.h.
Definition at line 162 of file v8-promise.h.
|
private |
Definition at line 166 of file v8-promise.h.
Definition at line 165 of file v8-promise.h.
Definition at line 167 of file v8-promise.h.