Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_regexp_iterator_test.cpp54 static JSTaggedValue CreateJSRegexpByPatternAndFlags(JSThread *thread, const JSHandle<EcmaString> &… in CreateJSRegexpByPatternAndFlags() function
80 …JSHandle<JSTaggedValue> matchHandle(thread, CreateJSRegexpByPatternAndFlags(thread, pattern, flags… in HWTEST_F_L0()
99 JSTaggedValue jsRegExp = CreateJSRegexpByPatternAndFlags(thread, pattern, flags); in HWTEST_F_L0()