Home
last modified time | relevance | path

Searched refs:CreateRegExpStringIterator (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_regexp_iterator_test.cpp74 HWTEST_F_L0(JSRegexpIteratorTest, CreateRegExpStringIterator) in HWTEST_F_L0() argument
83 JSRegExpIterator::CreateRegExpStringIterator(thread, matchHandle, inputStr, true, false); in HWTEST_F_L0()
86 JSRegExpIterator::CreateRegExpStringIterator(thread, matchHandle, inputStr, false, false); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.h28 …static JSHandle<JSTaggedValue> CreateRegExpStringIterator(JSThread *thread, const JSHandle<JSTagge…
Djs_regexp_iterator.cpp109 JSHandle<JSTaggedValue> JSRegExpIterator::CreateRegExpStringIterator(JSThread *thread, in CreateRegExpStringIterator() function in panda::ecmascript::JSRegExpIterator
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp569 return JSRegExpIterator::CreateRegExpStringIterator(thread, matcherHandle, in MatchAll()