Home | History | Annotate | Download | only in cctest

Lines Matching full:try_catch

189   v8::TryCatch try_catch;
195 CHECK(try_catch.HasCaught());
196 try_catch.Reset();
205 CHECK(try_catch.HasCaught());
2379 v8::TryCatch try_catch;
2382 CHECK(try_catch.HasCaught());
2383 String::AsciiValue exception_value(try_catch.Exception());
2478 TryCatch try_catch;
2482 CHECK(try_catch.HasCaught());
2483 String::AsciiValue exception_value(try_catch.Exception());
2485 try_catch.Reset();
2772 static void CheckUncle(v8::TryCatch* try_catch) {
2773 CHECK(try_catch->HasCaught());
2774 String::AsciiValue str_value(try_catch->Exception());
2776 try_catch->Reset();
2888 v8::TryCatch try_catch;
2892 CheckUncle(&try_catch);
2896 CheckUncle(&try_catch);
2900 CheckUncle(&try_catch);
2904 CheckUncle(&try_catch);
2908 CheckUncle(&try_catch);
2912 CHECK(try_catch.HasCaught());
2913 try_catch.Reset();
2917 CheckUncle(&try_catch);
2921 CheckUncle(&try_catch);
2925 CheckUncle(&try_catch);
2929 CheckUncle(&try_catch);
2942 v8::TryCatch try_catch;
2944 CHECK(!try_catch.HasCaught() || result.IsEmpty());
2945 return v8::Boolean::New(try_catch.HasCaught());
2973 v8::TryCatch try_catch;
2975 CHECK(try_catch.HasCaught());
3088 v8::TryCatch try_catch;
3089 try_catch.SetVerbose(true);
3091 CHECK(try_catch.HasCaught());
3103 v8::TryCatch try_catch;
3104 try_catch.SetVerbose(true);
3106 CHECK(try_catch.HasCaught());
3120 v8::TryCatch try_catch;
3125 CHECK(try_catch.HasCaught());
3126 String::AsciiValue exception_value(try_catch.Exception());
3147 v8::TryCatch try_catch;
3150 if (try_catch.HasCaught()) {
3183 v8::TryCatch try_catch;
3191 CHECK(!try_catch.HasCaught());
3308 v8::TryCatch try_catch;
3309 CHECK(!try_catch.HasCaught());
3311 CHECK(try_catch.HasCaught());
3312 CHECK_EQ(10, try_catch.Exception()->Int32Value());
3313 try_catch.Reset();
3314 CHECK(!try_catch.HasCaught());
3316 CHECK(try_catch.HasCaught());
3317 CHECK_EQ(0, try_catch.Exception()->Int32Value());
3324 v8::TryCatch try_catch;
3325 CHECK(!try_catch.HasCaught());
3327 CHECK(try_catch.HasCaught());
3334 v8::TryCatch try_catch;
3335 CHECK(!try_catch.HasCaught());
3338 CHECK(!try_catch.HasCaught());
3343 v8::TryCatch try_catch;
3354 v8::TryCatch try_catch;
3355 CHECK(!try_catch.HasCaught());
3362 CHECK(try_catch.HasCaught());
3469 v8::TryCatch try_catch;
3471 CHECK(try_catch.HasCaught());
3472 String::AsciiValue exception_value(try_catch.Exception());
3514 v8::TryCatch try_catch;
3516 CHECK(try_catch.HasCaught());
3517 String::AsciiValue exception_value(try_catch.Exception());
3631 v8::TryCatch try_catch;
3634 CHECK(try_catch.HasCaught());
3635 String::AsciiValue exception_value(try_catch.Exception());
3639 v8::TryCatch try_catch;
3642 CHECK(try_catch.HasCaught());
3643 String::AsciiValue exception_value(try_catch.Exception());
6202 v8::TryCatch try_catch;
6204 CHECK_NE(NULL, *try_catch.Exception());
6205 CHECK(try_catch.HasCaught());
6212 v8::TryCatch try_catch;
6214 CHECK(!try_catch.HasCaught());
6216 CHECK(try_catch.HasCaught());
6217 try_catch.Reset();
6221 CHECK(!try_catch.HasCaught());
6225 CHECK(try_catch.HasCaught());
6327 v8::TryCatch try_catch;
6329 CHECK(try_catch.HasCaught());
6553 v8::TryCatch try_catch;
6555 CHECK(!try_catch.HasCaught());
7871 v8::TryCatch try_catch;
7873 CHECK(!try_catch.HasCaught());
7891 v8::TryCatch try_catch;
7952 v8::TryCatch try_catch;
7954 CHECK(!try_catch.HasCaught());
7958 CHECK(!try_catch.HasCaught());
7968 CHECK(!try_catch.HasCaught());
7974 CHECK(!try_catch.HasCaught());
7984 CHECK(!try_catch.HasCaught());
7991 CHECK(!try_catch.HasCaught());
8000 CHECK(!try_catch.HasCaught());
8010 CHECK(!try_catch.HasCaught());
8019 CHECK(!try_catch.HasCaught());
8027 v8::TryCatch try_catch;
8029 CHECK(!try_catch.HasCaught());
8032 CHECK(try_catch.HasCaught());
8033 String::AsciiValue exception_value1(try_catch.Exception());
8035 try_catch.Reset();
8039 CHECK(try_catch.HasCaught());
8040 String::AsciiValue exception_value2(try_catch.Exception());
8042 try_catch.Reset();
8050 v8::TryCatch try_catch;
8052 CHECK(!try_catch.HasCaught());
8055 CHECK(try_catch.HasCaught());
8056 String::AsciiValue exception_value1(try_catch.Exception());
8058 try_catch.Reset();
8062 CHECK(try_catch.HasCaught());
8063 String::AsciiValue exception_value2(try_catch.Exception());
8065 try_catch.Reset();
8074 v8::TryCatch try_catch;
8076 CHECK(!try_catch.HasCaught());
8082 CHECK(!try_catch.HasCaught());
8087 CHECK(!try_catch.HasCaught());
8094 CHECK(!try_catch.HasCaught());
8100 CHECK(!try_catch.HasCaught());
8105 CHECK(!try_catch.HasCaught());
8157 v8::TryCatch try_catch;
8165 CHECK(!try_catch.HasCaught());
8168 try_catch.Reset();
8202 v8::TryCatch try_catch;
8206 CHECK(try_catch.HasCaught());
8207 try_catch.Reset();
8217 CHECK(try_catch.HasCaught());
8218 try_catch.Reset();
8225 CHECK(!try_catch.HasCaught());
8233 CHECK(!try_catch.HasCaught());
8240 CHECK(try_catch.HasCaught());
8241 try_catch.Reset();
8248 CHECK(try_catch.HasCaught());
8334 v8::TryCatch try_catch;
8336 CHECK(!try_catch.HasCaught());
8339 CHECK(!try_catch.HasCaught());
8343 CHECK(!try_catch.HasCaught());
8348 CHECK(!try_catch.HasCaught());
8353 CHECK(!try_catch.HasCaught());
8360 CHECK(!try_catch.HasCaught());
8365 CHECK(!try_catch.HasCaught());
8371 CHECK(!try_catch.HasCaught());
8378 CHECK(!try_catch.HasCaught());
8387 v8::TryCatch try_catch;
8389 CHECK(!try_catch.HasCaught());
8394 CHECK(try_catch.HasCaught());
8395 String::AsciiValue exception_value1(try_catch.Exception());
8398 try_catch.Reset();
8405 CHECK(try_catch.HasCaught());
8406 String::AsciiValue exception_value2(try_catch.Exception());
8408 try_catch.Reset();
8416 v8::TryCatch try_catch;
8418 CHECK(!try_catch.HasCaught());
8422 CHECK(try_catch.HasCaught());
8423 String::AsciiValue exception_value1(try_catch.Exception());
8425 try_catch.Reset();
8429 CHECK(try_catch.HasCaught());
8430 String::AsciiValue exception_value2(try_catch.Exception());
8432 try_catch.Reset();
8445 v8::TryCatch try_catch;
8448 CHECK(!try_catch.HasCaught());
8453 v8::TryCatch try_catch;
8456 CHECK(!try_catch.HasCaught());
8463 v8::TryCatch try_catch;
8466 CHECK(!try_catch.HasCaught());
8472 v8::TryCatch try_catch;
8475 CHECK(!try_catch.HasCaught());
9614 v8::TryCatch try_catch;
9628 CHECK(try_catch.HasCaught());
9630 try_catch.Exception()->ToString());
9653 v8::TryCatch try_catch;
9667 CHECK(try_catch.HasCaught());
9669 try_catch.Exception()->ToString());
9772 v8::TryCatch try_catch;
9786 CHECK(try_catch.HasCaught());
9788 try_catch.Exception()->ToString());
10141 TryCatch try_catch;
10144 CHECK(try_catch.HasCaught());
10145 try_catch.Reset();
10149 CHECK(try_catch.HasCaught());
10150 try_catch.Reset();
10154 CHECK(try_catch.HasCaught());
10155 try_catch.Reset();
10159 CHECK(try_catch.HasCaught());
10160 try_catch.Reset();
10164 CHECK(try_catch.HasCaught());
10165 try_catch.Reset();
10169 CHECK(try_catch.HasCaught());
10170 try_catch.Reset();
10176 TryCatch try_catch;
10179 try_catch.SetVerbose(true);
10181 CHECK(try_catch.HasCaught());
10192 TryCatch try_catch;
10562 { v8::TryCatch try_catch;
10565 CHECK(try_catch.HasCaught());
10569 exception = Local<Value>::New(try_catch.Exception());
10913 v8::TryCatch try_catch;
10929 v8::TryCatch try_catch;
10932 CHECK(try_catch.HasCaught());
10933 v8::Handle<v8::Message> message = try_catch.Message();
11478 v8::TryCatch try_catch;
11482 CHECK(try_catch.HasCaught());
11483 String::AsciiValue exception_value(try_catch.Message()->Get());
11487 try_catch.Reset();
11497 CHECK(!try_catch.HasCaught());
13591 v8::TryCatch try_catch;
13596 CHECK(try_catch.HasCaught());
13597 v8::String::Utf8Value stack(try_catch.StackTrace());
14195 v8::TryCatch try_catch;
14295 v8::TryCatch try_catch;
14309 CHECK(try_catch.HasCaught());
14310 v8::String::Utf8Value value(try_catch.Exception());
14381 v8::TryCatch try_catch;
14383 CHECK(try_catch.HasCaught());
14384 v8::Handle<v8::Message> message = try_catch.Message();
15592 v8::TryCatch try_catch;
15595 CHECK(try_catch.HasCaught());
15596 context->Global()->Set(v8_str("ex"), try_catch.Exception());
15906 TryCatch try_catch;
15910 CHECK(try_catch.HasCaught());
15911 try_catch.Reset();
15915 CHECK(try_catch.HasCaught());
15916 try_catch.Reset();
15920 CHECK(try_catch.HasCaught());
15977 TryCatch try_catch;