Searched refs:IsSubtypeOfImpl (Results 1 – 2 of 2) sorted by relevance
20 V8_NOINLINE V8_EXPORT_PRIVATE bool IsSubtypeOfImpl(64 return IsSubtypeOfImpl(subtype, supertype, sub_module, super_module); in IsSubtypeOf()72 return IsSubtypeOfImpl(subtype, supertype, module, module); in IsSubtypeOf()
125 V8_NOINLINE V8_EXPORT_PRIVATE bool IsSubtypeOfImpl( in IsSubtypeOfImpl() function