Searched refs:AddHandlerWithoutKey (Results 1 – 4 of 4) sorted by relevance
122 HWTEST_F_L0(ProfileTypeInfoTest, AddHandlerWithoutKey) in HWTEST_F_L0() argument145 handleProfileTypeAccessor0.AddHandlerWithoutKey(objClassVal, HandlerValue); in HWTEST_F_L0()152 handleProfileTypeAccessor1.AddHandlerWithoutKey(objClassVal, HandlerValue); in HWTEST_F_L0()161 handleProfileTypeAccessor2.AddHandlerWithoutKey(objClassVal, HandlerValue); in HWTEST_F_L0()
70 icAccessor_.AddHandlerWithoutKey(JSHandle<JSTaggedValue>::Cast(hclass), handlerValue); in UpdateLoadHandler()117 icAccessor_.AddHandlerWithoutKey(receiverHClass_, handlerValue); in UpdateStoreHandler()
121 … void AddHandlerWithoutKey(JSHandle<JSTaggedValue> hclass, JSHandle<JSTaggedValue> handler) const;
39 AddHandlerWithoutKey(hclass, handler); in AddElementHandler()42 void ProfileTypeAccessor::AddHandlerWithoutKey(JSHandle<JSTaggedValue> hclass, JSHandle<JSTaggedVal… in AddHandlerWithoutKey() function in panda::ecmascript::ProfileTypeAccessor