Home
last modified time | relevance | path

Searched refs:FindExportVariable (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/binder/
Dscope.h103 Variable *FindExportVariable(const util::StringView &name) const in FindExportVariable() function
119 auto res = FindExportVariable(name); in InExportBindings()
745 Variable *FindExportVariable(const util::StringView &name) const in FindExportVariable() function
747 return exportBindings_->FindExportVariable(name); in FindExportVariable()
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp1047 fn(exportBindings->FindExportVariable(name)); in GetVariablesFromNamespace()
1049 … fn(exportBindings->FindExportVariable(util::StringView(binder::TSBinding::ToTSBinding(name)))); in GetVariablesFromNamespace()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1218 *isType = exportTSBindings->FindExportVariable(name) == nullptr && in FindTSModuleVariable()
1861 v = scope->AsTSModuleScope()->FindExportVariable(name); in FindFrontIdentifierTSVariables()