Home | History | Annotate | Download | only in cctest

Lines Matching refs:InternalFieldCount

2613   CHECK_EQ(1, obj->InternalFieldCount());
2628 CHECK_EQ(1, global->InternalFieldCount());
2666 CHECK_EQ(1, obj->InternalFieldCount());
2681 CHECK_EQ(1, Object::InternalFieldCount(persistent));
3332 CHECK_EQ(T::kInternalFieldCount, value->InternalFieldCount());
3333 for (int i = 0; i < value->InternalFieldCount(); i++) {
7835 CHECK_EQ(2, obj->InternalFieldCount());
14892 CHECK_EQ(1, result->InternalFieldCount());
22084 CHECK_EQ(0, set_object->InternalFieldCount());
22087 CHECK_EQ(0, map_object->InternalFieldCount());