Searched defs:newKey (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | object_operator_test.cpp | 387 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
|
| D | js_hclass_test.cpp | 220 JSHandle<EcmaString> newKey = in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_hash_array.cpp | 230 JSTaggedValue newKey = head->GetKey(); in RemoveNode() local
|
| D | js_object.cpp | 273 … JSHandle<NumberDictionary> newKey = NumberDictionary::Put(thread, dict, keyHandle, value, attr); in AddElementInternal() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 481 auto *newKey = AllocNode<ir::AssignmentExpression>(CreateReferenceIdentifier(name), in VisitComputedProperty() local 493 auto *newKey = AllocNode<ir::AssignmentExpression>(CreateReferenceIdentifier(name), in VisitComputedProperty() local
|