Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/runtime/
DJSObject.cpp62 int hashSizeMask = table->compactSize - 1; in getClassPropertyNames() local
64 for (int i = 0; i <= hashSizeMask; ++i, ++entry) { in getClassPropertyNames()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1030401 …js/lookup.h: Changed attr from 2-byte value to one-byte value. Replaced hashSize with hashSizeMask.