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

  /external/chromium_org/v8/src/
api.h 520 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 47 milliseconds