v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
register-configuration.cc File Reference
Include dependency graph for register-configuration.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Macros

#define REGISTER_COUNT(R)
 
#define REGISTER_CODE(R)
 
#define REGISTER_CODE(R)
 

Macro Definition Documentation

◆ REGISTER_CODE [1/2]

#define REGISTER_CODE ( R)
Value:
kRegCode_##R,

Definition at line 32 of file register-configuration.cc.

◆ REGISTER_CODE [2/2]

#define REGISTER_CODE ( R)
Value:
kDoubleCode_##R,

Definition at line 32 of file register-configuration.cc.

◆ REGISTER_COUNT

#define REGISTER_COUNT ( R)
Value:
1 +

Definition at line 17 of file register-configuration.cc.