Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h84 void LoadUndefinedDynamic(const ir::AstNode *node, Language lang);
DETSCompiler.cpp785 etsg->LoadUndefinedDynamic(expr, lang); in CompileDynamic()
DETSGen.cpp602 void ETSGen::LoadUndefinedDynamic(const ir::AstNode *node, Language lang) in LoadUndefinedDynamic() function in panda::es2panda::compiler::ETSGen