Searched refs:kSourceIndex (Results 1 – 5 of 5) sorted by relevance
101 static const int kSourceIndex = kTagIndex + 1; variable102 static const int kFlagsIndex = kSourceIndex + 1;
63 return RegExpHash(String::cast(val->get(JSRegExp::kSourceIndex)), in HashForObject()
54 String* pattern = String::cast(FixedArray::cast(data)->get(kSourceIndex)); in Pattern()
3822 store->set(JSRegExp::kSourceIndex, *source); in SetRegExpAtomData()3834 store->set(JSRegExp::kSourceIndex, *source); in SetRegExpIrregexpData()
16650 return string_->Equals(String::cast(val->get(JSRegExp::kSourceIndex))) in IsMatch()