Home
last modified time | relevance | path

Searched defs:matchResult (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_regexp_iterator_test.cpp83 JSHandle<JSTaggedValue> matchResult = JSIterator::IteratorValue(thread, matchObj); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A 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 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