Home | History | Annotate | Download | only in cctest

Lines Matching full:catcher

4604   v8::TryCatch catcher;
4606 CHECK(catcher.HasCaught());
4607 CHECK(catcher.Exception()->IsString());