Searched refs:kSourceIndex (Results 1 – 4 of 4) sorted by relevance
164 static constexpr int kSourceIndex = kTagIndex + 1; variable165 static constexpr int kFlagsIndex = kSourceIndex + 1;
93 return RegExpHash(String::cast(val.get(JSRegExp::kSourceIndex)), in HashForObject()
225 return string_->Equals(String::cast(val.get(JSRegExp::kSourceIndex))) && in IsMatch()
3579 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()