Home | History | Annotate | Download | only in src

Lines Matching refs:pending_exception

130     if (isolate->pending_exception() == Failure::OutOfMemoryException()) {
148 bool* pending_exception,
150 *pending_exception = false;
153 callable = TryGetFunctionDelegate(callable, pending_exception);
154 if (*pending_exception) return callable;
168 receiver = ToObject(receiver, pending_exception);
170 if (*pending_exception) return callable;
173 return Invoke(false, func, receiver, argc, argv, pending_exception);
180 bool* pending_exception) {
182 pending_exception);
208 if (isolate->pending_exception() ==