Home
last modified time | relevance | path

Searched refs:EmptyEntryIndex (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DPropertyMapHashTable.h235 static const unsigned EmptyEntryIndex = 0; variable
336 if (entryIndex == EmptyEntryIndex) in find()
DStructure.cpp807 if (entryIndex == PropertyTable::EmptyEntryIndex) in checkConsistency()
836 ASSERT(entryIndex != PropertyTable::EmptyEntryIndex); in checkConsistency()