Searched defs:IsUnmodifiedRegExp (Results 1 – 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/regexp/ | ||
D | regexp-utils.cc | 124 bool RegExpUtils::IsUnmodifiedRegExp(Isolate* isolate, Handle<Object> obj) { in IsUnmodifiedRegExp() function in v8::internal::RegExpUtils |
D | regexp.cc | 153 bool RegExp::IsUnmodifiedRegExp(Isolate* isolate, Handle<JSRegExp> regexp) { in IsUnmodifiedRegExp() function in v8::internal::RegExp |