Home
last modified time | relevance | path

Searched defs:importPath (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/evaluate/
H A DscopedDebugInfoPlugin.cpp258 auto importPath = pathResolver_.FindNamedImportAll(context_.sourceFilePath.Utf8(), identName.Utf8()); in FindClass() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DETSBinder.h267 FindLocalNameForImport(const ir::ImportSpecifier *const importSpecifier, util::StringView &imported, const ir::StringLiteral *const importPath) FindLocalNameForImport() argument
[all...]
H A DETSBinder.cpp673 static util::StringView ImportLocalName(const ir::ImportSpecifier *importSpecifier, const ir::StringLiteral *importPath, in ImportLocalName() argument
621 FindImportDeclInReExports(const ir::ETSImportDeclaration *const import, std::vector<ir::ETSImportDeclaration *> &viewedReExport, const util::StringView &imported, const ir::StringLiteral *const importPath) FindImportDeclInReExports() argument
656 ValidateImportVariable(varbinder::Variable *const var, const ir::ETSImportDeclaration *const import, const util::StringView &imported, const ir::StringLiteral *const importPath) ValidateImportVariable() argument
694 DetectNameConflict(const util::StringView localName, Variable *const var, Variable *const otherVar, const ir::StringLiteral *const importPath, bool overloadAllowed) DetectNameConflict() argument
718 const ir::StringLiteral *const importPath = import->Source(); AddImportSpecifiersToTopBindings() member in ark::es2panda::varbinder::ir
774 FindStaticBinding(const ArenaVector<parser::Program *> &recordRes, const ir::StringLiteral *const importPath) FindStaticBinding() argument
790 GetExternalProgram(const util::StringView &sourceName, const ir::StringLiteral *importPath) GetExternalProgram() argument
818 const ir::StringLiteral *const importPath = path; AddSpecifiersToTopBindings() member in ark::es2panda::varbinder::ir
[all...]
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_path_helper.cpp399 CString importPath = res[NORMALIZED_IMPORT_PATH_INDEX]; in ParseNormalizedOhmUrl() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp1440 CString importPath = "har/Index"; in HWTEST_F_L0() local
1457 CString importPath = "har/Index"; in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparser.cpp1086 auto importPath = Lexer()->GetToken().Ident(); in ParseSourceFromClause() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp1359 void ETSChecker::SetPropertiesForModuleObject(checker::ETSObjectType *moduleObjType, const util::StringView &importPath, in SetPropertiesForModuleObject() argument
2674 auto importPath = importDecl->ResolvedSource()->Str(); in GetImportSpecifierObjectType() local
1347 SelectEntryOrExternalProgram(varbinder::ETSBinder *etsBinder, const util::StringView &importPath) SelectEntryOrExternalProgram() argument

Completed in 21 milliseconds