Searched refs:newKey (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | object_operator_third_test.cpp | 92 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 93 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(handleObject), newKey, newKey); in HWTEST_F_L0() 158 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 159 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(handleObject), newKey, newKey); in HWTEST_F_L0() 202 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 203 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(handleObject), newKey, newKey); in HWTEST_F_L0() 227 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 228 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(handleObject1), newKey, newKey); in HWTEST_F_L0() 238 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 239 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(handleObject2), newKey, newKey); in HWTEST_F_L0() [all …]
|
D | object_operator_second_test.cpp | 196 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 197 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(handleObject), newKey, newKey); in HWTEST_F_L0() 273 JSHandle<JSTaggedValue> newKey(thread, newString.GetTaggedValue()); in HWTEST_F_L0() local 274 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(handleObject), newKey, newValue); in HWTEST_F_L0()
|
D | object_operator_first_test.cpp | 388 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 389 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(handleObject), newKey, newKey); in HWTEST_F_L0()
|
D | js_hclass_test.cpp | 223 JSHandle<EcmaString> newKey = in HWTEST_F_L0() local 225 properties->Set(thread, i, newKey.GetTaggedValue()); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_hash_array.cpp | 228 JSTaggedValue newKey = head->GetKey(); in RemoveNode() local 229 …if (head->GetHash().GetInt() == hash && (!key.IsHole() && JSTaggedValue::SameValue(key, newKey))) { in RemoveNode() 237 newKey = nodeNext->GetKey(); in RemoveNode() 238 …nodeNext->GetHash().GetInt() == hash && (!key.IsHole() && JSTaggedValue::SameValue(key, newKey))) { in RemoveNode()
|
D | js_object.cpp | 388 … JSHandle<NumberDictionary> newKey = NumberDictionary::Put(thread, dict, keyHandle, value, attr); in AddElementInternal() local 389 receiver->SetElements(thread, newKey); in AddElementInternal()
|
/arkcompiler/ets_frontend/es2panda/parser/transformer/ |
D | transformer.cpp | 499 auto *newKey = AllocNode<ir::AssignmentExpression>(CreateReferenceIdentifier(name), in VisitComputedProperty() local 501 classProperty->SetKey(newKey); in VisitComputedProperty() 511 auto *newKey = AllocNode<ir::AssignmentExpression>(CreateReferenceIdentifier(name), in VisitComputedProperty() local 513 methodDefinition->SetKey(newKey); in VisitComputedProperty()
|