Home
last modified time | relevance | path

Searched defs:propHashTable (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DClassInfo.h48 const HashTable* propHashTable(ExecState* exec) const in propHashTable() function
DJSObject.cpp305 if (const HashTable* propHashTable = info->propHashTable(exec)) { in findPropertyHashEntry() local