v8 13.6.233 (node 24.1.0)
V8 is Google's open source JavaScript engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
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.

Data Structures

class  Exception
 
class  ExceptionPropagationMessage
 
class  TryCatch
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Typedefs

using ExceptionPropagationCallback
 

Enumerations

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