Searched refs:handleObject2 (Results 1 – 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | object_operator_test.cpp | 880 …JSHandle<JSObject> handleObject2 = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(objFunc)… in HWTEST_F_L0() local 883 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(handleObject2), newKey, newKey); in HWTEST_F_L0() 885 EXPECT_TRUE(objectOperator.AddProperty(handleObject2, handleString, handleAttr)); in HWTEST_F_L0() 886 auto resultDict = NumberDictionary::Cast(handleObject2->GetElements().GetTaggedObject()); in HWTEST_F_L0() 975 JSHandle<JSObject> handleObject2 = in HWTEST_F_L0() local 977 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(handleObject2), handleKey0, handleKey0); in HWTEST_F_L0() 978 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(handleObject2), handleKey1, handleKey1); in HWTEST_F_L0() 979 JSObject::DeleteProperty(thread, (handleObject2), handleKey1); in HWTEST_F_L0() 980 ObjectOperator objectOperator2(thread, JSHandle<JSTaggedValue>(handleObject2), index - 1); in HWTEST_F_L0() 982 auto resultDict2 = NumberDictionary::Cast(handleObject2->GetElements().GetTaggedObject()); in HWTEST_F_L0() [all …]
|