Searched refs:CreateJSRegexpByPatternAndFlags (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_regexp_test.cpp | 44 JSTaggedValue result = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern, flags); in HWTEST_F_L0() 63 JSTaggedValue result1 = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern, flags); in HWTEST_F_L0() 98 JSTaggedValue result1 = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern1, flags1); in HWTEST_F_L0() 133 JSTaggedValue result1 = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern1, flags1); in HWTEST_F_L0() 150 JSTaggedValue result1 = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern1, flags1); in HWTEST_F_L0() 166 JSTaggedValue result1 = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern1, flags1); in HWTEST_F_L0() 200 JSTaggedValue result1 = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern1, flags1); in HWTEST_F_L0() 216 JSTaggedValue result1 = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern1, flags1); in HWTEST_F_L0() 263 JSTaggedValue result1 = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern1, flags1); in HWTEST_F_L0() 303 JSTaggedValue result1 = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern1, flags1); in HWTEST_F_L0() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_regexp_iterator_test.cpp | 36 …JSHandle<JSTaggedValue> matchHandle(thread, TestCommon::CreateJSRegexpByPatternAndFlags(thread, pa… in HWTEST_F_L0() 55 JSTaggedValue jsRegExp = TestCommon::CreateJSRegexpByPatternAndFlags(thread, pattern, flags); in HWTEST_F_L0()
|
| D | test_common.h | 53 …static JSTaggedValue CreateJSRegexpByPatternAndFlags(JSThread *thread, const JSHandle<EcmaString> … in CreateJSRegexpByPatternAndFlags() function
|