Searched refs:obj2Key (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | js_hclass_test.cpp | 336 JSHandle<JSTaggedValue> obj2Key(factory->NewFromASCII("key1")); in HWTEST_F_L0() local 344 JSHClass::AddProperty(thread, Obj, obj2Key, attr); in HWTEST_F_L0() 362 JSHandle<JSTaggedValue> obj2Key(factory->NewFromASCII("key2")); in HWTEST_F_L0() local 374 … JSObject::SetProperty(thread, Obj2, obj2Key, JSHandle<JSTaggedValue>(thread, JSTaggedValue(101))); in HWTEST_F_L0()
|
| D | js_object_test.cpp | 997 JSHandle<JSTaggedValue> obj2Key(thread->GetEcmaVM()->GetFactory()->NewFromASCII("key2")); in HWTEST_F_L0() local 1004 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(obj2), obj2Key, obj2Value); in HWTEST_F_L0() 1047 JSHandle<JSTaggedValue> obj2Key(thread->GetEcmaVM()->GetFactory()->NewFromASCII("key2")); in HWTEST_F_L0() local 1063 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(obj2), obj2Key, obj2Value); in HWTEST_F_L0() 1130 JSHandle<JSTaggedValue> obj2Key(thread->GetEcmaVM()->GetFactory()->NewFromASCII("key2")); in HWTEST_F_L0() local 1146 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(obj2), obj2Key, obj2Value); in HWTEST_F_L0() 1205 JSHandle<JSTaggedValue> obj2Key(thread->GetEcmaVM()->GetFactory()->NewFromASCII("key2")); in HWTEST_F_L0() local 1221 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(obj2), obj2Key, obj2Value); in HWTEST_F_L0()
|