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.cc131 bool RegExpUtils::IsUnmodifiedRegExp(Isolate* isolate, Handle<Object> obj) { in IsUnmodifiedRegExp() function in v8::internal::RegExpUtils
/external/v8/src/runtime/
Druntime-regexp.cc1089 DCHECK(RegExpUtils::IsUnmodifiedRegExp(isolate, regexp)); in StringReplaceNonGlobalRegExpWithFunction()
1274 DCHECK(RegExpUtils::IsUnmodifiedRegExp(isolate, regexp)); in RUNTIME_FUNCTION()
1288 DCHECK(RegExpUtils::IsUnmodifiedRegExp(isolate, regexp)); in RUNTIME_FUNCTION()
1300 DCHECK(RegExpUtils::IsUnmodifiedRegExp(isolate, regexp)); in RUNTIME_FUNCTION()
1546 if (RegExpUtils::IsUnmodifiedRegExp(isolate, recv)) { in RUNTIME_FUNCTION()
1554 DCHECK(RegExpUtils::IsUnmodifiedRegExp(isolate, recv)); in RUNTIME_FUNCTION()