| /arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/toplevelConfig/ |
| D | someSimilarGrammars.js | 39 let { newName, ...reset3 } = {'newName': 'akria5', newAge: 18}; property
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/defaultConfig/ |
| D | someSimilarGrammars1.js | 41 let { newName, ...reset3 } = {'newName': 'akria5', newAge: 20}; property
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 15756 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/ |
| D | namemangler.cpp | 65 std::string newName(nameLen, '\0'); in DecodeName() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | identifier.cpp | 56 void Identifier::SetName(const util::StringView &newName) noexcept in SetName()
|
| /arkcompiler/runtime_core/static_core/runtime/hotreload/ |
| D | hotreload.cpp | 405 PandaString newName = utf::Mutf8AsCString(newMethod.GetName().data); in MethodChangesCheck() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 1031 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/ |
| D | ets_class.cpp | 541 bool EtsClass::CompareAndSetName(EtsString *oldName, EtsString *newName) in CompareAndSetName()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/ |
| D | ets_class_file_test.cpp | 691 EtsString *newName = EtsString::CreateFromMUtf8("TestNewName"); in TEST_F() local
|
| /arkcompiler/runtime_core/libabckit/src/adapter_dynamic/ |
| D | abckit_dynamic.cpp | 119 std::string newName = name.substr(2U); in GetModuleRequestName() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/ |
| D | TsUtils.ts | 3115 let newName: string | undefined; variable
|