Home | History | Annotate | Download | only in cctest

Lines Matching defs: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());
269 v8::TryCatch try_catch;
282 CHECK(try_catch.HasCaught());
283 CHECK(try_catch.Exception()->IsNull());
284 CHECK(try_catch.Message().IsEmpty());
285 CHECK(!try_catch.CanContinue());
318 v8::TryCatch try_catch;
333 CHECK(try_catch.HasCaught());
334 CHECK(try_catch.Exception()->IsNull());
335 CHECK(try_catch.Message().IsEmpty());
336 CHECK(!try_catch.CanContinue());