Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-domain-with-abort-on-uncaught-exception.js84 function testDomainExceptionHandling(cmdLineOption, options) { argument
85 if (typeof cmdLineOption === 'object') {
86 options = cmdLineOption;
87 cmdLineOption = undefined;
105 cmdToExec += `"${process.argv[0]}" ${cmdLineOption ? cmdLineOption : ''} "${
115 if (cmdLineOption === '--abort_on_uncaught_exception') {