Searched refs:HasRef (Results 1 – 4 of 4) sorted by relevance
56 void HandleWrap::HasRef(const FunctionCallbackInfo<Value>& args) { in HasRef() function in node::HandleWrap59 args.GetReturnValue().Set(HasRef(wrap)); in HasRef()102 !HandleWrap::HasRef(this) || in IsNotIndicativeOfMemoryLeakAtExit()163 env->SetProtoMethodNoSideEffect(tmpl, "hasRef", HandleWrap::HasRef); in GetConstructorTemplate()
61 static void HasRef(const v8::FunctionCallbackInfo<v8::Value>& args);69 static inline bool HasRef(const HandleWrap* wrap) { in HasRef() function
294 if (!HandleWrap::HasRef(w)) in GetActiveHandles()
4649 …thub.com/nodejs/node/commit/f31a5ec34a)] - **handle_wrap**: IsRefed() -> HasRef() (Jeremiah Senkpi…