Searched refs:IsException (Results 1 – 16 of 16) sorted by relevance
55 DCHECK(!thread_local_top()->pending_exception_.IsException(this)); in pending_exception()60 DCHECK(!exception_obj.IsException(this)); in set_pending_exception()65 DCHECK(!thread_local_top()->pending_exception_.IsException(this)); in clear_pending_exception()70 DCHECK(!thread_local_top()->pending_exception_.IsException(this)); in has_pending_exception()76 DCHECK(!thread_local_top()->scheduled_exception_.IsException(this)); in scheduled_exception()81 DCHECK(!thread_local_top()->scheduled_exception_.IsException(this)); in has_scheduled_exception()87 DCHECK(!thread_local_top()->scheduled_exception_.IsException(this)); in clear_scheduled_exception()
453 bool has_exception = value.IsException(isolate); in Invoke()
448 if (interrupt_object.IsException(isolate)) { in WaitSync()
524 isolate_->stack_guard()->HandleInterrupts().IsException(isolate_)) { in Serialize_()694 isolate_->stack_guard()->HandleInterrupts().IsException( in SerializeJSArray()713 isolate_->stack_guard()->HandleInterrupts().IsException( in SerializeJSArray()
312 if (result.IsException()) return result; in RUNTIME_FUNCTION()574 if (interrupt_object.IsException(isolate)) return interrupt_object; in RUNTIME_FUNCTION()
104 if (interrupt_object.IsException(isolate)) { in RUNTIME_FUNCTION_RETURN_PAIR()
264 if (result.IsException(isolate_)) { in HandleInterrupts()
382 bool IsException() const { return Mask(ExceptionFMask) == ExceptionFixed; } in IsException() function
336 if (result.IsException(isolate)) return_value = EXCEPTION; in CheckStackGuardState()
291 if (result.IsException(isolate)) { in HandleInterrupts()
384 if (answer.IsException(isolate) || answer.IsString()) return answer; in ConvertCase()
1266 return source_position_table(kAcquireLoad).IsException(); in DidSourcePositionGenerationFail()1279 DCHECK(maybe_table.IsUndefined(roots) || maybe_table.IsException(roots)); in SourcePositionTable()
239 if (maybe_table.IsException()) return kNoSourcePosition; in SourcePosition()
497 bool IsException() const { return Mask(ExceptionFMask) == ExceptionFixed; } in IsException() function
1163 } else if (!pc_->IsBti() && !pc_->IsException()) {
889 } else if (!pc_->IsException()) { in CheckBType()