V8 Project
types.cc File Reference
#include "src/types.h"
#include "src/ostreams.h"
#include "src/types-inl.h"
+ Include dependency graph for types.cc:

Go to the source code of this file.

Classes

struct  v8::internal::TypeImplIteratorAux< Config, T >
 
struct  v8::internal::TypeImplIteratorAux< Config, i::Map >
 
struct  v8::internal::TypeImplIteratorAux< Config, i::Object >
 

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 

Macros

#define RETURN_NAMED_REPRESENTATION_TYPE(type, value)    case REPRESENTATION(k##type): return #type;
 
#define RETURN_NAMED_SEMANTIC_TYPE(type, value)    case SEMANTIC(k##type): return #type;
 
#define BITSET_CONSTANT(type, value)   REPRESENTATION(k##type),
 
#define BITSET_CONSTANT(type, value)   SEMANTIC(k##type),
 

Functions

static bool v8::internal::AddIsSafe (int x, int y)
 

Macro Definition Documentation

◆ BITSET_CONSTANT [1/2]

#define BITSET_CONSTANT (   type,
  value 
)    REPRESENTATION(k##type),

◆ BITSET_CONSTANT [2/2]

#define BITSET_CONSTANT (   type,
  value 
)    SEMANTIC(k##type),

◆ RETURN_NAMED_REPRESENTATION_TYPE

#define RETURN_NAMED_REPRESENTATION_TYPE (   type,
  value 
)     case REPRESENTATION(k##type): return #type;

◆ RETURN_NAMED_SEMANTIC_TYPE

#define RETURN_NAMED_SEMANTIC_TYPE (   type,
  value 
)     case SEMANTIC(k##type): return #type;