Home
last modified time | relevance | path

Searched refs:kSourceIndex (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-regexp.h164 static constexpr int kSourceIndex = kTagIndex + 1; variable
165 static constexpr int kFlagsIndex = kSourceIndex + 1;
Dcompilation-cache-table-inl.h93 return RegExpHash(String::cast(val.get(JSRegExp::kSourceIndex)), in HashForObject()
Dcompilation-cache-table.cc225 return string_->Equals(String::cast(val.get(JSRegExp::kSourceIndex))) && in IsMatch()
/third_party/node/deps/v8/src/heap/
Dfactory.cc3579 store.set(JSRegExp::kSourceIndex, *source, SKIP_WRITE_BARRIER); in SetRegExpAtomData()
3598 store.set(JSRegExp::kSourceIndex, *source, SKIP_WRITE_BARRIER); in SetRegExpIrregexpData()
3622 store.set(JSRegExp::kSourceIndex, *source, SKIP_WRITE_BARRIER); in SetRegExpExperimentalData()