Home
last modified time | relevance | path

Searched refs:EmitThrow (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.cpp128 pg_->EmitThrow(node_); in Close()
142 pg_->EmitThrow(node_); in Close()
182 pg_->EmitThrow(node_); in Step()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DthrowStatement.cpp37 pg->EmitThrow(this); in Compile()
DforInStatement.cpp71 pg->EmitThrow(right_); in Compile()
DforOfStatement.cpp66 pg->EmitThrow(right_); in Compile()
DtryStatement.cpp119 pg->EmitThrow(this); in CompileTryFinally()
/arkcompiler/ets_frontend/es2panda/compiler/function/
DasyncGeneratorFunctionBuilder.cpp120 pg_->EmitThrow(node); in Yield()
134 pg_->EmitThrow(node); in Yield()
DgeneratorFunctionBuilder.cpp43 pg_->EmitThrow(node); in CleanUp()
DfunctionBuilder.cpp165 pg_->EmitThrow(node); in HandleCompletion()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DdynamicContext.cpp84 pg_->EmitThrow(node); in ~LexEnvContext()
170 pg_->EmitThrow(node); in ~DestructuringIteratorContext()
Dpandagen.h355 void EmitThrow(const ir::AstNode *node);
Dpandagen.cpp1112 void PandaGen::EmitThrow(const ir::AstNode *node) in EmitThrow() function in panda::es2panda::compiler::PandaGen
1135 EmitThrow(node); in EmitRethrow()