Home
last modified time | relevance | path

Searched refs:HasFinalizer (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DdynamicContext.h55 virtual bool HasFinalizer() const in HasFinalizer() function in panda::es2panda::panda::es2panda::compiler::DynamicContext
222 bool HasFinalizer() const override;
H A DdynamicContext.cpp206 bool TryContext::HasFinalizer() const in HasFinalizer() function in panda::es2panda::compiler::TryContext
H A Dpandagen.cpp796 if (iter->HasFinalizer()) { in CheckControlFlowChange()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DdynamicContext.h55 virtual bool HasFinalizer() const in HasFinalizer() function in ark::es2panda::ark::es2panda::compiler::DynamicContext
222 bool HasFinalizer() const override;
H A DcodeGen.cpp192 if (iter->HasFinalizer()) { in CheckControlFlowChange()
H A DdynamicContext.cpp173 bool TryContext::HasFinalizer() const in HasFinalizer() function in ark::es2panda::compiler::TryContext
H A DETSGen.cpp2757 if (node->IsTryStatement() && node->AsTryStatement()->HasFinalizer()) { in ExtendWithFinalizer()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DtryStatement.h93 [[nodiscard]] bool HasFinalizer() const noexcept
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzer.cpp1294 if (st->HasFinalizer()) { in Check()
H A DETSAnalyzer.cpp2450 if (st->HasFinalizer()) { in Check()

Completed in 20 milliseconds