Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp375 void ModuleScope::ConvertLocalVariableToModuleVariable(ArenaAllocator *allocator, util::StringView … in ConvertLocalVariableToModuleVariable() function in panda::es2panda::binder::ModuleScope
Dscope.h710 … void ConvertLocalVariableToModuleVariable(ArenaAllocator *allocator, util::StringView localName);
Dbinder.cpp228 scope_->AsModuleScope()->ConvertLocalVariableToModuleVariable(Allocator(), localName); in ValidateExportDecl()