Home
last modified time | relevance | path

Searched defs:newKey (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_hclass_test.cpp205 JSHandle<EcmaString> newKey = in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_hash_array.cpp227 JSTaggedValue newKey = head->GetKey(); in RemoveNode() local
H A Djs_object.cpp438 JSHandle<NumberDictionary> newKey = NumberDictionary::Put(thread, dict, keyHandle, value, attr); in AddElementInternal() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_parser.cpp349 auto newKey = keyHandle.GetTaggedValue(); in CreateSJsonObject() local
494 auto newKey = key.GetTaggedValue(); in SetPropertyByValue() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp504 auto *newKey = AllocNode<ir::AssignmentExpression>(CreateReferenceIdentifier(name), in VisitComputedProperty() local
516 auto *newKey = AllocNode<ir::AssignmentExpression>(CreateReferenceIdentifier(name), in VisitComputedProperty() local

Completed in 15 milliseconds