Home
last modified time | relevance | path

Searched refs:newKey (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_test.cpp387 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
388 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(handleObject), newKey, newKey); in HWTEST_F_L0()
628 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
629 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(handleObject), newKey, newKey); in HWTEST_F_L0()
705 JSHandle<JSTaggedValue> newKey(thread, newString.GetTaggedValue()); in HWTEST_F_L0() local
706 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(handleObject), newKey, newValue); in HWTEST_F_L0()
736 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
737 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(handleObject), newKey, newKey); in HWTEST_F_L0()
802 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
803 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(handleObject), newKey, newKey); in HWTEST_F_L0()
[all …]
Djs_hclass_test.cpp220 JSHandle<EcmaString> newKey = in HWTEST_F_L0() local
222 properties->Set(thread, i, newKey.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_array.cpp230 JSTaggedValue newKey = head->GetKey(); in RemoveNode() local
231 …if (head->GetHash().GetInt() == hash && (!key.IsHole() && JSTaggedValue::SameValue(key, newKey))) { in RemoveNode()
239 newKey = nodeNext->GetKey(); in RemoveNode()
240 …nodeNext->GetHash().GetInt() == hash && (!key.IsHole() && JSTaggedValue::SameValue(key, newKey))) { in RemoveNode()
Djs_object.cpp273 … JSHandle<NumberDictionary> newKey = NumberDictionary::Put(thread, dict, keyHandle, value, attr); in AddElementInternal() local
274 receiver->SetElements(thread, newKey); in AddElementInternal()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp481 auto *newKey = AllocNode<ir::AssignmentExpression>(CreateReferenceIdentifier(name), in VisitComputedProperty() local
483 classProperty->SetKey(newKey); in VisitComputedProperty()
493 auto *newKey = AllocNode<ir::AssignmentExpression>(CreateReferenceIdentifier(name), in VisitComputedProperty() local
495 methodDefinition->SetKey(newKey); in VisitComputedProperty()