Searched refs:IsInstanceOf (Results 1 – 11 of 11) sorted by relevance
14 public class IsInstanceOf extends BaseMatcher<Object> { class23 public IsInstanceOf(Class<?> theClass) { in IsInstanceOf() method in IsInstanceOf41 return new IsInstanceOf(type); in instanceOf()
3 import static org.hamcrest.core.IsInstanceOf.instanceOf;
66 return org.hamcrest.core.IsInstanceOf.instanceOf(type); in instanceOf()
34 import static org.hamcrest.core.IsInstanceOf.instanceOf;
1032 if (holder->IsInstanceOf(FunctionTemplateInfo::cast(recv_type))) { in TypeCheck()1050 if (current->IsInstanceOf(FunctionTemplateInfo::cast(argtype))) { in TypeCheck()1157 ASSERT(object->IsInstanceOf(type)); in VerifyTypeCheck()
1484 if (object->IsInstanceOf(*expected_receiver_type_)) return depth; in GetPrototypeDepthOfExpectedType()1488 if (holder->IsInstanceOf(*expected_receiver_type_)) return depth; in GetPrototypeDepthOfExpectedType()
2140 ASSERT(object->IsInstanceOf( in ConfigureApiObject()
1014 if (obj->IsInstanceOf(i::FunctionTemplateInfo::cast(types->get(i)))) in match()2898 while (!object->IsInstanceOf(tmpl_info)) { in FindInstanceInPrototypeChain()4538 return obj->IsInstanceOf(*Utils::OpenHandle(this)); in HasInstance()
148 bool Object::IsInstanceOf(FunctionTemplateInfo* expected) { in IsInstanceOf() function
874 inline bool IsInstanceOf(FunctionTemplateInfo* type);
2806 chain. Inlined Object::IsInstanceOf.