Searched refs:has_exception (Results 1 – 11 of 11) sorted by relevance
324 bool has_exception = value.is_null(); in Invoke() local325 DCHECK(has_exception == isolate->has_pending_exception()); in Invoke()326 if (has_exception) { in Invoke()453 bool has_exception = value.IsException(isolate); in Invoke() local454 DCHECK(has_exception == isolate->has_pending_exception()); in Invoke()455 if (has_exception) { in Invoke()
28 bool has_exception = isolate_->has_pending_exception(); in ~InvokeScope() local29 if (has_exception) { in ~InvokeScope()
662 if (masm_->has_exception()) { in GetCode()
694 if (masm_->has_exception()) { in GetCode()
675 if (masm_->has_exception()) { in GetCode()
870 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function
723 if (masm_->has_exception()) { in GetCode()
1375 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function
1456 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function
1574 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function
1622 bool has_exception() const { return internal_trampoline_exception_; } in has_exception() function