Home
last modified time | relevance | path

Searched refs:tsModuleList_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.h73 tsModuleList_(allocator->Adapter()), in Transformer()
216 return (tsModuleList_.size() != 0); in IsTsModule()
251 return tsModuleList_.back().name; in GetCurrentTSModuleName()
256 for (auto it : tsModuleList_) { in FindTSModuleNameByScope()
318 ArenaVector<TsModuleInfo> tsModuleList_; variable
Dtransformer.cpp1433 tsModuleList_.push_back({paramName, funcScope}); in CreateCallExpressionForTsModule()
1447 tsModuleList_.pop_back(); in CreateCallExpressionForTsModule()