Home
last modified time | relevance | path

Searched refs:hasNamedCaptures_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.h266 int hasNamedCaptures_ = -1; variable
Dregexp_parser.cpp851 hasNamedCaptures_ = 0; in ParseCaptureCount()
861 hasNamedCaptures_ = 1; in ParseCaptureCount()
1063 if (hasNamedCaptures_ < 0) { in HasNamedCaptures()