Lines Matching full:has_pending_exception
1316 ASSERT(isolate->has_pending_exception() != result);
1370 bool has_pending_exception;
1371 Execution::Call(fun, receiver, 0, NULL, &has_pending_exception);
1372 if (has_pending_exception) return false;
2071 ASSERT(isolate->has_pending_exception() != result);
2147 ASSERT(isolate()->has_pending_exception());