Searched refs:tsModuleScope (Results 1 – 2 of 2) sorted by relevance
2315 binder::TSModuleScope *tsModuleScope = nullptr; in AddExportLocalEntryItem() local2318 tsModuleScope = Binder()->GetScope()->AsTSModuleScope(); in AddExportLocalEntryItem()2326 tsModuleScope->AddExportVariable(binding->Name()); in AddExportLocalEntryItem()2350 tsModuleScope->AddExportVariable(name->Name()); in AddExportLocalEntryItem()2359 AddTsTypeExportLocalEntryItem(declNode, isTsModule, tsModuleScope); in AddExportLocalEntryItem()2363 binder::TSModuleScope *tsModuleScope) in AddTsTypeExportLocalEntryItem() argument2375 tsModuleScope->AddExportVariable(tsBinding.View()); in AddTsTypeExportLocalEntryItem()
460 binder::TSModuleScope *tsModuleScope);