Home
last modified time | relevance | path

Searched refs:call_depth_ (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dapi.h454 call_depth_(0),
475 inline void IncrementCallDepth() {call_depth_++;}
476 inline void DecrementCallDepth() {call_depth_--;}
477 inline bool CallDepthIsZero() { return call_depth_ == 0; }
507 call_depth_ = 0;
521 DCHECK(call_depth_ == 0);
534 int call_depth_; local