Home
last modified time | relevance | path

Searched refs:exportBindings (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
H A Dvariable.h295 void SetExportBindings(ExportBindings *exportBindings) in SetExportBindings() argument
297 exportBindings_ = exportBindings; in SetExportBindings()
H A Dscope.h1089 explicit TSModuleScope(ArenaAllocator *allocator, Scope *parent, ExportBindings *exportBindings) in TSModuleScope() argument
1090 : FunctionScope(allocator, nullptr), exportBindings_(exportBindings), variableNames_(allocator->Adapter()) in TSModuleScope()
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp387 binder::ExportBindings *exportBindings = Allocator()->New<binder::ExportBindings>(Allocator()); in ParseTsAmbientExternalModuleDeclaration() local
388 auto localCtx = binder::LexicalScope<binder::TSModuleScope>(Binder(), exportBindings); in ParseTsAmbientExternalModuleDeclaration()
430 binder::ExportBindings *exportBindings = res->AsNamespaceVariable()->GetExportBindings(); in ParseTsModuleOrNamespaceDelaration() local
444 auto localCtx = binder::LexicalScope<binder::TSModuleScope>(Binder(), exportBindings); in ParseTsModuleOrNamespaceDelaration()

Completed in 8 milliseconds