Home | History | Annotate | Download | only in cctest

Lines Matching defs:catcher

5394   v8::TryCatch catcher;
5396 CHECK(catcher.HasCaught());
5397 CHECK(catcher.Exception()->IsString());