Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/diagnostics/
Dcode-tracer.h23 explicit CodeTracer(int isolate_id) : file_(nullptr), scope_depth_(0) { in CodeTracer()
87 scope_depth_++; in OpenFile()
95 if (--scope_depth_ == 0) { in CloseFile()
109 int scope_depth_; variable
/third_party/node/deps/v8/src/parsing/
Dfunc-name-inferrer.h57 ++fni_->scope_depth_;
62 --fni_->scope_depth_;
73 bool IsOpen() const { return scope_depth_ > 0; }
130 size_t scope_depth_ = 0;