Lines Matching defs:has_pending_exception

1379   ASSERT(!isolate->has_pending_exception());
1944 bool has_pending_exception;
1947 &has_pending_exception);
1948 if (has_pending_exception) {
1949 ASSERT(isolate->has_pending_exception());
4207 bool has_pending_exception = false;
4209 Execution::ToString(key, &has_pending_exception);
4210 if (has_pending_exception) return Failure::Exception();
4448 bool has_pending_exception = false;
4449 Handle<Object> name = Execution::ToString(key, &has_pending_exception);
4450 if (has_pending_exception) return Failure::Exception();
4496 bool has_pending_exception = false;
4497 Handle<Object> converted = Execution::ToString(key, &has_pending_exception);
4498 if (has_pending_exception) return Failure::Exception();
4549 bool has_pending_exception = false;
4550 Handle<Object> converted = Execution::ToString(key, &has_pending_exception);
4551 if (has_pending_exception) return Failure::Exception();
4589 bool has_pending_exception = false;
4590 Handle<Object> converted = Execution::ToString(key, &has_pending_exception);
4591 if (has_pending_exception) return Failure::Exception();
4800 if (isolate->has_pending_exception()) return Failure::Exception();
4812 if (isolate->has_pending_exception()) return Failure::Exception();
9117 ASSERT(isolate->has_pending_exception());
11882 bool has_pending_exception;
11886 &has_pending_exception);
11887 if (has_pending_exception) return Failure::Exception();
11902 &has_pending_exception);
11903 if (has_pending_exception) return Failure::Exception();
11977 bool has_pending_exception;
11981 &has_pending_exception);
11984 if (has_pending_exception) return Failure::Exception();
12392 if (isolate->has_pending_exception()) {