Searched refs:kSourceIndex (Results 1 – 4 of 4) sorted by relevance
2350 store->set(JSRegExp::kSourceIndex, *source); in SetRegExpAtomData()2364 store->set(JSRegExp::kSourceIndex, *source); in SetRegExpIrregexpData()
7773 static const int kSourceIndex = kTagIndex + 1; variable7774 static const int kFlagsIndex = kSourceIndex + 1;
6300 String* pattern= String::cast(FixedArray::cast(data)->get(kSourceIndex)); in Pattern()
13623 return string_->Equals(String::cast(val->get(JSRegExp::kSourceIndex))) in IsMatch()13638 return RegExpHash(String::cast(val->get(JSRegExp::kSourceIndex)), in HashForObject()