Home
last modified time | relevance | path

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

/third_party/node/src/
Dhandle_wrap.cc56 void HandleWrap::HasRef(const FunctionCallbackInfo<Value>& args) { in HasRef() function in node::HandleWrap
59 args.GetReturnValue().Set(HasRef(wrap)); in HasRef()
102 !HandleWrap::HasRef(this) || in IsNotIndicativeOfMemoryLeakAtExit()
163 env->SetProtoMethodNoSideEffect(tmpl, "hasRef", HandleWrap::HasRef); in GetConstructorTemplate()
Dhandle_wrap.h61 static void HasRef(const v8::FunctionCallbackInfo<v8::Value>& args);
69 static inline bool HasRef(const HandleWrap* wrap) { in HasRef() function
Dnode_process_methods.cc294 if (!HandleWrap::HasRef(w)) in GetActiveHandles()
/third_party/node/doc/changelogs/
DCHANGELOG_V6.md4649 …thub.com/nodejs/node/commit/f31a5ec34a)] - **handle_wrap**: IsRefed() -> HasRef() (Jeremiah Senkpi…