Home | History | Annotate | Download | only in src

Lines Matching refs:RegExpHash

10609   uint32_t Hash() { return RegExpHash(string_, flags_); }
10620 return RegExpHash(String::cast(val->get(JSRegExp::kSourceIndex)),
10624 static uint32_t RegExpHash(String* string, Smi* flags) {