Home
last modified time | relevance | path

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

/third_party/node/lib/internal/bootstrap/
Dpre_execution.js101 addReadOnlyProcessAlias('_eval', '--eval');
102 addReadOnlyProcessAlias('_print_eval', '--print');
103 addReadOnlyProcessAlias('_syntax_check_only', '--check');
104 addReadOnlyProcessAlias('_forceRepl', '--interactive');
105 addReadOnlyProcessAlias('_preload_modules', '--require');
106 addReadOnlyProcessAlias('noDeprecation', '--no-deprecation');
107 addReadOnlyProcessAlias('noProcessWarnings', '--no-warnings');
108 addReadOnlyProcessAlias('traceProcessWarnings', '--trace-warnings');
109 addReadOnlyProcessAlias('throwDeprecation', '--throw-deprecation');
110 addReadOnlyProcessAlias('profProcess', '--prof-process');
[all …]