HomeSort by relevance Sort by last modified time
    Searched refs:is_out_of_memory (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
top.cc 747 bool is_out_of_memory = exception == Failure::OutOfMemoryException(); local
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() { function in class:v8::internal::Top
    [all...]
top.h 231 static bool is_out_of_memory();
api.cc 76 if (thread_local.CallDepthIsZero() && i::Top::is_out_of_memory()) { \
    [all...]

Completed in 74 milliseconds