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

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define ENUM_ELEMENT(Name)
 
#define ENUM_STRUCT_ELEMENT(NAME, Name, name)
 

Enumerations

enum class  v8::internal::ObjectType
 

Functions

Address v8::internal::CheckObjectType (Address raw_value, Address raw_type, Address raw_location)
 

Macro Definition Documentation

◆ ENUM_ELEMENT

#define ENUM_ELEMENT ( Name)
Value:
k##Name,

Definition at line 16 of file object-type.h.

◆ ENUM_STRUCT_ELEMENT

#define ENUM_STRUCT_ELEMENT ( NAME,
Name,
name )
Value:
k##Name,

Definition at line 17 of file object-type.h.