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

1 2 3

  /external/chromium_org/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 63 v8::TryCatch try_catch; local
79 CHECK(try_catch.HasCaught());
80 CHECK(try_catch.Exception()->IsNull());
81 CHECK(try_catch.Message().IsEmpty());
82 CHECK(!try_catch.CanContinue());
88 v8::TryCatch try_catch; local
96 CHECK(try_catch.HasCaught());
97 CHECK(try_catch.Exception()->IsNull());
98 CHECK(try_catch.Message().IsEmpty());
99 CHECK(!try_catch.CanContinue())
219 v8::TryCatch try_catch; local
272 v8::TryCatch try_catch; local
324 v8::TryCatch try_catch; local
    [all...]
  /external/chromium_org/gin/test/
file_runner.h 27 virtual void UnhandledException(Runner* runner, TryCatch& try_catch) OVERRIDE;
file_runner.cc 15 #include "gin/try_catch.h"
42 TryCatch& try_catch) {
43 ModuleRunnerDelegate::UnhandledException(runner, try_catch);
44 FAIL() << try_catch.GetStackTrace();
  /external/chromium_org/mojo/apps/js/
mojo_runner_delegate.h 25 gin::TryCatch& try_catch) OVERRIDE;
mojo_runner_delegate.cc 12 #include "gin/try_catch.h"
69 gin::TryCatch& try_catch) {
70 gin::ModuleRunnerDelegate::UnhandledException(runner, try_catch);
71 LOG(ERROR) << try_catch.GetStackTrace();
  /external/chromium_org/gin/
runner.cc 9 #include "gin/try_catch.h"
39 void RunnerDelegate::UnhandledException(Runner* runner, TryCatch& try_catch) {
67 TryCatch try_catch; local
73 if (try_catch.HasCaught())
74 delegate_->UnhandledException(this, try_catch);
81 TryCatch try_catch; local
87 if (try_catch.HasCaught())
88 delegate_->UnhandledException(this, try_catch);
wrappable_unittest.cc 12 #include "gin/try_catch.h"
132 gin::TryCatch try_catch; local
143 EXPECT_FALSE(try_catch.HasCaught());
144 EXPECT_EQ("", try_catch.GetStackTrace());
runner.h 32 virtual void UnhandledException(Runner* runner, TryCatch& try_catch);
  /external/chromium_org/v8/src/
d8-debug.cc 63 TryCatch try_catch; local
72 if (try_catch.HasCaught()) {
73 Shell::ReportException(isolate, &try_catch);
80 if (try_catch.HasCaught()) {
81 Shell::ReportException(isolate, &try_catch);
98 if (try_catch.HasCaught()) {
99 Shell::ReportException(isolate, &try_catch);
114 TryCatch try_catch; local
119 if (try_catch.HasCaught()) {
120 Shell::ReportException(isolate, &try_catch);
279 TryCatch try_catch; local
310 TryCatch try_catch; local
    [all...]
mksnapshot.cc 336 TryCatch try_catch; local
338 if (try_catch.HasCaught()) {
340 DumpException(try_catch.Message());
344 if (try_catch.HasCaught()) {
346 DumpException(try_catch.Message());
  /external/v8/src/
d8-debug.cc 64 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...]
d8.cc 152 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) {
292 if (try_catch->HasCaught()) return 0;
296 if (try_catch->HasCaught() || int32.IsEmpty()) return 0;
299 if (try_catch->HasCaught()) return 0
325 TryCatch try_catch; local
    [all...]
  /external/v8/test/cctest/
test-thread-termination.cc 67 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.CanContinue())
280 v8::TryCatch try_catch; local
329 v8::TryCatch try_catch; local
    [all...]
test-api.cc 189 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
2478 TryCatch try_catch; local
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/chromium_org/gin/shell/
gin_main.cc 15 #include "gin/try_catch.h"
47 TryCatch& try_catch) OVERRIDE {
48 ModuleRunnerDelegate::UnhandledException(runner, try_catch);
49 LOG(ERROR) << try_catch.GetStackTrace();
  /external/v8/samples/
lineprocessor.cc 241 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) {
362 v8::String::Utf8Value exception(try_catch->Exception())
    [all...]
shell.cc 272 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) {
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());
  /external/chromium_org/chrome/renderer/extensions/
module_system.cc 73 // Fatally dumps the debug info from |try_catch| to the console.
76 virtual void HandleUncaughtException(const v8::TryCatch& try_catch) OVERRIDE {
79 if (!try_catch.StackTrace().IsEmpty()) {
80 v8::String::Utf8Value stack_value(try_catch.StackTrace());
86 Fatal(context_, CreateExceptionString(try_catch) + "{" + stack_trace + "}");
96 const v8::TryCatch& try_catch) {
97 v8::Handle<v8::Message> message(try_catch.Message());
99 return "try_catch has no message";
182 void ModuleSystem::HandleException(const v8::TryCatch& try_catch) {
183 exception_handler_->HandleUncaughtException(try_catch);
261 v8::TryCatch try_catch; local
327 v8::TryCatch try_catch; local
401 v8::TryCatch try_catch; local
492 v8::TryCatch try_catch; local
    [all...]
  /external/chromium_org/v8/samples/
lineprocessor.cc 240 v8::TryCatch try_catch; local
245 ReportException(isolate, &try_catch);
251 v8::TryCatch try_catch; local
254 if (try_catch.HasCaught()) {
256 ReportException(isolate, &try_catch);
310 v8::TryCatch try_catch; local
313 if (try_catch.HasCaught()) {
315 ReportException(isolate, &try_catch);
365 void ReportException(v8::Isolate* isolate, v8::TryCatch* try_catch) {
367 v8::String::Utf8Value exception(try_catch->Exception())
    [all...]
shell.cc 306 v8::TryCatch try_catch; local
311 ReportException(isolate, &try_catch);
316 assert(try_catch.HasCaught());
319 ReportException(isolate, &try_catch);
322 assert(!try_catch.HasCaught());
336 void ReportException(v8::Isolate* isolate, v8::TryCatch* try_catch) {
338 v8::String::Utf8Value exception(try_catch->Exception());
340 v8::Handle<v8::Message> message = try_catch->Message();
365 v8::String::Utf8Value stack_trace(try_catch->StackTrace());
  /external/chromium_org/chrome/test/base/
v8_unit_test.cc 126 v8::TryCatch try_catch; local
222 v8::TryCatch try_catch; local
226 FAIL() << ExceptionToString(try_catch);
231 FAIL() << ExceptionToString(try_catch);
234 std::string V8UnitTest::ExceptionToString(const v8::TryCatch& try_catch) {
237 v8::String::Utf8Value exception(try_catch.Exception());
238 v8::Local<v8::Message> message(try_catch.Message());
266 v8::TryCatch try_catch; local
270 FAIL() << ExceptionToString(try_catch);
v8_unit_test.h 45 // Converts the v8::TryCatch |try_catch| into a human readable string.
46 virtual std::string ExceptionToString(const v8::TryCatch& try_catch);
  /external/chromium_org/content/renderer/
v8_value_converter_impl.cc 192 v8::TryCatch try_catch; local
194 if (try_catch.HasCaught())
212 v8::TryCatch try_catch; local
217 if (try_catch.HasCaught()) {
333 v8::TryCatch try_catch; local
335 if (try_catch.HasCaught()) {
428 v8::TryCatch try_catch; local
431 if (try_catch.HasCaught()) {
  /external/chromium_org/content/renderer/pepper/
v8_var_converter.cc 337 v8::TryCatch try_catch; local
339 if (try_catch.HasCaught()) {
367 v8::TryCatch try_catch; local
373 if (try_catch.HasCaught()) {
443 v8::TryCatch try_catch; local
445 if (try_catch.HasCaught()) {
499 v8::TryCatch try_catch; local
501 if (try_catch.HasCaught()) {

Completed in 211 milliseconds

1 2 3