Searched defs:matchResult (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_regexp_iterator_test.cpp | 127 JSHandle<JSTaggedValue> matchResult = JSIterator::IteratorValue(thread, matchObj); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_regexp.cpp | 200 JSTaggedValue matchResult = RegExpExec(thread, thisObj, string, false); in Test() local 659 …RegExpExecutor::MatchResult matchResult = Matcher(thread, regexp, strBuffer, inputLength, lastInde… in RegExpReplaceFast() local 1451 …RegExpExecutor::MatchResult matchResult = Matcher(thread, regexp, strBuffer, stringLength, lastInd… in RegExpBuiltinExec() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_regexp_test.cpp | 433 JSHandle<JSTaggedValue> matchResult(thread, matchResults); in HWTEST_F_L0() local
|