Searched refs:kMaxInobjectProperties (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dtest-inobject-slack-tracking.cc19 static const int kMaxInobjectProperties = variable
589 CHECK_LT(fields_count, kMaxInobjectProperties);
700 CHECK_EQ(kMaxInobjectProperties, obj->map()->GetInObjectProperties());
717 CHECK_EQ(kMaxInobjectProperties, obj->map()->GetInObjectProperties());

Completed in 91 milliseconds