Home
last modified time | relevance | path

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

/third_party/node/src/
Dbase_object.cc112 unsigned int new_refcount = --metadata->strong_ptr_count; in decrease_refcount() local
113 if (new_refcount == 0) { in decrease_refcount()