Lines Matching refs:addReadOnlyProcessAlias
101 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');
111 addReadOnlyProcessAlias('traceDeprecation', '--trace-deprecation');
112 addReadOnlyProcessAlias('_breakFirstLine', '--inspect-brk', false);
113 addReadOnlyProcessAlias('_breakNodeFirstLine', '--inspect-brk-node', false);
116 function addReadOnlyProcessAlias(name, option, enumerable = true) { function