Searched refs:obj3Key (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_hclass_test.cpp | 337 JSHandle<JSTaggedValue> obj3Key(factory->NewFromASCII("key2")); in HWTEST_F_L0() local 345 JSHClass::AddProperty(thread, Obj, obj3Key, attr); in HWTEST_F_L0() 363 JSHandle<JSTaggedValue> obj3Key(factory->NewFromASCII("key3")); in HWTEST_F_L0() local 375 … JSObject::SetProperty(thread, Obj3, obj3Key, JSHandle<JSTaggedValue>(thread, JSTaggedValue(102))); in HWTEST_F_L0()
|
| D | js_object_test.cpp | 998 JSHandle<JSTaggedValue> obj3Key(thread->GetEcmaVM()->GetFactory()->NewFromASCII("key3")); in HWTEST_F_L0() local 1005 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(obj3), obj3Key, obj3Value); in HWTEST_F_L0() 1048 JSHandle<JSTaggedValue> obj3Key(thread->GetEcmaVM()->GetFactory()->NewFromASCII("key3")); in HWTEST_F_L0() local 1064 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(obj3), obj3Key, obj3Value); in HWTEST_F_L0() 1131 JSHandle<JSTaggedValue> obj3Key(thread->GetEcmaVM()->GetFactory()->NewFromASCII("key3")); in HWTEST_F_L0() local 1147 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(obj3), obj3Key, obj3Value); in HWTEST_F_L0() 1206 JSHandle<JSTaggedValue> obj3Key(thread->GetEcmaVM()->GetFactory()->NewFromASCII("key3")); in HWTEST_F_L0() local 1222 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(obj3), obj3Key, obj3Value); in HWTEST_F_L0()
|