![]()  | 
  
    v8
    
   V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++. 
   | 
 
#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) | |
| V8_INLINE Isolate * | GetIsolate () const | 
| V8_INLINE Local< Object > | GetException () const | 
| V8_INLINE Local< String > | GetInterfaceName () const | 
| V8_INLINE Local< String > | GetPropertyName () const | 
| V8_INLINE ExceptionContext | GetExceptionContext () const | 
Private Attributes | |
| Isolate * | isolate_ | 
| Local< Object > | exception_ | 
| Local< String > | interface_name_ | 
| Local< String > | property_name_ | 
| ExceptionContext | exception_context_ | 
This is a part of experimental Api and might be changed without further notice. Do not use it.
Definition at line 104 of file v8-exception.h.
      
  | 
  inline | 
Definition at line 106 of file v8-exception.h.
Definition at line 117 of file v8-exception.h.
      
  | 
  inline | 
Definition at line 120 of file v8-exception.h.
Definition at line 118 of file v8-exception.h.
Definition at line 116 of file v8-exception.h.
Definition at line 119 of file v8-exception.h.
Definition at line 126 of file v8-exception.h.
      
  | 
  private | 
Definition at line 129 of file v8-exception.h.
Definition at line 127 of file v8-exception.h.
      
  | 
  private | 
Definition at line 125 of file v8-exception.h.
Definition at line 128 of file v8-exception.h.