Searched refs:IsUnmodifiedRegExp (Results 1 – 3 of 3) sorted by relevance
40 static bool IsUnmodifiedRegExp(Isolate* isolate, Handle<Object> obj);
138 bool RegExpUtils::IsUnmodifiedRegExp(Isolate* isolate, Handle<Object> obj) { in IsUnmodifiedRegExp() function in v8::internal::RegExpUtils
1129 DCHECK(RegExpUtils::IsUnmodifiedRegExp(isolate, regexp)); in SearchRegExpMultiple()1300 DCHECK(RegExpUtils::IsUnmodifiedRegExp(isolate, regexp)); in RegExpReplace()1432 DCHECK(RegExpUtils::IsUnmodifiedRegExp(isolate, regexp)); in RUNTIME_FUNCTION()1740 if (RegExpUtils::IsUnmodifiedRegExp(isolate, recv)) { in RUNTIME_FUNCTION()