v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
protectors.h File Reference
Include dependency graph for protectors.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::Protectors
 

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define DECLARED_PROTECTORS_ON_ISOLATE(V)
 
#define DECLARE_PROTECTOR_ON_ISOLATE(name, unused_root_index, unused_cell)
 

Macro Definition Documentation

◆ DECLARE_PROTECTOR_ON_ISOLATE

#define DECLARE_PROTECTOR_ON_ISOLATE ( name,
unused_root_index,
unused_cell )
Value:
V8_EXPORT_PRIVATE static inline bool Is##name##Intact(Isolate* isolate); \
V8_EXPORT_PRIVATE static void Invalidate##name(Isolate* isolate);
const char * name
Definition builtins.cc:39
#define V8_EXPORT_PRIVATE
Definition macros.h:460

Definition at line 106 of file protectors.h.

◆ DECLARED_PROTECTORS_ON_ISOLATE

#define DECLARED_PROTECTORS_ON_ISOLATE ( V)

Definition at line 18 of file protectors.h.