Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/topLevelStmts/
DimportExportDecls.cpp81 …ecls::AddExportFlags(ir::AstNode *node, util::StringView originalFieldName, bool exportedWithAlias) in AddExportFlags()
104 bool exportedWithAlias = exportName != originalFieldName; in HandleSelectiveExportWithAlias() local