Home
last modified time | relevance | path

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

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