Home | History | Annotate | Download | only in src

Lines Matching refs:Failure

368   if (result.is_null()) return Failure::Exception();
390 if (object.is_null()) return Failure::Exception();
409 if (boilerplate.is_null()) return Failure::Exception();
428 if (boilerplate.is_null()) return Failure::Exception();
447 if (boilerplate.is_null()) return Failure::Exception();
466 if (boilerplate.is_null()) return Failure::Exception();
642 if (result.is_null()) return Failure::Exception();
1189 return Failure::Exception();
1228 if (result.is_null()) return Failure::Exception();
1256 return Failure::Exception();
1398 return Failure::Exception();
1912 return Failure::Exception();
1987 return Failure::Exception();
2668 return Failure::Exception();
2692 return Failure::Exception();
2878 if (has_pending_exception) return Failure::Exception();
3065 if (result.is_null()) return Failure::Exception();
3078 if (result.is_null()) return Failure::Exception();
3085 if (has_pending_exception) return Failure::Exception();
3134 if (has_pending_exception) return Failure::Exception();
3172 if (has_pending_exception) return Failure::Exception();
3574 if (exception) return Failure::Exception();
3774 return Failure::OutOfMemoryException();
4045 return Failure::OutOfMemoryException();
4089 return answer; // This may be a failure.
4322 return Failure::OutOfMemoryException();
4387 return Failure::OutOfMemoryException();
5009 return Failure::Exception();
5043 return result; // non-failure
5052 if (!Failure::cast(js_object)->IsInternalError()) return js_object;
5286 // Failure::Exception is converted to a null handle in the
5290 return Failure::Exception();
5369 PrintF("<failure>");
5594 if (boilerplate.is_null()) return Failure::Exception();
5674 if (boilerplate.is_null()) return MakePair(Failure::Exception(), NULL);
7663 if (boilerplate.is_null()) return Failure::Exception();
7673 if (has_pending_exception) return Failure::Exception();
7685 if (has_pending_exception) return Failure::Exception();
7731 if (boilerplate.is_null()) return Failure::Exception();
7742 if (has_pending_exception) return Failure::Exception();
7982 return Failure::Exception();
7998 return Failure::Exception();
8274 Failure* failure = Failure::cast(result);
8275 if (failure->IsRetryAfterGC()) {
8278 Heap::CollectGarbage(failure->requested(), failure->allocation_space());