Home
last modified time | relevance | path

Searched defs:newName (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsArrayType.h48 void SetAssemblerName(const util::StringView &newName) in SetAssemblerName()
DetsObjectType.h259 void SetName(const util::StringView &newName) in SetName()
264 void SetAssemblerName(const util::StringView &newName) in SetAssemblerName()
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/defaultConfig/
DsomeSimilarGrammars1.js41 let { newName, ...reset3 } = {'newName': 'akria5', newAge: 20}; property
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/toplevelConfig/
DsomeSimilarGrammars.js39 let { newName, ...reset3 } = {'newName': 'akria5', newAge: 18}; property
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dnamemangler.cpp65 std::string newName(nameLen, '\0'); in DecodeName() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js15756 newName: "subtract", property
15761 newName: "multiply", property
15766 newName: "divide", property
15771 newName: "distance", property
15776 newName: "squaredDistance", property
15781 newName: "len", property
15786 newName: "lengthSqr", property
15791 newName: "multiplyScalar", property
15796 newName: "strictEquals", property
15802 newName: "length", property
[all …]
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts843 const newName = this.utils.findIdentifierNameForSymbol(symbol); constant
1558 const newName = ident.text.slice(1, ident.text.length); constant
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp405 PandaString newName = utf::Mutf8AsCString(newMethod.GetName().data); in MethodChangesCheck() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp496 bool EtsClass::CompareAndSetName(EtsString *oldName, EtsString *newName) in CompareAndSetName()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_class_file_test.cpp691 EtsString *newName = EtsString::CreateFromMUtf8("TestNewName"); in TEST_F() local
/arkcompiler/runtime_core/libabckit/src/adapter_dynamic/
Dabckit_dynamic.cpp119 std::string newName = name.substr(2U); in GetModuleRequestName() local