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.cpp127 JSHandle<JSTaggedValue> matchResult = JSIterator::IteratorValue(thread, matchObj); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_executor.cpp254 …JSHandle<RegExpGlobalResult> matchResult(thread->GetCurrentEcmaContext()->GetRegExpGlobalResult()); in GetResult() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp207 JSTaggedValue matchResult = RegExpExec(thread, thisObj, string, false); in Test() local
811 bool matchResult = RegExpExecInternal(thread, regexp, inputString, lastIndex); in RegExpReplaceFast() local
1554 bool matchResult = RegExpExecInternal(thread, regexp, string, 0); // 0: lastIndex in RegExpSplitFast() local
1587 bool matchResult = RegExpExecInternal(thread, regexp, string, nextMatchFrom); in RegExpSplitFast() local
1898 bool matchResult = RegExpExecInternal(thread, regexp, inputString, lastIndex); in RegExpBuiltinExec() local
2123 bool matchResult = RegExpExecInternal(thread, regexp, inputString, lastIndex); in RegExpExecForTestFast() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp433 JSHandle<JSTaggedValue> matchResult(thread, matchResults); in HWTEST_F_L0() local