Home
last modified time | relevance | path

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

/external/v8/src/
Dfactory.cc2350 store->set(JSRegExp::kSourceIndex, *source); in SetRegExpAtomData()
2364 store->set(JSRegExp::kSourceIndex, *source); in SetRegExpIrregexpData()
Dobjects.h7773 static const int kSourceIndex = kTagIndex + 1; variable
7774 static const int kFlagsIndex = kSourceIndex + 1;
Dobjects-inl.h6300 String* pattern= String::cast(FixedArray::cast(data)->get(kSourceIndex)); in Pattern()
Dobjects.cc13623 return string_->Equals(String::cast(val->get(JSRegExp::kSourceIndex))) in IsMatch()
13638 return RegExpHash(String::cast(val->get(JSRegExp::kSourceIndex)), in HashForObject()