Searched refs:hashSizeMask (Results 1 – 2 of 2) sorted by relevance
1078 int hashSizeMask = table->compactSize - 1; in getEnumerableNamesFromClassInfoTable() local1080 for (int i = 0; i <= hashSizeMask; ++i, ++entry) { in getEnumerableNamesFromClassInfoTable()
30401 …js/lookup.h: Changed attr from 2-byte value to one-byte value. Replaced hashSize with hashSizeMask.