Searched refs:scope_depth_ (Results 1 – 1 of 1) sorted by relevance
18 explicit CodeTracer(int isolate_id) : file_(nullptr), scope_depth_(0) { in CodeTracer()56 scope_depth_++; in OpenFile()64 if (--scope_depth_ == 0) { in CloseFile()77 int scope_depth_; variable