Home | History | Annotate | Download | only in cctest

Lines Matching full:catcher

5828     v8::TryCatch catcher(args.GetIsolate());
5830 CHECK(catcher.HasCaught());
5831 CHECK(catcher.Exception()->IsString());