Home
last modified time | relevance | path

Searched refs:EmitRethrow (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DtryStatement.cpp70 pg->EmitRethrow(this); in CompileFinally()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.cpp132 pg_->EmitRethrow(node_); in Close()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h356 void EmitRethrow(const ir::AstNode *node);
Dpandagen.cpp1117 void PandaGen::EmitRethrow(const ir::AstNode *node) in EmitRethrow() function in panda::es2panda::compiler::PandaGen