Searched refs:retObj1 (Results 1 – 1 of 1) sorted by relevance
99 JSHandle<JSObject> retObj1 = JSHandle<JSObject>::Cast(objValue1); in JSPlainObjectTest1() local101 EXPECT_FALSE(retObj1.IsEmpty()); in JSPlainObjectTest1()104 JSHandle<TaggedArray> array1 = JSObject::GetOwnPropertyKeys(thread, retObj1); in JSPlainObjectTest1()110 …double a = JSObject::GetProperty(thread, JSHandle<JSTaggedValue>(retObj1), key).GetValue()->GetNum… in JSPlainObjectTest1()176 JSHandle<JSObject> retObj1 = JSHandle<JSObject>::Cast(objValue1); in NativeBindingObjectTest2() local177 EXPECT_FALSE(retObj1.IsEmpty()); in NativeBindingObjectTest2()178 JSHandle<TaggedArray> array1 = JSObject::GetOwnPropertyKeys(thread, retObj1); in NativeBindingObjectTest2()