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

  /external/v8/src/
d8-debug.cc 49 TryCatch try_catch; local
56 if (try_catch.HasCaught()) {
57 Shell::ReportException(&try_catch);
64 if (try_catch.HasCaught()) {
65 Shell::ReportException(&try_catch);
80 if (try_catch.HasCaught()) {
81 Shell::ReportException(&try_catch);
96 TryCatch try_catch; local
101 if (try_catch.HasCaught()) {
102 Shell::ReportException(&try_catch);
263 TryCatch try_catch; local
288 TryCatch try_catch; local
    [all...]
d8.cc 116 TryCatch try_catch; local
119 try_catch.SetVerbose(true);
125 ReportException(&try_catch);
132 ReportException(&try_catch);
236 void Shell::ReportException(v8::TryCatch* try_catch) {
238 v8::String::Utf8Value exception(try_catch->Exception());
240 Handle<Message> message = try_catch->Message();
d8.h 120 static void ReportException(TryCatch* try_catch);
debug.cc 2208 v8::TryCatch try_catch; local
2261 v8::TryCatch try_catch; local
    [all...]
api.cc 3591 TryCatch try_catch; local
3618 TryCatch try_catch; local
3645 TryCatch try_catch; local
    [all...]
  /hardware/ril/mock-ril/src/cpp/
util.h 29 void ReportException(v8::TryCatch* try_catch);
js_support.cpp 214 v8::TryCatch try_catch; local
215 try_catch.SetVerbose(true);
227 runJs(v8::Context::GetCurrent(), &try_catch, fileName, buffer); local
242 v8::TryCatch try_catch; local
273 if (try_catch.HasCaught()) {
275 ReportException(&try_catch);
276 try_catch.ReThrow();
285 void runJs(v8::Handle<v8::Context> context, v8::TryCatch *try_catch,
292 if (try_catch->HasCaught()) {
297 if (try_catch->HasCaught())
307 v8::TryCatch try_catch; local
324 v8::TryCatch try_catch; local
340 v8::TryCatch try_catch; local
351 v8::TryCatch try_catch; local
363 v8::TryCatch try_catch; local
394 v8::TryCatch try_catch; local
    [all...]
experiments.cpp 69 v8::TryCatch try_catch; local
119 if (try_catch.HasCaught()) {
121 ReportException(&try_catch);
135 v8::TryCatch try_catch; local
136 try_catch.SetVerbose(true);
138 runJs(context, &try_catch, "local-string",
146 if (!try_catch.HasCaught()) {
157 v8::TryCatch try_catch; local
195 v8::TryCatch try_catch; local
235 v8::TryCatch try_catch; local
    [all...]
util.cpp 82 void ReportException(v8::TryCatch* try_catch) {
85 v8::String::Utf8Value exception(try_catch->Exception());
86 v8::Handle<v8::Message> msg = try_catch->Message();
88 // Why is try_catch->Message empty?
mock_ril.cpp 273 v8::TryCatch try_catch; local
282 if (try_catch.HasCaught()) {
284 ReportException(&try_catch);
314 v8::TryCatch try_catch; local
315 try_catch.SetVerbose(true);
326 runJs(context, &try_catch, "mock_ril.js", buffer);
327 if (try_catch.HasCaught()) {
js_support.h 42 extern void runJs(v8::Handle<v8::Context> context, v8::TryCatch *try_catch,
worker_v8.cpp 91 v8::TryCatch try_catch; local
92 try_catch.SetVerbose(true);
199 v8::TryCatch try_catch; local
200 try_catch.SetVerbose(true);
203 runJs(context, &try_catch, "local-string",
node_util.h 27 void FatalException(v8::TryCatch &try_catch);
requests.cpp 277 v8::TryCatch try_catch; local
295 if (try_catch.HasCaught()) {
297 ReportException(&try_catch);
468 v8::TryCatch try_catch; local
474 runJs(context, &try_catch, fileName, buffer);
480 if (!try_catch.HasCaught()) {
ctrl_server.cpp 275 v8::TryCatch try_catch; local
276 try_catch.SetVerbose(true);
301 if (try_catch.HasCaught()) {
302 ReportException(&try_catch);
node_buffer.cpp 228 TryCatch try_catch; local
232 if (try_catch.HasCaught()) {
233 ReportException(&try_catch);
  /external/v8/test/cctest/
test-thread-termination.cc 63 v8::TryCatch try_catch; local
77 CHECK(try_catch.HasCaught());
78 CHECK(try_catch.Exception()->IsNull());
79 CHECK(try_catch.Message().IsEmpty());
80 CHECK(!try_catch.CanContinue());
86 v8::TryCatch try_catch; local
92 CHECK(try_catch.HasCaught());
93 CHECK(try_catch.Exception()->IsNull());
94 CHECK(try_catch.Message().IsEmpty());
95 CHECK(!try_catch.CanContinue())
248 v8::TryCatch try_catch; local
    [all...]
test-api.cc 156 v8::TryCatch try_catch; local
162 CHECK(try_catch.HasCaught());
163 try_catch.Reset();
172 CHECK(try_catch.HasCaught());
1558 v8::TryCatch try_catch; local
1944 v8::TryCatch try_catch; local
1998 v8::TryCatch try_catch; local
2029 v8::TryCatch try_catch; local
2088 v8::TryCatch try_catch; local
2105 v8::TryCatch try_catch; local
2132 v8::TryCatch try_catch; local
2169 v8::TryCatch try_catch; local
2294 v8::TryCatch try_catch; local
2310 v8::TryCatch try_catch; local
2420 v8::TryCatch try_catch; local
2466 v8::TryCatch try_catch; local
4033 v8::TryCatch try_catch; local
4043 v8::TryCatch try_catch; local
4158 v8::TryCatch try_catch; local
4384 v8::TryCatch try_catch; local
5291 v8::TryCatch try_catch; local
5311 v8::TryCatch try_catch; local
5382 v8::TryCatch try_catch; local
5425 v8::TryCatch try_catch; local
5557 v8::TryCatch try_catch; local
6534 v8::TryCatch try_catch; local
7076 { v8::TryCatch try_catch; local
7423 v8::TryCatch try_catch; local
7439 v8::TryCatch try_catch; local
9322 v8::TryCatch try_catch; local
9477 v8::TryCatch try_catch; local
9564 v8::TryCatch try_catch; local
9650 v8::TryCatch try_catch; local
    [all...]
test-debug.cc 238 v8::TryCatch try_catch; local
241 CHECK(!try_catch.HasCaught());
265 v8::TryCatch try_catch; local
268 CHECK(!try_catch.HasCaught());
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8CustomXPathNSResolver.cpp 83 v8::TryCatch try_catch; local
84 try_catch.SetVerbose(true); // Print exceptions to console.
93 if (try_catch.HasCaught())
V8HTMLOptionsCollectionCustom.cpp 70 v8::TryCatch try_catch; local
73 if (try_catch.HasCaught())
  /external/v8/samples/
lineprocessor.cc 223 v8::TryCatch try_catch; local
228 ReportException(&try_catch);
234 v8::TryCatch try_catch; local
237 if (try_catch.HasCaught()) {
239 ReportException(&try_catch);
288 v8::TryCatch try_catch; local
291 if (try_catch.HasCaught()) {
293 ReportException(&try_catch);
340 void ReportException(v8::TryCatch* try_catch) {
342 v8::String::Utf8Value exception(try_catch->Exception())
    [all...]
shell.cc 245 v8::TryCatch try_catch; local
250 ReportException(&try_catch);
257 ReportException(&try_catch);
273 void ReportException(v8::TryCatch* try_catch) {
275 v8::String::Utf8Value exception(try_catch->Exception());
277 v8::Handle<v8::Message> message = try_catch->Message();
process.cc 202 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/
proxy_resolver_v8.cc 133 v8::TryCatch try_catch; local
137 if (try_catch.HasCaught()) {
138 HandleError(try_catch.Message());
252 v8::TryCatch try_catch; local
264 if (try_catch.HasCaught()) {
265 HandleError(try_catch.Message());

Completed in 469 milliseconds