Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dvariable.h295 void SetExportBindings(ExportBindings *exportBindings) in SetExportBindings()
Dscope.h1089 explicit TSModuleScope(ArenaAllocator *allocator, Scope *parent, ExportBindings *exportBindings) in TSModuleScope()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp375 binder::ExportBindings *exportBindings = Allocator()->New<binder::ExportBindings>(Allocator()); in ParseTsAmbientExternalModuleDeclaration() local
418 binder::ExportBindings *exportBindings = res->AsNamespaceVariable()->GetExportBindings(); in ParseTsModuleOrNamespaceDelaration() local