Lines Matching defs:depth
1482 int depth = 0;1484 if (object->IsInstanceOf(*expected_receiver_type_)) return depth;1486 ++depth;1488 if (holder->IsInstanceOf(*expected_receiver_type_)) return depth;