Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-fs-makeStatsCallback.js5 const callbackThrowValues = [null, true, false, 0, 1, 'foo', /foo/, [], {}]; variable
18 callbackThrowValues.forEach((value) => {
Dtest-fs-make-callback.js5 const callbackThrowValues = [null, true, false, 0, 1, 'foo', /foo/, [], {}]; variable
20 callbackThrowValues.forEach((value) => {