Searched defs:matchResult (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | js_regexp_iterator_test.cpp | 83 JSHandle<JSTaggedValue> matchResult = JSIterator::IteratorValue(thread, matchObj); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A 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 in RegExpSearchFast() local 1679 bool matchResult = RegExpExecInternal(thread, regexp, string, 0); // 0: lastIndex RegExpSplitFast() local 1710 bool matchResult = RegExpExecInternal(thread, regexp, string, nextMatchFrom); RegExpSplitFast() local 2145 bool matchResult = RegExpExecInternal(thread, regexp, inputString, lastIndex); RegExpBuiltinExecWithoutResult() local [all...] |
Completed in 5 milliseconds