Home
last modified time | relevance | path

Searched refs:IsUnmodifiedRegExp (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/regexp/
Dregexp-utils.h40 static bool IsUnmodifiedRegExp(Isolate* isolate, Handle<Object> obj);
Dregexp-utils.cc138 bool RegExpUtils::IsUnmodifiedRegExp(Isolate* isolate, Handle<Object> obj) { in IsUnmodifiedRegExp() function in v8::internal::RegExpUtils
/external/v8/src/runtime/
Druntime-regexp.cc1129 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()