Searched defs:baseName (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 217 static std::string GenerateMangledName(const std::string &baseName, const std::string &propName) in GenerateMangledName() 299 auto baseName = varbinder->GetRecordTable()->RecordName().Mutf8(); in GenAnnotation() local 358 auto baseName = varbinder->GetRecordTable()->RecordName().Mutf8(); in GenExternalRecord() local 703 …std::string &baseName, std::vector<std::pair<std::string, std::vector<pandasm::LiteralArray::Liter… in ProcessArrayExpression() 738 std::string &baseName, LiteralArrayVector &result) in ProcessArrayElement() 784 LiteralArrayVector ETSEmitter::CreateLiteralArray(std::string &baseName, const ir::Expression *arra… in CreateLiteralArray() 800 void ETSEmitter::CreateLiteralArrayProp(const ir::ClassProperty *prop, std::string &baseName, panda… in CreateLiteralArrayProp() 829 void ETSEmitter::GenCustomAnnotationProp(const ir::ClassProperty *prop, std::string &baseName, pand… in GenCustomAnnotationProp() 853 …mitter::GenCustomAnnotationRecord(const ir::AnnotationDeclaration *annoDecl, std::string &baseName, in GenCustomAnnotationRecord() 875 …nnotationElement ETSEmitter::ProcessArrayType(const ir::ClassProperty *prop, std::string &baseName, in ProcessArrayType() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsTypeReference.cpp | 54 ir::Expression *baseName = partIter->Name(); in BaseName() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/emitter/ |
| D | emitter.cpp | 288 const ir::Expression *array, const std::string &baseName, in ProcessArrayExpressionInLiteralArray() 344 … const std::string &baseName) in CreateLiteralArray() 367 std::string baseName {func_->name + "_" + propName}; in CreateAnnotationElement() local 904 std::string baseName = annoName + "_" + annoRecordField.name; in CreateLiteralArrayProp() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
| D | aot_file_manager.cpp | 315 std::string baseName = JSFilePath::GetFileName(jsPandaFileDesc); in GetAnFileIndex() local 577 std::string baseName = JSFilePath::GetFileName(snapshotFileName.c_str()); in ParseDeserializedData() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_locale.cpp | 179 JSHandle<EcmaString> baseName = intl::LocaleHelper::ToLanguageTag(thread, icuLocale); in GetBaseName() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_module.h | 896 std::string baseName = ""; variable
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeCheckingHelpers.cpp | 1183 …ecker::CheckMultiplePropertiesAnnotation(ir::AnnotationUsage *st, util::StringView const &baseName, in CheckMultiplePropertiesAnnotation()
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | ETSBinder.cpp | 298 auto *baseName = typeRef->BaseName(); in BuildETSTypeReference() local
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-emitter.cpp | 1087 auto baseName = baseRec.metadata->GetBase(); in HandleBaseRecord() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/ |
| D | Autofixer.ts | 3577 const baseName = autofix[0].replacementText; constant
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.cpp | 2905 auto baseName = st->GetBaseName(); in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/src/lib/ |
| D | TypeScriptLinter.ts | 8478 const baseName = sym.getName(); constant
|