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.cpp30 HWTEST_F_L0(JSRegexpIteratorTest, CreateRegExpStringIterator) in HWTEST_F_L0() argument
39 JSRegExpIterator::CreateRegExpStringIterator(thread, matchHandle, inputStr, true, false); in HWTEST_F_L0()
42 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.cpp105 JSHandle<JSTaggedValue> JSRegExpIterator::CreateRegExpStringIterator(JSThread *thread, in CreateRegExpStringIterator() function in panda::ecmascript::JSRegExpIterator
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp826 return JSRegExpIterator::CreateRegExpStringIterator(thread, matcher, in RegExpMatchAll()