Home
last modified time | relevance | path

Searched refs:IsUnmodifiedRegExp (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-utils.h43 static bool IsUnmodifiedRegExp(Isolate* isolate, Handle<Object> obj);
H A Dregexp-utils.cc124 bool RegExpUtils::IsUnmodifiedRegExp(Isolate* isolate, Handle<Object> obj) { in IsUnmodifiedRegExp() function in v8::internal::RegExpUtils
H A Dregexp.h163 static bool IsUnmodifiedRegExp(Isolate* isolate, Handle<JSRegExp> regexp);
H A Dregexp.cc153 bool RegExp::IsUnmodifiedRegExp(Isolate* isolate, Handle<JSRegExp> regexp) { in IsUnmodifiedRegExp() function in v8::internal::RegExp
154 return RegExpUtils::IsUnmodifiedRegExp(isolate, regexp); in IsUnmodifiedRegExp()
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc1170 DCHECK(RegExpUtils::IsUnmodifiedRegExp(isolate, regexp)); in SearchRegExpMultiple()
1352 DCHECK(RegExpUtils::IsUnmodifiedRegExp(isolate, regexp)); in RegExpReplace()
1474 DCHECK(RegExpUtils::IsUnmodifiedRegExp(isolate, regexp)); in RUNTIME_FUNCTION()
1488 DCHECK(RegExpUtils::IsUnmodifiedRegExp(isolate, regexp)); in RUNTIME_FUNCTION()
1499 DCHECK(RegExpUtils::IsUnmodifiedRegExp(isolate, regexp)); in RUNTIME_FUNCTION()
1817 if (RegExpUtils::IsUnmodifiedRegExp(isolate, recv)) { in RUNTIME_FUNCTION()
1825 DCHECK(RegExpUtils::IsUnmodifiedRegExp(isolate, recv)); in RUNTIME_FUNCTION()
H A Druntime-test.cc1384 RegExp::IsUnmodifiedRegExp(isolate, regexp)); in RUNTIME_FUNCTION()

Completed in 9 milliseconds