Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-regexp.h173 static constexpr int kAtomDataSize = kAtomPatternIndex + 1; variable
/third_party/node/deps/v8/src/heap/
Dfactory.cc3576 *NewFixedArray(JSRegExp::kAtomDataSize, AllocationType::kYoung); in SetRegExpAtomData()