Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h287 void StLetOrClassToGlobalRecord(const ir::AstNode *node, const util::StringView &name);
Dpandagen.cpp376 StLetOrClassToGlobalRecord(node, var->Name()); in StoreVar()
2053 void PandaGen::StLetOrClassToGlobalRecord(const ir::AstNode *node, const util::StringView &name) in StLetOrClassToGlobalRecord() function in panda::es2panda::compiler::PandaGen