v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
Go to the source code of this file.
Functions | |
void | TestPairPositive (Representation more_general, Representation less_general) |
void | TestPairNegative (Representation more_general, Representation less_general) |
TEST (RepresentationMoreGeneralThan) | |
TEST | ( | RepresentationMoreGeneralThan | ) |
Definition at line 47 of file test-representation.cc.
References Representation::Double(), Representation::External(), Representation::HeapObject(), Representation::Integer16(), Representation::Integer32(), Representation::Integer8(), Representation::None(), Representation::Smi(), Representation::Tagged(), TestPairNegative(), TestPairPositive(), Representation::UInteger16(), and Representation::UInteger8().
void TestPairNegative | ( | Representation | more_general, |
Representation | less_general | ||
) |
Definition at line 41 of file test-representation.cc.
References CHECK, and Representation::is_more_general_than().
Referenced by TEST().
void TestPairPositive | ( | Representation | more_general, |
Representation | less_general | ||
) |
Definition at line 35 of file test-representation.cc.
References CHECK, and Representation::is_more_general_than().
Referenced by TEST().