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

  /external/v8/src/
api.h 523 inline bool CallDepthIsZero() { return call_depth_ == 0; }
isolate.cc     [all...]
api.cc 79 bool call_depth_is_zero = handle_scope_implementer->CallDepthIsZero(); \
    [all...]

Completed in 84 milliseconds