Searched refs:has_exception (Results 1 – 8 of 8) sorted by relevance
108 bool has_exception = value->IsException(); in Invoke() local109 DCHECK(has_exception == isolate->has_pending_exception()); in Invoke()110 if (has_exception) { in Invoke()153 bool has_exception = value.is_null(); in Call() local154 DCHECK(has_exception == isolate->has_pending_exception()); in Call()155 if (has_exception) { in Call()
320 bool has_exception = isolate_->has_pending_exception(); in ~InvokeScope() local321 if (has_exception) { in ~InvokeScope()
639 if (masm_->has_exception()) { in GetCode()
636 if (masm_->has_exception()) { in GetCode()
609 if (masm_->has_exception()) { in GetCode()
1184 bool has_exception() const { in has_exception() function
1346 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function
1247 bool has_exception() const { in has_exception() function