Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
H A Djs-regexp-inl.h74 DCHECK(TypeSupportsCaptures(type_tag())); in capture_name_map()
H A Djs-regexp.h133 static constexpr bool TypeSupportsCaptures(Type t) { in TypeSupportsCaptures() function in v8::internal::JSRegExp
/third_party/node/deps/v8/src/runtime/
H A 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()

Completed in 5 milliseconds