Searched refs:exception_arg (Results 1 – 1 of 1) sorted by relevance
1075 Handle<Object> exception_arg = exception_handle; in DoThrow() local1079 if (exception_arg->IsJSObject() && !IsErrorObject(exception_arg)) { in DoThrow()1081 Execution::ToDetailString(this, exception_arg); in DoThrow()1082 if (!maybe_exception.ToHandle(&exception_arg)) { in DoThrow()1083 exception_arg = factory()->InternalizeOneByteString( in DoThrow()1091 HandleVector<Object>(&exception_arg, 1), in DoThrow()