Lines Matching full:catcher
148 TryCatch catcher(CcTest::isolate());
149 catcher.SetVerbose(true);
165 CHECK(!catcher.HasCaught());
171 CHECK(catcher.HasCaught());
173 CHECK(value->Equals(context, catcher.Exception()).FromJust());
582 TryCatch catcher(context_->GetIsolate());
583 catcher.SetVerbose(true);
595 CHECK(!catcher.HasCaught());
601 CHECK(catcher.HasCaught());
603 CHECK(value->Equals(context_, catcher.Exception()).FromJust());