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

  /external/webkit/Source/JavaScriptCore/runtime/
Structure.h 95 bool isUncacheableDictionary() const { return m_dictionaryKind == UncachedDictionaryKind; }
175 UncachedDictionaryKind = 2
Structure.cpp 468 return toDictionaryTransition(globalData, structure, UncachedDictionaryKind);

Completed in 22 milliseconds