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

  /external/v8/src/
api.h 348 inline bool CallDepthIsZero() { return call_depth_ == 0; }
api.cc 76 if (thread_local.CallDepthIsZero() && i::Top::is_out_of_memory()) { \
80 bool call_depth_is_zero = thread_local.CallDepthIsZero(); \
    [all...]

Completed in 1329 milliseconds