HomeSort by relevance Sort by last modified time
    Searched defs:try_catch (Results 1 - 20 of 20) sorted by null

  /external/v8/test/cctest/
test-global-object.cc 40 v8::TryCatch try_catch; local
48 CHECK(try_catch.HasCaught());
49 v8::String::Utf8Value exception(try_catch.Exception());
test-thread-termination.cc 64 v8::TryCatch try_catch; local
80 CHECK(try_catch.HasCaught());
81 CHECK(try_catch.Exception()->IsNull());
82 CHECK(try_catch.Message().IsEmpty());
83 CHECK(!try_catch.CanContinue());
89 v8::TryCatch try_catch; local
97 CHECK(try_catch.HasCaught());
98 CHECK(try_catch.Exception()->IsNull());
99 CHECK(try_catch.Message().IsEmpty());
100 CHECK(!try_catch.CanContinue())
220 v8::TryCatch try_catch; local
274 v8::TryCatch try_catch; local
327 v8::TryCatch try_catch; local
425 v8::TryCatch try_catch; local
    [all...]
test-accessors.cc 554 v8::TryCatch try_catch; local
560 CHECK(!try_catch.HasCaught());
test-log.cc 484 v8::TryCatch try_catch; local
487 v8::String::Utf8Value exception(try_catch.Exception());
493 v8::String::Utf8Value exception(try_catch.Exception());
test-strings.cc 1227 v8::TryCatch try_catch; local
    [all...]
test-parsing.cc 1503 v8::TryCatch try_catch; local
    [all...]
test-debug.cc 214 v8::TryCatch try_catch; local
218 CHECK(!try_catch.HasCaught());
243 v8::TryCatch try_catch; local
247 CHECK(!try_catch.HasCaught());
7336 v8::TryCatch try_catch; local
7516 v8::TryCatch try_catch; local
    [all...]
test-api.cc 198 v8::TryCatch try_catch; local
200 CHECK_EQ(expected_to_throw, try_catch.HasCaught());
205 try_catch.Exception()->ToString());
4258 v8::TryCatch try_catch; local
4270 v8::TryCatch try_catch; local
4529 TryCatch try_catch; local
4876 v8::TryCatch try_catch; local
4933 v8::TryCatch try_catch; local
4966 v8::TryCatch try_catch; local
5162 v8::TryCatch try_catch; local
5177 v8::TryCatch try_catch; local
5195 v8::TryCatch try_catch; local
5222 v8::TryCatch try_catch; local
5259 v8::TryCatch try_catch; local
5386 v8::TryCatch try_catch; local
5402 v8::TryCatch try_catch; local
5412 v8::TryCatch try_catch; local
5421 v8::TryCatch try_catch; local
5432 v8::TryCatch try_catch; local
5446 v8::TryCatch try_catch; local
5459 v8::TryCatch try_catch; local
5477 v8::TryCatch try_catch; local
5485 v8::TryCatch try_catch; local
5508 v8::TryCatch try_catch; local
5525 v8::TryCatch try_catch; local
5537 v8::TryCatch try_catch; local
5547 v8::TryCatch try_catch; local
5560 v8::TryCatch try_catch; local
5572 v8::TryCatch try_catch; local
5699 v8::TryCatch try_catch; local
5747 v8::TryCatch try_catch; local
5866 v8::TryCatch try_catch; local
5874 v8::TryCatch try_catch; local
8575 v8::TryCatch try_catch; local
8585 v8::TryCatch try_catch; local
8617 v8::TryCatch try_catch; local
8765 v8::TryCatch try_catch; local
9039 v8::TryCatch try_catch; local
9612 v8::TryCatch try_catch; local
10581 v8::TryCatch try_catch; local
10601 v8::TryCatch try_catch; local
10623 v8::TryCatch try_catch; local
10688 v8::TryCatch try_catch; local
10763 v8::TryCatch try_catch; local
10786 v8::TryCatch try_catch; local
10810 v8::TryCatch try_catch; local
10894 v8::TryCatch try_catch; local
10937 v8::TryCatch try_catch; local
11070 v8::TryCatch try_catch; local
11123 v8::TryCatch try_catch; local
11153 v8::TryCatch try_catch; local
11256 v8::TryCatch try_catch; local
11264 v8::TryCatch try_catch; local
11274 v8::TryCatch try_catch; local
11283 v8::TryCatch try_catch; local
12501 v8::TryCatch try_catch; local
12544 v8::TryCatch try_catch; local
12676 v8::TryCatch try_catch; local
12715 v8::TryCatch try_catch; local
13100 TryCatch try_catch; local
13136 TryCatch try_catch; local
13151 TryCatch try_catch; local
13533 { v8::TryCatch try_catch; local
14530 v8::TryCatch try_catch; local
14545 v8::TryCatch try_catch; local
15350 v8::TryCatch try_catch; local
17191 v8::TryCatch try_catch; local
17712 v8::TryCatch try_catch; local
17733 v8::TryCatch try_catch; local
17757 v8::TryCatch try_catch; local
18189 v8::TryCatch try_catch; local
18293 v8::TryCatch try_catch; local
18378 v8::TryCatch try_catch; local
19969 v8::TryCatch try_catch; local
20302 TryCatch try_catch; local
20365 TryCatch try_catch; local
20392 TryCatch try_catch; local
20879 TryCatch try_catch; local
21198 TryCatch try_catch; local
21336 TryCatch try_catch; local
21354 TryCatch try_catch; local
21540 TryCatch try_catch; local
21841 { v8::TryCatch try_catch; local
22553 v8::TryCatch try_catch; local
22786 v8::TryCatch try_catch; local
22846 v8::TryCatch try_catch; local
23084 v8::TryCatch try_catch; local
    [all...]
  /external/skia/experimental/SkV8Example/
JsContext.cpp 119 v8::TryCatch try_catch; local
  /external/v8/src/
d8-debug.cc 28 TryCatch try_catch; local
37 if (try_catch.HasCaught()) {
38 Shell::ReportException(isolate, &try_catch);
45 if (try_catch.HasCaught()) {
46 Shell::ReportException(isolate, &try_catch);
63 if (try_catch.HasCaught()) {
64 Shell::ReportException(isolate, &try_catch);
79 TryCatch try_catch; local
84 if (try_catch.HasCaught()) {
85 Shell::ReportException(isolate, &try_catch);
    [all...]
messages.cc 116 v8::TryCatch try_catch; local
mksnapshot.cc 379 TryCatch try_catch; local
381 if (try_catch.HasCaught()) {
383 DumpException(try_catch.Message());
387 if (try_catch.HasCaught()) {
389 DumpException(try_catch.Message());
d8.cc 221 TryCatch try_catch; local
225 try_catch.SetVerbose(true);
233 ReportException(isolate, &try_catch);
244 DCHECK(try_catch.HasCaught());
247 ReportException(isolate, &try_catch);
250 DCHECK(!try_catch.HasCaught());
264 v8::TryCatch try_catch; local
273 if (try_catch.HasCaught()) return true;
483 v8::TryCatch try_catch; local
485 if (try_catch.HasCaught())
    [all...]
liveedit.cc 856 v8::TryCatch try_catch; local
857 try_catch.SetVerbose(true);
    [all...]
api.cc 3287 TryCatch try_catch; local
6821 TryCatch try_catch; local
6842 TryCatch try_catch; local
    [all...]
  /external/v8/test/cctest/compiler/
function-tester.h 92 TryCatch try_catch; local
95 CHECK(try_catch.HasCaught());
103 TryCatch try_catch; local
106 CHECK(try_catch.HasCaught());
110 // exception has been caught by the try_catch.
112 return try_catch.Message();
  /external/v8/samples/
lineprocessor.cc 170 v8::TryCatch try_catch; local
176 ReportException(isolate, &try_catch);
182 v8::TryCatch try_catch; local
185 if (try_catch.HasCaught()) {
187 ReportException(isolate, &try_catch);
238 v8::TryCatch try_catch; local
241 if (try_catch.HasCaught()) {
243 ReportException(isolate, &try_catch);
298 void ReportException(v8::Isolate* isolate, v8::TryCatch* try_catch) {
300 v8::String::Utf8Value exception(try_catch->Exception())
    [all...]
shell.cc 327 v8::TryCatch try_catch; local
333 ReportException(isolate, &try_catch);
338 assert(try_catch.HasCaught());
341 ReportException(isolate, &try_catch);
344 assert(!try_catch.HasCaught());
358 void ReportException(v8::Isolate* isolate, v8::TryCatch* try_catch) {
360 v8::String::Utf8Value exception(try_catch->Exception());
362 v8::Handle<v8::Message> message = try_catch->Message();
387 v8::String::Utf8Value stack_trace(try_catch->StackTrace());
process.cc 215 TryCatch try_catch; local
220 String::Utf8Value error(try_catch.Exception());
230 String::Utf8Value error(try_catch.Exception());
276 TryCatch try_catch; local
286 String::Utf8Value error(try_catch.Exception());
  /external/chromium-libpac/src/
proxy_resolver_v8.cc 383 v8::TryCatch try_catch; local
387 if (try_catch.HasCaught()) {
389 V8StringToUTF16(try_catch.Message()->Get()));
520 v8::TryCatch try_catch; local
532 if (try_catch.HasCaught()) {
533 HandleError(try_catch.Message());

Completed in 468 milliseconds