Home
last modified time | relevance | path

Searched defs:exportBindings (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.h290 void SetExportBindings(ExportBindings *exportBindings) in SetExportBindings()
Dscope.h720 explicit TSModuleScope(ArenaAllocator *allocator, Scope *parent, ExportBindings *exportBindings) in TSModuleScope()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp355 binder::ExportBindings *exportBindings = Allocator()->New<binder::ExportBindings>(Allocator()); in ParseTsAmbientExternalModuleDeclaration() local
398 binder::ExportBindings *exportBindings = res->AsNamespaceVariable()->GetExportBindings(); in ParseTsModuleOrNamespaceDelaration() local
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp1036 auto exportBindings = variable->GetExportBindings(); in GetVariablesFromNamespace() local