Searched refs:kFirstTypeSpecificIndex (Results 1 – 2 of 2) sorted by relevance
166 static constexpr int kFirstTypeSpecificIndex = kFlagsIndex + 1; variable167 static constexpr int kMinDataArrayLength = kFirstTypeSpecificIndex;172 static constexpr int kAtomPatternIndex = kFirstTypeSpecificIndex;176 static constexpr int kIrregexpLatin1CodeIndex = kFirstTypeSpecificIndex;
96 DCHECK_GE(index, kFirstTypeSpecificIndex); in SetDataAt()