Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/toplevelConfig/
DsomeSimilarGrammars.js39 let { newName, ...reset3 } = {'newName': 'akria5', newAge: 18}; property
/arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/defaultConfig/
DsomeSimilarGrammars1.js41 let { newName, ...reset3 } = {'newName': 'akria5', newAge: 20}; property
/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_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dnamemangler.cpp65 std::string newName(nameLen, '\0'); in DecodeName() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
Didentifier.cpp56 void Identifier::SetName(const util::StringView &newName) noexcept in SetName()
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp405 PandaString newName = utf::Mutf8AsCString(newMethod.GetName().data); in MethodChangesCheck() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts1031 const newName = this.utils.findIdentifierNameForSymbol(symbol, enumMember); constant
1805 const newName = ident.text.slice(1, ident.text.length); constant
2349 const newName = ts.factory.createIdentifier(prop.name.text); constant
3578 let newName = baseName; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_class.cpp541 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
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts3115 let newName: string | undefined; variable