Home
last modified time | relevance | path

Searched refs:EmitThrow (Results 1 - 23 of 23) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/base/
H A Diterators.cpp128 pg_->EmitThrow(node_); in Close()
142 pg_->EmitThrow(node_); in Close()
184 pg_->EmitThrow(node_); in Step()
/arkcompiler/ets_frontend/ets2panda/compiler/function/
H A DasyncGeneratorFunctionBuilder.cpp87 pg_->EmitThrow(node); in Yield()
101 pg_->EmitThrow(node); in Yield()
H A DgeneratorFunctionBuilder.cpp40 pg_->EmitThrow(node); in CleanUp()
H A DfunctionBuilder.cpp135 pg_->EmitThrow(node); in HandleCompletion()
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DthrowStatement.cpp37 pg->EmitThrow(this); in Compile()
H A DforOfStatement.cpp66 pg->EmitThrow(right_); in Compile()
H A DforInStatement.cpp71 pg->EmitThrow(right_); in Compile()
H A DtryStatement.cpp119 pg->EmitThrow(this); in CompileTryFinally()
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Diterators.cpp93 pg_->EmitThrow(node_); in CloseInnerResultNormal()
163 pg_->EmitThrow(node_); in Close()
211 pg_->EmitThrow(node_); in Step()
H A Ddestructuring.cpp148 pg->EmitThrow(array); in GenArray()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DdynamicContext.cpp85 pg_->EmitThrow(node); in ~LexEnvContext()
171 pg_->EmitThrow(node); in ~DestructuringIteratorContext()
H A Dpandagen.cpp1186 void PandaGen::EmitThrow(const ir::AstNode *node) in EmitThrow() function in panda::es2panda::compiler::PandaGen
1209 EmitThrow(node); in EmitRethrow()
2273 EmitThrow(node); in ThrowTypeError()
H A Dpandagen.h338 void EmitThrow(const ir::AstNode *node);
/arkcompiler/ets_frontend/es2panda/compiler/function/
H A DasyncGeneratorFunctionBuilder.cpp124 pg_->EmitThrow(node); in Yield()
138 pg_->EmitThrow(node); in Yield()
H A DgeneratorFunctionBuilder.cpp43 pg_->EmitThrow(node); in CleanUp()
H A DfunctionBuilder.cpp167 pg_->EmitThrow(node); in HandleCompletion()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DdynamicContext.cpp92 AsPandaGen()->EmitThrow(node); in ~LexEnvContext()
238 etsg->EmitThrow(tryStmt_, exception); in EmitFinalizer()
H A Dpandagen.h123 void EmitThrow(const ir::AstNode *node);
H A DETSGen.cpp1001 EmitThrow(node, errorReg); in EmitFailedTypeCastException()
2157 EmitThrow(node, exception); in EmitNullishException()
2402 EmitThrow(node, errorReg); in UnaryDollarDollar()
2741 EmitThrow(expr, arg); in ThrowException()
H A DJSCompiler.cpp1558 pg->EmitThrow(st); in Compile()
1652 pg->EmitThrow(st); in CompileTryFinally()
H A Dpandagen.cpp869 void PandaGen::EmitThrow(const ir::AstNode *node) in EmitThrow() function in ark::es2panda::compiler::PandaGen
H A DETSGen.h298 void EmitThrow(const ir::AstNode *node, VReg err) in EmitThrow() function in ark::es2panda::compiler::final
H A DETSCompiler.cpp1312 etsg->EmitThrow(st, assertionError); in ThrowError()

Completed in 25 milliseconds