Searched defs:isTsModule (Results 1 – 1 of 1) sorted by relevance
2310 void ParserImpl::AddExportLocalEntryItem(const ir::Statement *declNode, bool isTsModule) in AddExportLocalEntryItem()2362 void ParserImpl::AddTsTypeExportLocalEntryItem(const ir::Statement *declNode, bool isTsModule, in AddTsTypeExportLocalEntryItem()2545 bool isTsModule = context_.IsTsModule(); in ParseNamedExportDeclaration() local