Home
last modified time | relevance | path

Searched defs: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
628 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
705 JSHandle<JSTaggedValue> newKey(thread, newString.GetTaggedValue()); in HWTEST_F_L0() local
736 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
802 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
846 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
871 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
882 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
928 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
1064 JSHandle<JSTaggedValue> newKey(thread, newString.GetTaggedValue()); in HWTEST_F_L0() local
Djs_hclass_test.cpp220 JSHandle<EcmaString> newKey = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_array.cpp230 JSTaggedValue newKey = head->GetKey(); in RemoveNode() local
Djs_object.cpp273 … JSHandle<NumberDictionary> newKey = NumberDictionary::Put(thread, dict, keyHandle, value, attr); in AddElementInternal() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp481 auto *newKey = AllocNode<ir::AssignmentExpression>(CreateReferenceIdentifier(name), in VisitComputedProperty() local
493 auto *newKey = AllocNode<ir::AssignmentExpression>(CreateReferenceIdentifier(name), in VisitComputedProperty() local