Searched refs:interrupt_object (Results 1 – 2 of 2) sorted by relevance
178 Object* interrupt_object = isolate->stack_guard()->HandleInterrupts(); in Wait() local179 if (interrupt_object->IsException(isolate)) { in Wait()180 result = interrupt_object; in Wait()
90 Object* interrupt_object = isolate->stack_guard()->HandleInterrupts(); in RUNTIME_FUNCTION_RETURN_PAIR() local91 if (interrupt_object->IsException(isolate)) { in RUNTIME_FUNCTION_RETURN_PAIR()92 return MakePair(interrupt_object, in RUNTIME_FUNCTION_RETURN_PAIR()