Searched refs:has_exception (Results 1 – 8 of 8) sorted by relevance
278 bool has_exception = value.is_null(); in Invoke() local279 DCHECK(has_exception == isolate->has_pending_exception()); in Invoke()280 if (has_exception) { in Invoke()395 bool has_exception = value.IsException(isolate); in Invoke() local396 DCHECK(has_exception == isolate->has_pending_exception()); in Invoke()397 if (has_exception) { in Invoke()
26 bool has_exception = isolate_->has_pending_exception(); in ~InvokeScope() local27 if (has_exception) { in ~InvokeScope()
657 if (masm_->has_exception()) { in GetCode()
661 if (masm_->has_exception()) { in GetCode()
627 if (masm_->has_exception()) { in GetCode()
1251 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function
1586 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function
1632 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function