Home | History | Annotate | Download | only in src

Lines Matching full:is_out_of_memory

747   bool is_out_of_memory = exception == Failure::OutOfMemoryException();
749 bool catchable_by_javascript = !is_termination_exception && !is_out_of_memory;
866 if (!is_out_of_memory()) {
907 bool Top::is_out_of_memory() {