Home
last modified time | relevance | path

Searched refs:HasRef (Results 1 - 6 of 6) sorted by relevance

/third_party/node/src/
H A Dhandle_wrap.cc58 void HandleWrap::HasRef(const FunctionCallbackInfo<Value>& args) { in HasRef() function in node::HandleWrap
61 args.GetReturnValue().Set(HasRef(wrap)); in HasRef()
104 !HandleWrap::HasRef(this) || in IsNotIndicativeOfMemoryLeakAtExit()
166 SetProtoMethodNoSideEffect(isolate, tmpl, "hasRef", HandleWrap::HasRef); in GetConstructorTemplate()
177 registry->Register(HandleWrap::HasRef); in RegisterExternalReferences()
H A Dhandle_wrap.h62 static void HasRef(const v8::FunctionCallbackInfo<v8::Value>& args);
70 static inline bool HasRef(const HandleWrap* wrap) { in HasRef() function in node::HandleWrap
H A Dnode_worker.h69 static void HasRef(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dnode_worker.cc703 void Worker::HasRef(const FunctionCallbackInfo<Value>& args) { in HasRef() function in node::worker::Worker
887 SetProtoMethod(isolate, w, "hasRef", Worker::HasRef); in InitWorker()
951 registry->Register(Worker::HasRef); in RegisterExternalReferences()
H A Dnode_process_methods.cc275 if (!HandleWrap::HasRef(w)) in GetActiveHandles()
297 if (w->persistent().IsEmpty() || !HandleWrap::HasRef(w)) continue; in GetActiveResourcesInfo()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 29 milliseconds