Searched defs:matchResult (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_regexp_iterator_test.cpp | 83 JSHandle<JSTaggedValue> matchResult = JSIterator::IteratorValue(thread, matchObj); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/regexp/ |
| D | regexp_executor.cpp | 260 …JSHandle<RegExpGlobalResult> matchResult(thread->GetCurrentEcmaContext()->GetRegExpGlobalResult()); in GetResult() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 198 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/ |
| D | builtins_regexp_test.cpp | 373 JSHandle<JSTaggedValue> matchResult(thread, matchResults); in HWTEST_F_L0() local
|