Home
last modified time | relevance | path

Searched refs:watch_mode (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/parallel/
Dtest-watch-mode-files_watcher.mjs13 import watcher from 'internal/watch_mode/files_watcher';
/third_party/node/src/
Dnode_options.cc183 if (watch_mode) { in CheckOptions()
657 &EnvironmentOptions::watch_mode, in EnvironmentOptionsParser()
Dnode_options.h185 bool watch_mode = false; variable
Denv-inl.h608 !options_->test_runner && !options_->watch_mode; in should_create_inspector()
Dnode.cc358 if (env->options()->watch_mode) { in StartExecution()