Home
last modified time | relevance | path

Searched defs:wantsError (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/parallel/
Dtest-cli-node-options.js88 function expectNoWorker(opt, want, command, wantsError) { argument
93 opt, want, command = 'console.log("B")', wantsError = false, testWorker = true argument
133 function workerTest(opts, command, wantsError, test) { argument
/third_party/node/test/es-module/
Dtest-esm-type-field-errors.js36 function expect(opt = '', inputFile, want, wantsError = false) { argument