Home
last modified time | relevance | path

Searched defs:newName (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/toplevelConfig/
H A DsomeSimilarGrammars.js39 let { newName, ...reset3 } = {'newName': 'akria5', newAge: 18}; property
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/defaultConfig/
H A DsomeSimilarGrammars1.js41 let { newName, ...reset3 } = {'newName': 'akria5', newAge: 20}; property
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsArrayType.h48 void SetAssemblerName(const util::StringView &newName) in SetAssemblerName() argument
H A DetsObjectType.h255 void SetName(const util::StringView &newName) in SetName() argument
260 void SetAssemblerName(const util::StringView &newName) in SetAssemblerName() argument
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
H A Dets_class_file_test.cpp691 EtsString *newName = EtsString::CreateFromMUtf8("TestNewName"); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_class.cpp478 bool EtsClass::CompareAndSetName(EtsString *oldName, EtsString *newName) in CompareAndSetName() argument
/arkcompiler/runtime_core/static_core/runtime/hotreload/
H A Dhotreload.cpp405 PandaString newName = utf::Mutf8AsCString(newMethod.GetName().data); in MethodChangesCheck() local

Completed in 6 milliseconds