Searched refs:obj2Key (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_hclass_test.cpp | 339 JSHandle<JSTaggedValue> obj2Key(factory->NewFromASCII("key1")); in HWTEST_F_L0() local 347 JSHClass::AddProperty(thread, Obj, obj2Key, attr); in HWTEST_F_L0() 365 JSHandle<JSTaggedValue> obj2Key(factory->NewFromASCII("key2")); in HWTEST_F_L0() local 377 … JSObject::SetProperty(thread, Obj2, obj2Key, JSHandle<JSTaggedValue>(thread, JSTaggedValue(101))); in HWTEST_F_L0()
|
| D | js_object_test.cpp | 998 JSHandle<JSTaggedValue> obj2Key(thread->GetEcmaVM()->GetFactory()->NewFromASCII("key2")); in HWTEST_F_L0() local 1005 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(obj2), obj2Key, obj2Value); in HWTEST_F_L0() 1048 JSHandle<JSTaggedValue> obj2Key(thread->GetEcmaVM()->GetFactory()->NewFromASCII("key2")); in HWTEST_F_L0() local 1064 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(obj2), obj2Key, obj2Value); in HWTEST_F_L0() 1131 JSHandle<JSTaggedValue> obj2Key(thread->GetEcmaVM()->GetFactory()->NewFromASCII("key2")); in HWTEST_F_L0() local 1147 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(obj2), obj2Key, obj2Value); in HWTEST_F_L0() 1206 JSHandle<JSTaggedValue> obj2Key(thread->GetEcmaVM()->GetFactory()->NewFromASCII("key2")); in HWTEST_F_L0() local 1222 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(obj2), obj2Key, obj2Value); in HWTEST_F_L0()
|