Loading...
Searching...
No Matches
Public Member Functions | List of all members
v8::ExceptionPropagationMessage Class Reference

#include <v8-exception.h>

Public Member Functions

 ExceptionPropagationMessage (v8::Isolate *isolate, Local< Object > exception, Local< String > interface_name, Local< String > property_name, ExceptionContext exception_context)
 
IsolateGetIsolate () const
 
Local< ObjectGetException () const
 
Local< StringGetInterfaceName () const
 
Local< StringGetPropertyName () const
 
ExceptionContext GetExceptionContext () const
 

Detailed Description

This is a part of experimental Api and might be changed without further notice. Do not use it.

Constructor & Destructor Documentation

◆ ExceptionPropagationMessage()

v8::ExceptionPropagationMessage::ExceptionPropagationMessage ( v8::Isolate isolate,
Local< Object exception,
Local< String interface_name,
Local< String property_name,
ExceptionContext  exception_context 
)
inline

Member Function Documentation

◆ GetException()

Local< Object > v8::ExceptionPropagationMessage::GetException ( ) const
inline

◆ GetExceptionContext()

ExceptionContext v8::ExceptionPropagationMessage::GetExceptionContext ( ) const
inline

◆ GetInterfaceName()

Local< String > v8::ExceptionPropagationMessage::GetInterfaceName ( ) const
inline

◆ GetIsolate()

Isolate * v8::ExceptionPropagationMessage::GetIsolate ( ) const
inline

◆ GetPropertyName()

Local< String > v8::ExceptionPropagationMessage::GetPropertyName ( ) const
inline

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