Lines Matching refs:right_
34 cb(right_);
40 dumper->Add({{"type", "ForInStatement"}, {"left", left_}, {"right", right_}, {"body", body_}});
57 pg->SetLabel(right_, labelSet.TryBegin());
58 right_->Compile(pg);
61 pg->SetLabel(right_, labelSet.TryEnd());
62 pg->Branch(right_, labelSet.CatchEnd());
64 pg->SetLabel(right_, labelSet.CatchBegin());
66 pg->StoreAccumulator(right_, exception);
70 pg->LoadAccumulator(right_, exception);
71 pg->EmitThrow(right_);
72 pg->SetLabel(right_, labelSet.CatchEnd());
110 right_ = std::get<ir::AstNode *>(cb(right_))->AsExpression();