Home | History | Annotate | Download | only in src

Lines Matching refs:exception

302     // exception, the exception is converted to an empty handle in
304 // convert back to an exception.
1103 // constructor, and the exception will propagate out of the constructor,
3078 return isolate->heap()->exception();
3203 // needing rewinding, or if the resume should throw an exception. The fast path
3994 result_len = kMaxInt; // Provoke exception.
4081 if (global_cache.HasException()) return isolate->heap()->exception();
4085 if (global_cache.HasException()) return isolate->heap()->exception();
4127 if (global_cache.HasException()) return isolate->heap()->exception();
4166 if (global_cache.HasException()) return isolate->heap()->exception();
4170 if (global_cache.HasException()) return isolate->heap()->exception();
4207 if (global_cache.HasException()) return isolate->heap()->exception();
4275 // This may return an empty MaybeHandle if an exception is thrown or
4343 if (isolate->has_pending_exception()) return isolate->heap()->exception();
4600 if (global_cache.HasException()) return isolate->heap()->exception();
4614 if (global_cache.HasException()) return isolate->heap()->exception();
4686 if (global_cache.HasException()) return isolate->heap()->exception();
4761 if (global_cache.HasException()) return isolate->heap()->exception();
5615 // On exception, the closure is called, which returns the promise if the
5616 // exception is considered uncaught, or undefined otherwise.
5729 // Well, there is one exception: Handle [] on strings.
5747 if (isolate->has_pending_exception()) return isolate->heap()->exception();
7317 length = kMaxInt; // Provoke exception;
7466 // Throw an exception if the resulting string is too large. See
9309 return MakePair(isolate->heap()->exception(), NULL);
9367 MakePair(isolate->heap()->exception(), NULL));
9372 // The property doesn't exist - throw exception.
9413 if (isolate->has_pending_exception()) return isolate->heap()->exception();
9865 // strings. Throw an exception if it doesn't.
9895 // strings. Throw an exception if it doesn't.
9902 return MakePair(isolate->heap()->exception(), NULL);
9913 MakePair(isolate->heap()->exception(), NULL));
10336 * Returns false if any access threw an exception, otherwise true.
10653 return isolate->heap()->exception();
10899 // 2: Property value is exception
12891 // FunctionGetArguments can't throw an exception.
13334 return isolate->heap()->exception();
13349 return isolate->heap()->exception();