Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.cpp56 pg_->EmitReturnUndefined(node); in ImplicitReturn()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h358 void EmitReturnUndefined(const ir::AstNode *node);
Dpandagen.cpp1145 void PandaGen::EmitReturnUndefined(const ir::AstNode *node) in EmitReturnUndefined() function in panda::es2panda::compiler::PandaGen