Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-regexp-inl.h74 DCHECK(TypeSupportsCaptures(type_tag())); in capture_name_map()
Djs-regexp.h133 static constexpr bool TypeSupportsCaptures(Type t) { in TypeSupportsCaptures() function
/third_party/node/deps/v8/src/runtime/
Druntime-regexp.cc336 DCHECK(JSRegExp::TypeSupportsCaptures(regexp->type_tag())); in Compile()
989 if (JSRegExp::TypeSupportsCaptures(regexp->type_tag())) { in MatchInfoBackedMatch()
1558 DCHECK(JSRegExp::TypeSupportsCaptures(regexp->type_tag())); in RUNTIME_FUNCTION()