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

  /external/v8/src/
api.h 425 inline bool CallDepthIsZero() { return call_depth_ == 0; }
api.cc 90 if (handle_scope_implementer->CallDepthIsZero() && \
95 bool call_depth_is_zero = handle_scope_implementer->CallDepthIsZero(); \
    [all...]

Completed in 22 milliseconds