Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp47 JSHandle<JSTaggedValue> regexpObject(thread, result); in HWTEST_F_L0() local
48 ASSERT_TRUE(JSObject::IsRegExp(thread, regexpObject)); in HWTEST_F_L0()
50 JSHandle<JSRegExp> jsRegexp(thread, JSRegExp::Cast(regexpObject->GetTaggedObject())); in HWTEST_F_L0()
82 JSHandle<JSTaggedValue> regexpObject(thread, result2); in HWTEST_F_L0() local
83 ASSERT_TRUE(JSObject::IsRegExp(thread, regexpObject)); in HWTEST_F_L0()
85 JSHandle<JSRegExp> jsRegexp(thread, JSRegExp::Cast(regexpObject->GetTaggedObject())); in HWTEST_F_L0()
117 JSHandle<JSTaggedValue> regexpObject(thread, result2); in HWTEST_F_L0() local
118 ASSERT_TRUE(JSObject::IsRegExp(thread, regexpObject)); in HWTEST_F_L0()
120 JSHandle<JSRegExp> jsRegexp(thread, JSRegExp::Cast(regexpObject->GetTaggedObject())); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp126 void SetFlags(EtsObject *regexpObject, EtsString *checkStr) in SetFlags() argument
130 VMHandle<EtsObject> regexp(coroutine, regexpObject->GetCoreType()); in SetFlags()
141 void SetGroupNames(EtsObject *regexpObject, const RegExpParser &parser) in SetGroupNames() argument
145 VMHandle<EtsObject> regexp(coroutine, regexpObject->GetCoreType()); in SetGroupNames()