Lines Matching defs:process
633 // On OpenBSD process.execPath will be relative unless we
634 // get the full path before process.execPath is used.
705 // part of the per-process option set.
784 // The process is not exiting by default.
859 // Also, since the main thread usually stops just before the process exits,
915 // the one environment per process setup, but will be called in
1083 // in its constructor but we avoid calls into v8 which can crash the process
1197 Local<Object> process = env->process_object();
1198 InternalCallbackScope scope(env, process, {0, 0});
1203 // This code will loop until all currently due timers will process. It is
1209 ret = cb->Call(env->context(), process, 1, &arg);
1772 // available to the process. If so, just give up to prevent the system
1773 // from killing the process for a system OOM.