Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_third_test.cpp92 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 …]
Dobject_operator_second_test.cpp196 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()
Dobject_operator_first_test.cpp388 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
389 JSObject::SetProperty(thread, JSHandle<JSTaggedValue>(handleObject), newKey, newKey); in HWTEST_F_L0()
Djs_hclass_test.cpp223 JSHandle<EcmaString> newKey = in HWTEST_F_L0() local
225 properties->Set(thread, i, newKey.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_array.cpp228 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()
Djs_object.cpp388 … 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/
Dtransformer.cpp499 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()