Home
last modified time | relevance | path

Searched refs:newGroupNames_ (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser_cache.cpp53 groupName = info.newGroupNames_; in GetCache()
67 info.newGroupNames_ = groupName; in SetCache()
Dregexp_parser_cache.h47 CVector<CString> newGroupNames_; member
Dregexp_parser.h121 return newGroupNames_; in GetGroupNames()
270 CVector<CString> newGroupNames_; variable
Dregexp_parser.cpp571 newGroupNames_.push_back(name); in ParseAssertionCapture()