Searched refs:addReadOnlyProcessAlias (Results 1 - 1 of 1) sorted by relevance
/third_party/node/lib/internal/process/ |
H A D | pre_execution.js | 213 addReadOnlyProcessAlias('_eval', '--eval'); 214 addReadOnlyProcessAlias('_print_eval', '--print'); 215 addReadOnlyProcessAlias('_syntax_check_only', '--check'); 216 addReadOnlyProcessAlias('_forceRepl', '--interactive'); 217 addReadOnlyProcessAlias('_preload_modules', '--require'); 218 addReadOnlyProcessAlias('noDeprecation', '--no-deprecation'); 219 addReadOnlyProcessAlias('noProcessWarnings', '--no-warnings'); 220 addReadOnlyProcessAlias('traceProcessWarnings', '--trace-warnings'); 221 addReadOnlyProcessAlias('throwDeprecation', '--throw-deprecation'); 222 addReadOnlyProcessAlias('profProces 230 function addReadOnlyProcessAlias(name, option, enumerable = true) { global() function [all...] |
Completed in 1 milliseconds