Home
last modified time | relevance | path

Searched refs:refcount_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Djs_native_api_v8.h512 uint32_t refcount_; member in v8impl::RefBase
H A Djs_native_api_v8.cc1193 refcount_(initialRefcount), in RefBase()
1215 return ++refcount_; in Ref()
1219 if (refcount_ == 0) { in Unref()
1222 return --refcount_; in Unref()
1226 return refcount_; in RefCount()

Completed in 9 milliseconds