Lines Matching refs:test_
28 if (test_ != nullptr) {
29 if (auto *transformedNode = cb(test_); test_ != transformedNode) {
30 test_->SetTransformedNode(transformationName, transformedNode);
31 test_ = transformedNode->AsExpression();
45 if (test_ != nullptr) {
46 cb(test_);
56 dumper->Add({{"type", "SwitchCase"}, {"test", AstDumper::Nullish(test_)}, {"consequent", consequent_}});
61 if (test_ != nullptr) {
63 test_->Dump(dumper);
105 if (test_ != nullptr) {
106 auto *caseType = test_->Check(checker);
117 checker->Relation(), node, caseType, unboxedDiscType, test_->Start(), {},
124 test_->Start());
132 test_->Start());