Searched refs:CreateRegExpStringIterator (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_regexp_iterator_test.cpp | 74 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/ |
| D | js_regexp_iterator.h | 28 …static JSHandle<JSTaggedValue> CreateRegExpStringIterator(JSThread *thread, const JSHandle<JSTagge…
|
| D | js_regexp_iterator.cpp | 109 JSHandle<JSTaggedValue> JSRegExpIterator::CreateRegExpStringIterator(JSThread *thread, in CreateRegExpStringIterator() function in panda::ecmascript::JSRegExpIterator
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_regexp.cpp | 569 return JSRegExpIterator::CreateRegExpStringIterator(thread, matcherHandle, in MatchAll()
|