Searched refs:has_exception (Results 1 – 8 of 8) sorted by relevance
91 bool has_exception = value.is_null(); in Invoke() local92 DCHECK(has_exception == isolate->has_pending_exception()); in Invoke()93 if (has_exception) { in Invoke()165 bool has_exception = value->IsException(isolate); in Invoke() local166 DCHECK(has_exception == isolate->has_pending_exception()); in Invoke()167 if (has_exception) { in Invoke()
26 bool has_exception = isolate_->has_pending_exception(); in ~InvokeScope() local27 if (has_exception) { in ~InvokeScope()
644 if (masm_->has_exception()) { in GetCode()
613 if (masm_->has_exception()) { in GetCode()
639 if (masm_->has_exception()) { in GetCode()
1486 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function
1903 bool has_exception() const { in has_exception() function
1975 bool has_exception() const { in has_exception() function