Searched defs:IsDeleted (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects.h3762 bool IsDeleted(int entry) { function in class:v8::internal::KeyCollectionMode::Dictionary
3763 return Shape::IsDeleted(static_cast<Derived*>(this), entry);
3901 static bool IsDeleted(Dictionary* dict, int entry) { function in class:v8::internal::KeyCollectionMode::BaseDictionaryShape
3954 static bool IsDeleted(Dictionary* dict, int entry);

Completed in 119 milliseconds