Home
last modified time | relevance | path

Searched defs:matchResult (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_regexp_iterator_test.cpp83 JSHandle<JSTaggedValue> matchResult = JSIterator::IteratorValue(thread, matchObj); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp260 …JSHandle<RegExpGlobalResult> matchResult(thread->GetCurrentEcmaContext()->GetRegExpGlobalResult()); in GetResult() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp198 JSTaggedValue matchResult = RegExpExec(thread, thisObj, string, false); in Test() local
280 bool matchResult = RegExpExecInternal(thread, regexp, inputString, lastIndex); in RegExpTestFast() local
936 bool matchResult = RegExpExecInternal(thread, regexp, inputString, lastIndex); in MatchAndReplace() local
1415 bool matchResult = RegExpExecInternal(thread, regexp, stringHandle, 0); in RegExpSearchFast() local
1679 bool matchResult = RegExpExecInternal(thread, regexp, string, 0); // 0: lastIndex in RegExpSplitFast() local
1710 bool matchResult = RegExpExecInternal(thread, regexp, string, nextMatchFrom); in RegExpSplitFast() local
2145 bool matchResult = RegExpExecInternal(thread, regexp, inputString, lastIndex); in RegExpBuiltinExecWithoutResult() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp373 JSHandle<JSTaggedValue> matchResult(thread, matchResults); in HWTEST_F_L0() local