Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/handles/
Dhandles-inl.h140 DCHECK_LT(after - before, kCheckHandleThreshold); in CloseScope()
141 DCHECK_LT(before, kCheckHandleThreshold); in CloseScope()
Dhandles.h248 static const int kCheckHandleThreshold = 30 * 1024; variable
/third_party/node/deps/v8/src/heap/
Dheap.cc6390 CHECK_GT(HandleScope::kCheckHandleThreshold, handle_count_); in ~CheckHandleCountVisitor()