Searched refs:regexpObject (Results 1 – 1 of 1) sorted by relevance
92 JSHandle<JSTaggedValue> regexpObject(thread, result); in HWTEST_F_L0() local93 ASSERT_TRUE(JSObject::IsRegExp(thread, regexpObject)); in HWTEST_F_L0()95 JSHandle<JSRegExp> jsRegexp(thread, JSRegExp::Cast(regexpObject->GetTaggedObject())); in HWTEST_F_L0()127 JSHandle<JSTaggedValue> regexpObject(thread, result2); in HWTEST_F_L0() local128 ASSERT_TRUE(JSObject::IsRegExp(thread, regexpObject)); in HWTEST_F_L0()130 JSHandle<JSRegExp> jsRegexp(thread, JSRegExp::Cast(regexpObject->GetTaggedObject())); in HWTEST_F_L0()162 JSHandle<JSTaggedValue> regexpObject(thread, result2); in HWTEST_F_L0() local163 ASSERT_TRUE(JSObject::IsRegExp(thread, regexpObject)); in HWTEST_F_L0()165 JSHandle<JSRegExp> jsRegexp(thread, JSRegExp::Cast(regexpObject->GetTaggedObject())); in HWTEST_F_L0()