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

Go to the source code of this file.

Namespaces

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

Macros

#define DEFINE_CASE(Name, mask)
 

Functions

OStream & v8::internal::operator<< (OStream &os, const HType &t)
 

Macro Definition Documentation

◆ DEFINE_CASE

#define DEFINE_CASE (   Name,
  mask 
)
Value:
case HType::k##Name: \
return os << #Name;