We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e074c commit db75711Copy full SHA for db75711
src/node_process_object.cc
@@ -211,6 +211,11 @@ void PatchProcessObject(const FunctionCallbackInfo<Value>& args) {
211
212
void RegisterProcessExternalReferences(ExternalReferenceRegistry* registry) {
213
registry->Register(RawDebug);
214
+ registry->Register(GetParentProcessId);
215
+ registry->Register(DebugPortSetter);
216
+ registry->Register(DebugPortGetter);
217
+ registry->Register(ProcessTitleSetter);
218
+ registry->Register(ProcessTitleGetter);
219
}
220
221
} // namespace node
0 commit comments