Home | History | Annotate | Download | only in src

Lines Matching defs:has_pending_exception

1187   ASSERT(isolate->has_pending_exception() != result);
1241 bool has_pending_exception;
1243 Execution::Call(fun, receiver, 0, NULL, &has_pending_exception);
1244 if (has_pending_exception) return false;
1859 ASSERT(isolate->has_pending_exception() != result);
1926 ASSERT(isolate->has_pending_exception());