Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dproto_change_details_test.cpp140 JSHandle<JSTaggedValue> objClassVal(thread, handleObj->GetJSHClass()); in HWTEST_F_L0() local
149 … ChangeListener::Add(thread, handleChangeListenerArr, JSHandle<JSHClass>(objClassVal), &index); in HWTEST_F_L0()
151 JSTaggedValue weakRefValue(objClassVal.GetTaggedValue()); in HWTEST_F_L0()
171 JSHandle<JSTaggedValue> objClassVal(thread, handleObj->GetJSHClass()); in HWTEST_F_L0() local
182 ChangeListener::Add(thread, handleChangeListenerArr, JSHandle<JSHClass>(objClassVal), &index); in HWTEST_F_L0()
184 JSTaggedValue weakRefValue(objClassVal.GetTaggedValue()); in HWTEST_F_L0()
204 JSHandle<JSTaggedValue> objClassVal(thread, handleObj->GetJSHClass()); in HWTEST_F_L0() local
214 ChangeListener::Add(thread, handleChangeListenerArr, JSHandle<JSHClass>(objClassVal), &index); in HWTEST_F_L0()
216 JSTaggedValue weakRefValue(objClassVal.GetTaggedValue()); in HWTEST_F_L0()
Dprofile_type_info_test.cpp127 JSHandle<JSTaggedValue> objClassVal(thread, handleObj->GetJSHClass()); in HWTEST_F_L0() local
139 handleProfileTypeAccessor0.AddHandlerWithoutKey(objClassVal, HandlerValue); in HWTEST_F_L0()
146 handleProfileTypeAccessor1.AddHandlerWithoutKey(objClassVal, HandlerValue); in HWTEST_F_L0()
155 handleProfileTypeAccessor2.AddHandlerWithoutKey(objClassVal, HandlerValue); in HWTEST_F_L0()
182 JSHandle<JSTaggedValue> objClassVal(thread, handleObj->GetJSHClass()); in HWTEST_F_L0() local
189 handleProfileTypeAccessor0.AddElementHandler(objClassVal, HandlerValue); in HWTEST_F_L0()
212 JSHandle<JSTaggedValue> objClassVal(thread, handleObj->GetJSHClass()); in HWTEST_F_L0() local
227 handleProfileTypeAccessor0.AddHandlerWithKey(HandleKey1, objClassVal, HandlerValue); in HWTEST_F_L0()
234 handleProfileTypeAccessor1.AddHandlerWithKey(HandleKey1, objClassVal, HandlerValue); in HWTEST_F_L0()
240 handleProfileTypeAccessor2.AddHandlerWithKey(HandleKey0, objClassVal, HandlerValue); in HWTEST_F_L0()