Searched refs:obj3Key (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_hclass_test.cpp | 340 JSHandle<JSTaggedValue> obj3Key(factory->NewFromASCII("key2")); in HWTEST_F_L0() local 348 JSHClass::AddProperty(thread, Obj, obj3Key, attr); in HWTEST_F_L0() 366 JSHandle<JSTaggedValue> obj3Key(factory->NewFromASCII("key3")); in HWTEST_F_L0() local 378 … JSObject::SetProperty(thread, Obj3, obj3Key, JSHandle<JSTaggedValue>(thread, JSTaggedValue(102))); in HWTEST_F_L0()
|
| D | js_object_test.cpp | 999 JSHandle<JSTaggedValue> obj3Key(thread->GetEcmaVM()->GetFactory()->NewFromASCII("key3")); in HWTEST_F_L0() local 1006 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(obj3), obj3Key, obj3Value); in HWTEST_F_L0() 1049 JSHandle<JSTaggedValue> obj3Key(thread->GetEcmaVM()->GetFactory()->NewFromASCII("key3")); in HWTEST_F_L0() local 1065 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(obj3), obj3Key, obj3Value); in HWTEST_F_L0() 1132 JSHandle<JSTaggedValue> obj3Key(thread->GetEcmaVM()->GetFactory()->NewFromASCII("key3")); in HWTEST_F_L0() local 1148 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(obj3), obj3Key, obj3Value); in HWTEST_F_L0() 1207 JSHandle<JSTaggedValue> obj3Key(thread->GetEcmaVM()->GetFactory()->NewFromASCII("key3")); in HWTEST_F_L0() local 1223 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(obj3), obj3Key, obj3Value); in HWTEST_F_L0()
|