Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_third_test.cpp60 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
388 JSHandle<JSTaggedValue> newKey(thread, newString.GetTaggedValue()); in HWTEST_F_L0() local
Dobject_operator_second_test.cpp173 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
249 JSHandle<JSTaggedValue> newKey(thread, newString.GetTaggedValue()); in HWTEST_F_L0() local
Djs_hclass_test.cpp201 JSHandle<EcmaString> newKey = in HWTEST_F_L0() local
Dobject_operator_first_test.cpp356 JSHandle<JSTaggedValue> newKey(thread, JSTaggedValue(i)); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dtagged_hash_array.cpp227 JSTaggedValue newKey = head->GetKey(); in RemoveNode() local
Djs_object.cpp438 … JSHandle<NumberDictionary> newKey = NumberDictionary::Put(thread, dict, keyHandle, value, attr); in AddElementInternal() local
/arkcompiler/ets_runtime/ecmascript/base/
Djson_parser.cpp349 auto newKey = keyHandle.GetTaggedValue(); in CreateSJsonObject() local
494 auto newKey = key.GetTaggedValue(); in SetPropertyByValue() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp504 auto *newKey = AllocNode<ir::AssignmentExpression>(CreateReferenceIdentifier(name), in VisitComputedProperty() local
516 auto *newKey = AllocNode<ir::AssignmentExpression>(CreateReferenceIdentifier(name), in VisitComputedProperty() local