Searched refs:DEFINE_GET_CONSTANT (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | hydrogen.cc | 690 #define DEFINE_GET_CONSTANT(Name, name, type, htype, boolean_value) \ macro 710 DEFINE_GET_CONSTANT(Undefined, undefined, undefined, HType::Undefined(), false) in DEFINE_GET_CONSTANT() function 711 DEFINE_GET_CONSTANT(True, true, boolean, HType::Boolean(), true) in DEFINE_GET_CONSTANT() 712 DEFINE_GET_CONSTANT(False, false, boolean, HType::Boolean(), false) in DEFINE_GET_CONSTANT() 713 DEFINE_GET_CONSTANT(Hole, the_hole, the_hole, HType::None(), false) in DEFINE_GET_CONSTANT() 714 DEFINE_GET_CONSTANT(Null, null, null, HType::Null(), false) in DEFINE_GET_CONSTANT() 717 #undef DEFINE_GET_CONSTANT in DEFINE_GET_CONSTANT()
|