V8 Project
machine-type.cc File Reference
+ Include dependency graph for machine-type.cc:

Go to the source code of this file.

Namespaces

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

Macros

#define PRINT(bit)
 

Functions

OStream & v8::internal::compiler::operator<< (OStream &os, const MachineType &type)
 

Macro Definition Documentation

◆ PRINT

#define PRINT (   bit)
Value:
if (type & bit) { \
if (before) os << "|"; \
os << #bit; \
before = true; \
}

Definition at line 12 of file machine-type.cc.