Home
last modified time | relevance | path

Searched defs:IsNamedCapture (Results 1 – 8 of 8) sorted by relevance

/dports/www/node10/node-v10.24.1/deps/v8/src/regexp/
H A Dregexp-parser.h262 bool IsNamedCapture() const { return capture_name_ != nullptr; } in IsNamedCapture() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/irregexp/imported/
H A Dregexp-parser.h274 bool IsNamedCapture() const { return capture_name_ != nullptr; } in IsNamedCapture() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/regexp/
H A Dregexp-parser.h268 bool IsNamedCapture() const { return capture_name_ != nullptr; } in IsNamedCapture() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/regexp/
H A Dregexp-parser.h271 bool IsNamedCapture() const { return capture_name_ != nullptr; } in IsNamedCapture() function
/dports/www/firefox/firefox-99.0/js/src/irregexp/imported/
H A Dregexp-parser.h274 bool IsNamedCapture() const { return capture_name_ != nullptr; } in IsNamedCapture() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/irregexp/imported/
H A Dregexp-parser.h274 bool IsNamedCapture() const { return capture_name_ != nullptr; } in IsNamedCapture() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/new-regexp/
H A Dregexp-parser.h265 bool IsNamedCapture() const { return capture_name_ != nullptr; } in IsNamedCapture() function
/dports/lang/v8/v8-9.6.180.12/src/regexp/
H A Dregexp-parser.cc207 bool IsNamedCapture() const { return capture_name_ != nullptr; } in IsNamedCapture() function in v8::internal::__anon019025010111::RegExpParserState