IsMatch 2176 src/objects-inl.h Shape::IsMatch(key, element)) return entry; IsMatch 5023 src/objects-inl.h bool NumberDictionaryShape::IsMatch(uint32_t key, Object* other) { IsMatch 5056 src/objects-inl.h bool StringDictionaryShape::IsMatch(String* key, Object* other) { IsMatch 5080 src/objects-inl.h bool ObjectHashTableShape<entrysize>::IsMatch(Object* key, Object* other) { IsMatch 2940 src/objects.h virtual bool IsMatch(Object* other) = 0; IsMatch 2955 src/objects.h static inline bool IsMatch(HashTableKey* key, Object* value) { IsMatch 2956 src/objects.h return key->IsMatch(value); IsMatch 3014 src/objects.h static inline bool IsMatch(HashTableKey* key, Object* value) { IsMatch 3015 src/objects.h return key->IsMatch(value); IsMatch 3161 src/objects.h static inline bool IsMatch(String* key, Object* other); IsMatch 3194 src/objects.h static inline bool IsMatch(uint32_t key, Object* other); IsMatch 3296 src/objects.h static inline bool IsMatch(Object* key, Object* other); IsMatch 6641 src/objects.h static inline bool IsMatch(HashTableKey* key, Object* value) { IsMatch 6642 src/objects.h return key->IsMatch(value); IsMatch 6747 src/objects.h static inline bool IsMatch(HashTableKey* key, Object* value) { IsMatch 6748 src/objects.h return key->IsMatch(value);