HomeSort by relevance Sort by last modified time
    Searched refs:EmptyEntryIndex (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/runtime/
PropertyMapHashTable.h 235 static const unsigned EmptyEntryIndex = 0;
336 if (entryIndex == EmptyEntryIndex)
Structure.cpp 807 if (entryIndex == PropertyTable::EmptyEntryIndex)
836 ASSERT(entryIndex != PropertyTable::EmptyEntryIndex);

Completed in 28 milliseconds