Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/varbinder/
DETSBinder.cpp610const ir::StringLiteral *const importPath) in FindImportDeclInReExports()
643 … const util::StringView &imported, const ir::StringLiteral *const importPath) in ValidateImportVariable()
659 …ew ImportLocalName(const ir::ImportSpecifier *importSpecifier, const ir::StringLiteral *importPath, in ImportLocalName()
681 const ir::StringLiteral *const importPath, bool overloadAllowed) in DetectNameConflict()
704 const ir::StringLiteral *const importPath = import->Source(); in AddImportSpecifiersToTopBindings() local
761 const ir::StringLiteral *const importPath) in FindStaticBinding()
777 const ir::StringLiteral *importPath) in GetExternalProgram()
804 const ir::StringLiteral *const importPath = path; in AddSpecifiersToTopBindings() local
DETSBinder.h263 … util::StringView &imported, const ir::StringLiteral *const importPath) in FindLocalNameForImport()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1300 const util::StringView &importPath) in SelectEntryOrExternalProgram()
1311 …ropertiesForModuleObject(checker::ETSObjectType *moduleObjType, const util::StringView &importPath, in SetPropertiesForModuleObject()
2588 auto importPath = importDecl->ResolvedSource()->Str(); in GetImportSpecifierObjectType() local
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp399 CString importPath = res[NORMALIZED_IMPORT_PATH_INDEX]; in ParseNormalizedOhmUrl() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp971 auto importPath = Lexer()->GetToken().Ident(); in ParseSourceFromClause() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp1072 CString importPath = "har/Index"; in HWTEST_F_L0() local