Home | History | Annotate | Download | only in cctest

Lines Matching full:try_catch

67   v8::TryCatch try_catch;
82 CHECK(try_catch.HasCaught());
83 CHECK(try_catch.Exception()->IsNull());
84 CHECK(try_catch.Message().IsEmpty());
85 CHECK(!try_catch.CanContinue());
92 v8::TryCatch try_catch;
99 CHECK(try_catch.HasCaught());
100 CHECK(try_catch.Exception()->IsNull());
101 CHECK(try_catch.Message().IsEmpty());
102 CHECK(!try_catch.CanContinue());
280 v8::TryCatch try_catch;
293 CHECK(try_catch.HasCaught());
294 CHECK(try_catch.Exception()->IsNull());
295 CHECK(try_catch.Message().IsEmpty());
296 CHECK(!try_catch.CanContinue());
329 v8::TryCatch try_catch;
344 CHECK(try_catch.HasCaught());
345 CHECK(try_catch.Exception()->IsNull());
346 CHECK(try_catch.Message().IsEmpty());
347 CHECK(!try_catch.CanContinue());