Lines Matching defs:node
11 #include "node/inspector/protocol/Protocol.h"
35 namespace node {
39 using node::OnFatalError;
127 fprintf(stderr, "node[%u]: pthread_create: %s\n",
156 return _snwprintf(buf, buf_len, L"node-debug-handler-%u", pid);
205 std::string GetWorkerLabel(node::Environment* env) {
398 explicit NodeInspectorClient(node::Environment* env, bool is_main)
401 // TODO(bnoordhuis) Make name configurable from src/node.cc.
662 std::string url = node::url::FromFilePath(resource_name);
666 node::Environment* env_;
707 // Ignore failure, SIGUSR1 won't work, but that should not block node start.
892 // Refs: https://github.com/nodejs/node/pull/34362#discussion_r456006039
1017 } // namespace node