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.js83 function testDomainExceptionHandling(cmdLineOption, options) { argument
84 if (typeof cmdLineOption === 'object') {
85 options = cmdLineOption;
86 cmdLineOption = undefined;
104 cmdToExec += `"${process.argv[0]}" ${cmdLineOption ? cmdLineOption : ''} "${
114 if (cmdLineOption === '--abort_on_uncaught_exception') {