Home | History | Annotate | Download | only in src

Lines Matching refs:RegExpHash

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