Home
last modified time | relevance | path

Searched defs:IsUnmodifiedRegExp (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/regexp/
Dregexp-utils.cc124 bool RegExpUtils::IsUnmodifiedRegExp(Isolate* isolate, Handle<Object> obj) { in IsUnmodifiedRegExp() function in v8::internal::RegExpUtils
Dregexp.cc153 bool RegExp::IsUnmodifiedRegExp(Isolate* isolate, Handle<JSRegExp> regexp) { in IsUnmodifiedRegExp() function in v8::internal::RegExp