Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser_cache.cpp46 CVector<CString> &groupName) in GetCache()
60 CVector<CString> groupName) in SetCache()
Dregexp_parser.cpp964 int RegExpParser::ParseCaptureCount(const char *groupName) in ParseCaptureCount()
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/menu/
DMainMenu.js114 notChildren(item, group, groupName, groupDescribe) { argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp165 auto groupName = parser.GetGroupNames(); in SetGroupNames() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.cpp904 int RegExpParser::ParseCaptureCount(const char *groupName) in ParseCaptureCount()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1963 JSHandle<JSTaggedValue> groupName = groupNames[i - 1]; in MakeMatchIndicesIndexPairArray() local
2041 JSHandle<JSTaggedValue> groupName(thread, regexpObj->GetGroupName()); in RegExpBuiltinExec() local
2360 CVector<CString> groupName; in RegExpInitialize() local
Dbuiltins_string.cpp1359 JSHandle<EcmaString> groupName = JSHandle<EcmaString>( in ProcessNamedCaptures() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp650 JSHandle<JSTaggedValue> groupName(factory->NewFromASCII("groupname")); in HWTEST_F_L0() local