Home | History | Annotate | Download | only in src

Lines Matching refs:failure

488   if (object.is_null()) return Failure::Exception();
514 if (boilerplate.is_null()) return Failure::Exception();
540 if (boilerplate.is_null()) return Failure::Exception();
559 if (boilerplate.is_null()) return Failure::Exception();
578 if (boilerplate.is_null()) return Failure::Exception();
974 if (result.is_null()) return Failure::Exception();
1052 static Failure* ThrowRedeclarationError(Isolate* isolate,
1255 if (result.is_null()) return Failure::Exception();
1636 if (result.is_null()) return Failure::Exception();
1817 return Failure::Exception();
1972 return Failure::Exception();
2594 return Failure::Exception();
2671 return Failure::Exception();
2701 if (match.is_null()) return Failure::Exception();
2771 if (match.is_null()) return Failure::Exception();
3110 return Failure::Exception();
3134 return Failure::Exception();
3294 for (;;) { // Break on failure, return on exception.
3460 // No matches at all, return failure or exception result directly.
3516 return Failure::Exception();
3704 if (has_pending_exception) return Failure::Exception();
3960 if (result.is_null()) return Failure::Exception();
3973 if (result.is_null()) return Failure::Exception();
3980 if (has_pending_exception) return Failure::Exception();
4030 if (has_pending_exception) return Failure::Exception();
4069 if (has_pending_exception) return Failure::Exception();
4507 if (exception) return Failure::Exception();
4796 return Failure::OutOfMemoryException();
5280 return Failure::OutOfMemoryException();
5973 return Failure::OutOfMemoryException();
6046 return Failure::OutOfMemoryException();
6086 return Failure::OutOfMemoryException();
6111 return Failure::OutOfMemoryException();
6124 return Failure::OutOfMemoryException();
7140 return Failure::Exception();
7279 return Failure::Exception();
7565 return result; // non-failure
7577 if (!Failure::cast(maybe_js_object)->IsInternalError()) {
7822 return Failure::Exception();
7937 PrintF("<failure>");
8147 return Failure::Exception();
8164 if (shared.is_null()) return Failure::Exception();
8184 if (shared.is_null()) return MakePair(Failure::Exception(), NULL);
8859 return Failure::Exception();
10637 if (shared.is_null()) return Failure::Exception();
10647 if (has_pending_exception) return Failure::Exception();
10660 if (has_pending_exception) return Failure::Exception();
10726 if (shared.is_null()) return Failure::Exception();
10738 if (has_pending_exception) return Failure::Exception();
10987 return Failure::Exception();
11003 return Failure::Exception();
11090 return Failure::Exception();
11283 return Failure::Exception();
11757 if (pending_exception) return Failure::Exception();
11935 // Non-recoverable failure. Calling code must restart heap
11964 Failure* failure = Failure::cast(result);
11965 if (failure->IsRetryAfterGC()) {
11968 isolate->heap()->CollectGarbage(failure->allocation_space());