Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs | Enumerations
v8-exception.h File Reference
#include <stddef.h>
#include "v8-local-handle.h"
#include "v8-object.h"
#include "v8config.h"
Include dependency graph for v8-exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::Exception
 
class  v8::ExceptionPropagationMessage
 
class  v8::TryCatch
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Typedefs

using v8::ExceptionPropagationCallback = void(*)(ExceptionPropagationMessage message)
 

Enumerations

enum class  v8::ExceptionContext : uint32_t {
  v8::kUnknown , v8::kConstructor , v8::kOperation , v8::kAttributeGet ,
  v8::kAttributeSet , v8::kIndexedQuery , v8::kIndexedGetter , v8::kIndexedDescriptor ,
  v8::kIndexedSetter , v8::kIndexedDefiner , v8::kIndexedDeleter , v8::kNamedQuery ,
  v8::kNamedGetter , v8::kNamedDescriptor , v8::kNamedSetter , v8::kNamedDefiner ,
  v8::kNamedDeleter , v8::kNamedEnumerator
}