Home
last modified time | relevance | path

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

/third_party/node/src/
Dhandle_wrap.h104 friend void GetActiveHandles(const v8::FunctionCallbackInfo<v8::Value>&);
Dnode_process_methods.cc270 void GetActiveHandles(const FunctionCallbackInfo<Value>& args) { in GetActiveHandles() function
595 SetMethod(context, target, "_getActiveHandles", GetActiveHandles); in Initialize()
625 registry->Register(GetActiveHandles); in RegisterExternalReferences()
/third_party/node/doc/changelogs/
DCHANGELOG_V5.md1079 …* **node**: Improved GetActiveHandles performance (Trevor Norris) [#3780](https://github.com/nodej…
1137 …ps://github.com/nodejs/node/commit/c8fc217dc7)] - **node**: improve GetActiveHandles performance (…
DCHANGELOG_V11.md2283 …/node/commit/ccc3bb73db)] - **process**: remove pushValueToArray in GetActiveHandles (Joyee Cheung…