Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dheap.h2395 int gc_callbacks_depth_ = 0; variable
Dheap.cc1508 heap_->gc_callbacks_depth_++; in GCCallbacksScope()
1510 ~GCCallbacksScope() { heap_->gc_callbacks_depth_--; } in ~GCCallbacksScope()
1512 bool CheckReenter() { return heap_->gc_callbacks_depth_ == 1; } in CheckReenter()