Home
last modified time | relevance | path

Searched defs:newKey (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_test.cpp386 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
627 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
704 JSHandle<JSTaggedValue> newKey(thread, newString.GetTaggedValue()); in HWTEST_F_L0() local
735 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
801 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
845 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
870 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.cpp215 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.cpp261 … JSHandle<NumberDictionary> newKey = NumberDictionary::Put(thread, dict, keyHandle, value, attr); in AddElementInternal() local