Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser_cache.cpp46 CVector<CString> &groupName) in GetCache()
59 CVector<CString> groupName) in SetCache()
Dregexp_parser.cpp846 int RegExpParser::ParseCaptureCount(const char *groupName) in ParseCaptureCount()
/arkcompiler/ets_frontend/ets2panda/linter/test/
Dobject_literals3.ts36 groupName: string = ""; property in ContainerModuleItem
Dobject_literals_2.ts248 groupName: string = ''; property in ContainerModuleItem
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dobject_literals_2.ts246 groupName: string = ''; property in ContainerModuleItem
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp150 auto groupName = parser.GetGroupNames(); in SetGroupNames() local
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.cpp900 int RegExpParser::ParseCaptureCount(const char *groupName) in ParseCaptureCount()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp1835 JSHandle<JSTaggedValue> groupName = groupNames[i - 1]; in MakeMatchIndicesIndexPairArray() local
1949 JSHandle<JSTaggedValue> groupName(thread, regexpObj->GetGroupName()); in RegExpBuiltinExec() local
2296 CVector<CString> groupName; in RegExpInitialize() local
Dbuiltins_string.cpp1255 JSHandle<EcmaString> groupName(thread, in GetSubstitution() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp713 JSHandle<JSTaggedValue> groupName(factory->NewFromASCII("groupname")); in HWTEST_F_L0() local