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