Searched defs:newKey (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | object_operator_third_test.cpp | 60 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 126 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 170 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 195 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 206 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 252 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 394 JSHandle<JSTaggedValue> newKey(thread, newString.GetTaggedValue()); in HWTEST_F_L0() local
|
| D | object_operator_second_test.cpp | 174 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local 251 JSHandle<JSTaggedValue> newKey(thread, newString.GetTaggedValue()); in HWTEST_F_L0() local
|
| D | js_hclass_test.cpp | 225 JSHandle<EcmaString> newKey = in HWTEST_F_L0() local
|
| D | object_operator_first_test.cpp | 356 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/loadstore/ |
| D | loadstore.cpp | 250 auto *newKey = g_dynG->iCreateLoadString(graph, newKeyString); in TEST_F() local 341 auto *newKey = g_dynG->iCreateLoadString(graph, newKeyString); in TEST_F() local 502 auto *newKey = g_dynG->iCreateLoadString(graph, newKeyString); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_hash_array.cpp | 228 JSTaggedValue newKey = head->GetKey(thread); in RemoveNode() local
|
| D | js_object.cpp | 511 … JSHandle<NumberDictionary> newKey = NumberDictionary::Put(thread, dict, keyHandle, value, attr); in AddElementInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | json_parser.cpp | 360 auto newKey = keyHandle.GetTaggedValue(); in CreateSJsonObject() local 498 auto newKey = key.GetTaggedValue(); in SetPropertyByValue() local
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 493 auto *newKey = AllocNode<ir::AssignmentExpression>(CreateReferenceIdentifier(name), in VisitComputedProperty() local 505 auto *newKey = AllocNode<ir::AssignmentExpression>(CreateReferenceIdentifier(name), in VisitComputedProperty() local
|