Home
last modified time | relevance | path

Searched defs:importPath (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsImportDeclaration.h32 …: ImportDeclaration(importPath, std::move(specifiers), importKinds), importMetadata_(importMetadat… in ImportDeclaration() argument
39 …: ETSImportDeclaration(importPath, util::ImportPathManager::ImportMetadata {}, std::move(specifier… in ETSImportDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp820 const ir::StringLiteral *const importPath) in FindImportDeclInExports()
854 const ir::StringLiteral *const importPath) in FindImportDeclInNamedExports()
903 const ir::StringLiteral *const importPath) in FindImportDeclInReExports()
948 const ir::StringLiteral *const importPath) in ValidateImportVariable()
958 const ir::StringLiteral *const importPath) in DetectNameConflict()
981 const ir::StringLiteral *const importPath) in AddImportSpecifierFromReExport()
1024 const ir::StringLiteral *const importPath = import->Source(); in AddImportSpecifiersToTopBindings() local
1156 const ir::StringLiteral *const importPath) in FindStaticBinding()
1174 const ir::StringLiteral *importPath) in GetExternalProgram()
/arkcompiler/ets_frontend/ets2panda/util/
DimportPathManager.cpp63ir::StringLiteral *importPath) in GatherImportMetadata()
150 std::string_view importPath {importPathNode}; in ResolveAbsolutePath() local
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_create_import.cpp35 auto *importPath = g_impl->CreateStringLiteral1(context, const_cast<char *>(importPathStr)); in CreateImportDecl() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
DscopedDebugInfoPlugin.cpp257 …auto importPath = pathResolver_.FindNamedImportAll(context_.sourceFilePath.Utf8(), identName.Utf8(… in FindClass() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1694 const util::StringView &importPath) in BindingsModuleObjectAddProperty()
1712 const util::StringView &importPath) in FindPropNameForNamespaceImport()
1729 const util::StringView &importPath) in SelectEntryOrExternalProgram()
1739 …ropertiesForModuleObject(checker::ETSObjectType *moduleObjType, const util::StringView &importPath, in SetPropertiesForModuleObject()
3107 auto importPath = importDecl->ResolvedSource(); in GetImportSpecifierObjectType() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DglobalClassHandler.cpp72 const auto importPath = reExport->GetETSImportDeclarations()->ImportMetadata().resolvedSource; in CollectReExportedClasses() local
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp372 const CString& importPath = res[NORMALIZED_IMPORT_PATH_INDEX]; in ParseNormalizedOhmUrl() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts7837 const importPath = TsUtils.removeOrReplaceQuotes(importDecl.moduleSpecifier.getText(), false); constant
7988 const importPath = importDecl.moduleSpecifier.getText(); constant
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp1672 CString importPath = "har/Index"; in HWTEST_F_L0() local
1689 CString importPath = "har/Index"; in HWTEST_F_L0() local