Searched refs:TSModuleScope (Results 1 – 6 of 6) sorted by relevance
37 …explicit TSModuleDeclaration(binder::TSModuleScope *scope, Expression *name, Statement *body, bool…49 binder::TSModuleScope *Scope() const in Scope()91 binder::TSModuleScope *scope_;
55 auto scopeCtx = binder::LexicalScope<binder::TSModuleScope>::Enter(binder, scope_); in UpdateSelf()
60 _(TSMODULE, TSModuleScope) \
716 class TSModuleScope : public FunctionScope {718 explicit TSModuleScope(ArenaAllocator *allocator, Scope *parent, ExportBindings *exportBindings) in TSModuleScope() function
356 auto localCtx = binder::LexicalScope<binder::TSModuleScope>(Binder(), exportBindings); in ParseTsAmbientExternalModuleDeclaration()412 auto localCtx = binder::LexicalScope<binder::TSModuleScope>(Binder(), exportBindings); in ParseTsModuleOrNamespaceDelaration()2315 binder::TSModuleScope *tsModuleScope = nullptr; in AddExportLocalEntryItem()2363 binder::TSModuleScope *tsModuleScope) in AddTsTypeExportLocalEntryItem()
460 binder::TSModuleScope *tsModuleScope);