Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-regexp.h166 static constexpr int kFirstTypeSpecificIndex = kFlagsIndex + 1; variable
167 static constexpr int kMinDataArrayLength = kFirstTypeSpecificIndex;
172 static constexpr int kAtomPatternIndex = kFirstTypeSpecificIndex;
176 static constexpr int kIrregexpLatin1CodeIndex = kFirstTypeSpecificIndex;
Djs-regexp-inl.h96 DCHECK_GE(index, kFirstTypeSpecificIndex); in SetDataAt()