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

/external/webkit/Source/JavaScriptCore/runtime/
H A DPropertyMapHashTable.h235 static const unsigned EmptyEntryIndex = 0; member in class:JSC::PropertyTable
336 if (entryIndex == EmptyEntryIndex)
H A DStructure.cpp807 if (entryIndex == PropertyTable::EmptyEntryIndex)
836 ASSERT(entryIndex != PropertyTable::EmptyEntryIndex);

Completed in 40 milliseconds