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

#include <v8-promise.h>

Collaboration diagram for v8::PromiseRejectMessage:

Public Member Functions

 PromiseRejectMessage (Local< Promise > promise, PromiseRejectEvent event, Local< Value > value)
 
V8_INLINE Local< PromiseGetPromise () const
 
V8_INLINE PromiseRejectEvent GetEvent () const
 
V8_INLINE Local< ValueGetValue () const
 

Private Attributes

Local< Promisepromise_
 
PromiseRejectEvent event_
 
Local< Valuevalue_
 

Detailed Description

Definition at line 154 of file v8-promise.h.

Constructor & Destructor Documentation

◆ PromiseRejectMessage()

v8::PromiseRejectMessage::PromiseRejectMessage ( Local< Promise > promise,
PromiseRejectEvent event,
Local< Value > value )
inline

Definition at line 156 of file v8-promise.h.

Member Function Documentation

◆ GetEvent()

V8_INLINE PromiseRejectEvent v8::PromiseRejectMessage::GetEvent ( ) const
inline

Definition at line 161 of file v8-promise.h.

◆ GetPromise()

V8_INLINE Local< Promise > v8::PromiseRejectMessage::GetPromise ( ) const
inline

Definition at line 160 of file v8-promise.h.

◆ GetValue()

V8_INLINE Local< Value > v8::PromiseRejectMessage::GetValue ( ) const
inline

Definition at line 162 of file v8-promise.h.

Member Data Documentation

◆ event_

PromiseRejectEvent v8::PromiseRejectMessage::event_
private

Definition at line 166 of file v8-promise.h.

◆ promise_

Local<Promise> v8::PromiseRejectMessage::promise_
private

Definition at line 165 of file v8-promise.h.

◆ value_

Local<Value> v8::PromiseRejectMessage::value_
private

Definition at line 167 of file v8-promise.h.


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