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

/external/chromium_org/v8/src/
H A Disolate.cc1069 Handle<Object> exception_arg = exception_handle; local
1073 if (exception_arg->IsJSObject() && !IsErrorObject(exception_arg)) {
1075 Execution::ToDetailString(this, exception_arg);
1076 if (!maybe_exception.ToHandle(&exception_arg)) {
1077 exception_arg = factory()->InternalizeOneByteString(
1085 HandleVector<Object>(&exception_arg, 1),

Completed in 174 milliseconds