Searched refs:kSourceIndex (Results 1 – 4 of 4) sorted by relevance
2365 store->set(JSRegExp::kSourceIndex, *source); in SetRegExpAtomData()2380 store->set(JSRegExp::kSourceIndex, *source); in SetRegExpIrregexpData()
7791 static const int kSourceIndex = kTagIndex + 1; variable7792 static const int kFlagsIndex = kSourceIndex + 1;
6628 String* pattern = String::cast(FixedArray::cast(data)->get(kSourceIndex)); in Pattern()
16948 return string_->Equals(String::cast(val->get(JSRegExp::kSourceIndex))) in IsMatch()16963 return RegExpHash(String::cast(val->get(JSRegExp::kSourceIndex)), in HashForObject()