Searched refs:exception_value (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dmessage_pool.py155 def _handle_worker_exception(source, exception_type, exception_value, _):
157 raise exception_type(exception_value)
158 raise WorkerException(str(exception_value))
292 exception_type, exception_value, exception_traceback = exc_info
294 raise exception_type, exception_value, exception_traceback
300 _log.error("%s: %s('%s') raised:" % (self.name, exception_value.__class__.__name__, str(exception_value)))
304 self._post(name='worker_exception', args=(exception_type, exception_value, stack), from_user=False)
/external/chromium_org/gpu/config/
H A Dgpu_control_list.cc773 const base::DictionaryValue* exception_value = NULL; local
774 if (!exception_list_value->GetDictionary(i, &exception_value)) {
779 exception_value, false, feature_map, supports_feature_type_all));
/external/v8/test/cctest/
H A Dtest-api.cc2383 String::AsciiValue exception_value(try_catch.Exception());
2384 CHECK_EQ(*exception_value, "panama!");
2483 String::AsciiValue exception_value(try_catch.Exception());
2484 CHECK_EQ("exception", *exception_value);
3126 String::AsciiValue exception_value(try_catch.Exception());
3127 CHECK_EQ("konto", *exception_value);
3472 String::AsciiValue exception_value(try_catch.Exception());
3473 CHECK_EQ(*exception_value, "TypeError: Cannot redefine property: x");
3517 String::AsciiValue exception_value(try_catch.Exception());
3518 CHECK_EQ(*exception_value, "TypeErro
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc3898 String::Utf8Value exception_value(try_catch.Exception());
3899 CHECK_EQ(*exception_value, "panama!");
4171 String::Utf8Value exception_value(try_catch.Exception());
4172 CHECK_EQ("exception", *exception_value);
4932 String::Utf8Value exception_value(try_catch.Exception());
4933 CHECK_EQ("konto", *exception_value);
5357 String::Utf8Value exception_value(try_catch.Exception());
5358 CHECK_EQ(*exception_value, "TypeError: Cannot redefine property: x");
5403 String::Utf8Value exception_value(try_catch.Exception());
5404 CHECK_EQ(*exception_value, "TypeErro
[all...]

Completed in 295 milliseconds