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.cc789 const base::DictionaryValue* exception_value = NULL; local
790 if (!exception_list_value->GetDictionary(i, &exception_value)) {
795 exception_value, false, feature_map, supports_feature_type_all));
/external/chromium_org/v8/src/arm64/
H A Dcode-stubs-arm64.cc2975 Register exception_value = x0;
2983 __ Ldr(exception_value, MemOperand(x11));
2984 __ Cmp(x10, exception_value);
2991 __ JumpIfRoot(exception_value,
2995 __ Throw(exception_value, x10, x11, x12, x13);
2998 __ ThrowUncatchable(exception_value, x10, x11, x12, x13);
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc4133 String::Utf8Value exception_value(try_catch.Exception());
4134 CHECK_EQ(*exception_value, "panama!");
4405 String::Utf8Value exception_value(try_catch.Exception());
4406 CHECK_EQ("exception", *exception_value);
5070 String::Utf8Value exception_value(try_catch.Exception());
5071 CHECK_EQ("konto", *exception_value);
5501 String::Utf8Value exception_value(try_catch.Exception());
5502 CHECK_EQ(*exception_value, "TypeError: Cannot redefine property: x");
5549 String::Utf8Value exception_value(try_catch.Exception());
5550 CHECK_EQ(*exception_value, "TypeErro
[all...]

Completed in 480 milliseconds