Lines Matching refs:tryCtx
48 void TryStatement::CompileFinally(compiler::PandaGen *pg, compiler::TryContext *tryCtx,
62 pg->LoadAccumulator(this, tryCtx->FinalizerRun());
65 pg->StoreAccumulator(this, tryCtx->FinalizerRun());
66 tryCtx->EmitFinalizer();
77 compiler::TryContext tryCtx(pg, this);
78 const auto &labelSet = tryCtx.LabelSet();
97 CompileFinally(pg, &tryCtx, labelSet);
104 compiler::TryContext tryCtx(pg, this);
105 const auto &labelSet = tryCtx.LabelSet();
124 CompileFinally(pg, &tryCtx, labelSet);
131 compiler::TryContext tryCtx(pg, this);
132 const auto &labelSet = tryCtx.LabelSet();