Searched defs:try_catch (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8CustomXPathNSResolver.cpp76 v8::TryCatch try_catch; local
77 try_catch.SetVerbose(true); // Print exceptions to console.
86 if (try_catch.HasCaught())
H A DV8HTMLOptionsCollectionCustom.cpp70 v8::TryCatch try_catch; local
73 if (try_catch.HasCaught())
/external/v8/src/
H A Dmessages.cc133 v8::TryCatch try_catch; local
H A Dd8-debug.cc64 TryCatch try_catch; local
71 if (try_catch.HasCaught()) {
72 Shell::ReportException(&try_catch);
79 if (try_catch.HasCaught()) {
80 Shell::ReportException(&try_catch);
95 if (try_catch.HasCaught()) {
96 Shell::ReportException(&try_catch);
111 TryCatch try_catch; local
116 if (try_catch.HasCaught()) {
117 Shell::ReportException(&try_catch);
280 TryCatch try_catch; local
309 TryCatch try_catch; local
[all...]
H A Dd8.cc152 TryCatch try_catch; local
156 try_catch.SetVerbose(true);
162 ReportException(&try_catch);
167 ASSERT(try_catch.HasCaught());
170 ReportException(&try_catch);
173 ASSERT(!try_catch.HasCaught());
286 static size_t convertToUint(Local<Value> value_in, TryCatch* try_catch) { argument
292 if (try_catch->HasCaught()) return 0;
296 if (try_catch->HasCaught() || int32.IsEmpty()) return 0;
299 if (try_catch
325 TryCatch try_catch; local
535 ReportException(v8::TryCatch* try_catch) argument
[all...]
H A Ddebug.cc2851 v8::TryCatch try_catch; local
2868 if (try_catch.HasCaught()) {
2869 PrintLn(try_catch.Exception());
2905 v8::TryCatch try_catch; local
2917 if (!try_catch.HasCaught()) {
2937 if (!try_catch.HasCaught()) {
2942 response = try_catch.Exception()->ToString();
H A Dapi.cc2880 TryCatch try_catch; local
5399 TryCatch try_catch; local
5421 TryCatch try_catch; local
5442 TryCatch try_catch; local
/external/v8/test/cctest/
H A Dtest-thread-termination.cc67 v8::TryCatch try_catch; local
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; local
99 CHECK(try_catch.HasCaught());
100 CHECK(try_catch.Exception()->IsNull());
101 CHECK(try_catch.Message().IsEmpty());
102 CHECK(!try_catch
280 v8::TryCatch try_catch; local
329 v8::TryCatch try_catch; local
[all...]
H A Dtest-log.cc514 v8::TryCatch try_catch; local
517 v8::String::Utf8Value exception(try_catch.Exception());
523 v8::String::Utf8Value exception(try_catch.Exception());
H A Dtest-debug.cc247 v8::TryCatch try_catch; local
250 CHECK(!try_catch.HasCaught());
274 v8::TryCatch try_catch; local
277 CHECK(!try_catch.HasCaught());
H A Dtest-api.cc189 v8::TryCatch try_catch; local
195 CHECK(try_catch.HasCaught());
196 try_catch.Reset();
205 CHECK(try_catch.HasCaught());
2379 v8::TryCatch try_catch; local
2382 CHECK(try_catch.HasCaught());
2383 String::AsciiValue exception_value(try_catch.Exception());
2478 TryCatch try_catch; local
2482 CHECK(try_catch.HasCaught());
2483 String::AsciiValue exception_value(try_catch
2772 CheckUncle(v8::TryCatch* try_catch) argument
2888 v8::TryCatch try_catch; local
2942 v8::TryCatch try_catch; local
2973 v8::TryCatch try_catch; local
3088 v8::TryCatch try_catch; local
3103 v8::TryCatch try_catch; local
3120 v8::TryCatch try_catch; local
3147 v8::TryCatch try_catch; local
3183 v8::TryCatch try_catch; local
3308 v8::TryCatch try_catch; local
3324 v8::TryCatch try_catch; local
3334 v8::TryCatch try_catch; local
3343 v8::TryCatch try_catch; local
3354 v8::TryCatch try_catch; local
3469 v8::TryCatch try_catch; local
3514 v8::TryCatch try_catch; local
3631 v8::TryCatch try_catch; local
3639 v8::TryCatch try_catch; local
6202 v8::TryCatch try_catch; local
6212 v8::TryCatch try_catch; local
6327 v8::TryCatch try_catch; local
6553 v8::TryCatch try_catch; local
7871 v8::TryCatch try_catch; local
7891 v8::TryCatch try_catch; local
7952 v8::TryCatch try_catch; local
8027 v8::TryCatch try_catch; local
8050 v8::TryCatch try_catch; local
8074 v8::TryCatch try_catch; local
8157 v8::TryCatch try_catch; local
8202 v8::TryCatch try_catch; local
8334 v8::TryCatch try_catch; local
8387 v8::TryCatch try_catch; local
8416 v8::TryCatch try_catch; local
8445 v8::TryCatch try_catch; local
8453 v8::TryCatch try_catch; local
8463 v8::TryCatch try_catch; local
8472 v8::TryCatch try_catch; local
9614 v8::TryCatch try_catch; local
9653 v8::TryCatch try_catch; local
9772 v8::TryCatch try_catch; local
10141 TryCatch try_catch; local
10176 TryCatch try_catch; local
10192 TryCatch try_catch; local
10562 { v8::TryCatch try_catch; local
10913 v8::TryCatch try_catch; local
10929 v8::TryCatch try_catch; local
11478 v8::TryCatch try_catch; local
13591 v8::TryCatch try_catch; local
14195 v8::TryCatch try_catch; local
14295 v8::TryCatch try_catch; local
14381 v8::TryCatch try_catch; local
15592 v8::TryCatch try_catch; local
15906 TryCatch try_catch; local
15977 TryCatch try_catch; local
[all...]
/external/v8/samples/
H A Dlineprocessor.cc241 v8::TryCatch try_catch; local
246 ReportException(&try_catch);
252 v8::TryCatch try_catch; local
255 if (try_catch.HasCaught()) {
257 ReportException(&try_catch);
308 v8::TryCatch try_catch; local
311 if (try_catch.HasCaught()) {
313 ReportException(&try_catch);
360 void ReportException(v8::TryCatch* try_catch) { argument
362 v8::String::Utf8Value exception(try_catch
[all...]
H A Dshell.cc272 v8::TryCatch try_catch; local
277 ReportException(&try_catch);
282 assert(try_catch.HasCaught());
285 ReportException(&try_catch);
288 assert(!try_catch.HasCaught());
302 void ReportException(v8::TryCatch* try_catch) { argument
304 v8::String::Utf8Value exception(try_catch->Exception());
306 v8::Handle<v8::Message> message = try_catch->Message();
331 v8::String::Utf8Value stack_trace(try_catch->StackTrace());
H A Dprocess.cc202 TryCatch try_catch; local
207 String::Utf8Value error(try_catch.Exception());
217 String::Utf8Value error(try_catch.Exception());
255 TryCatch try_catch; local
263 String::Utf8Value error(try_catch.Exception());
/external/chromium/net/proxy/
H A Dproxy_resolver_v8.cc369 v8::TryCatch try_catch; local
373 if (try_catch.HasCaught()) {
374 HandleError(try_catch.Message());
513 v8::TryCatch try_catch; local
525 if (try_catch.HasCaught()) {
526 HandleError(try_catch.Message());

Completed in 234 milliseconds