Home
last modified time | relevance | path

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

/third_party/node/src/
Dhandle_wrap.h99 friend void GetActiveHandles(const v8::FunctionCallbackInfo<v8::Value>&);
Dnode_process_methods.cc289 void GetActiveHandles(const FunctionCallbackInfo<Value>& args) { in GetActiveHandles() function
471 env->SetMethod(target, "_getActiveHandles", GetActiveHandles); in InitializeProcessMethods()
/third_party/node/doc/changelogs/
DCHANGELOG_V5.md1063 …* **node**: Improved GetActiveHandles performance (Trevor Norris) [#3780](https://github.com/nodej…
1121 …ps://github.com/nodejs/node/commit/c8fc217dc7)] - **node**: improve GetActiveHandles performance (…
DCHANGELOG_V11.md2266 …/node/commit/ccc3bb73db)] - **process**: remove pushValueToArray in GetActiveHandles (Joyee Cheung…