Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/util-promisify/test/
Dcommon.js1 const mustCallChecks = []; variable
6 const failed = mustCallChecks.filter(function(context) {
42 if (mustCallChecks.length === 0) process.on('exit', runCallChecks);
44 mustCallChecks.push(context);
/third_party/node/test/common/
Dindex.js312 const mustCallChecks = []; variable
317 const failed = mustCallChecks.filter(function(context) {
374 if (mustCallChecks.length === 0) process.on('exit', runCallChecks);
376 mustCallChecks.push(context);