Home
last modified time | relevance | path

Searched defs:matchResult (Results 1 – 3 of 3) 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/builtins/
Dbuiltins_regexp.cpp200 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/
Dbuiltins_regexp_test.cpp433 JSHandle<JSTaggedValue> matchResult(thread, matchResults); in HWTEST_F_L0() local