Lines Matching refs:right_
34 cb(right_);
40 dumper->Add({{"type", "ForOfStatement"}, {"await", isAwait_}, {"left", left_}, {"right", right_}, {"body", body_}});
54 pg->SetLabel(right_, labelSet.TryBegin());
55 right_->Compile(pg);
56 pg->SetLabel(right_, labelSet.TryEnd());
57 pg->Branch(right_, labelSet.CatchEnd());
59 pg->SetLabel(right_, labelSet.CatchBegin());
61 pg->StoreAccumulator(right_, exception);
65 pg->LoadAccumulator(right_, exception);
66 pg->EmitThrow(right_);
67 pg->SetLabel(right_, labelSet.CatchEnd());
112 right_ = std::get<ir::AstNode *>(cb(right_))->AsExpression();