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

  /external/v8/src/
v8.cc 209 if (!handle_scope_implementer->CallDepthIsZero()) return;
api.h 427 inline bool CallDepthIsZero() { return call_depth_ == 0; }
api.cc 92 if (handle_scope_implementer->CallDepthIsZero() && \
97 bool call_depth_is_zero = handle_scope_implementer->CallDepthIsZero(); \
    [all...]

Completed in 184 milliseconds