Searched refs:tsModuleScope (Results 1 – 2 of 2) sorted by relevance
2387 binder::TSModuleScope *tsModuleScope = nullptr; in AddExportLocalEntryItem() local2390 tsModuleScope = Binder()->GetScope()->AsTSModuleScope(); in AddExportLocalEntryItem()2398 tsModuleScope->AddExportVariable(binding->Name()); in AddExportLocalEntryItem()2422 tsModuleScope->AddExportVariable(name->Name()); in AddExportLocalEntryItem()2431 AddTsTypeExportLocalEntryItem(declNode, isTsModule, tsModuleScope); in AddExportLocalEntryItem()2435 binder::TSModuleScope *tsModuleScope) in AddTsTypeExportLocalEntryItem() argument2447 tsModuleScope->AddExportVariable(tsBinding.View()); in AddTsTypeExportLocalEntryItem()
510 binder::TSModuleScope *tsModuleScope); in DEFINE_BITOPS()