32 using namespace v8::internal;
47 TEST(RepresentationMoreGeneralThan) {
bool is_more_general_than(const Representation &other) const
static Representation UInteger8()
static Representation Smi()
static Representation Integer32()
void TestPairPositive(Representation more_general, Representation less_general)
static Representation Double()
static Representation Integer16()
static Representation HeapObject()
static Representation External()
void TestPairNegative(Representation more_general, Representation less_general)
static Representation UInteger16()
static Representation Integer8()
static Representation None()
static Representation Tagged()