Searched refs:runTestWrap (Results 1 – 5 of 5) sorted by relevance
/third_party/node/test/parallel/ |
D | test-repl-autocomplete.js | 124 const runTestWrap = common.mustCall(runTest, numtests); constant 145 setImmediate(runTestWrap, true); 204 setImmediate(runTestWrap, true);
|
D | test-repl-reverse-search.js | 269 const runTestWrap = common.mustCall(runTest, numtests); constant 290 setImmediate(runTestWrap, true); 347 setImmediate(runTestWrap, true);
|
D | test-repl-history-navigation.js | 638 const runTestWrap = common.mustCall(runTest, numtests); constant 659 setImmediate(runTestWrap, true); 717 setImmediate(runTestWrap, true);
|
D | test-repl-persistent-history.js | 192 const runTestWrap = common.mustCall(runTest, numtests); constant 263 setImmediate(runTestWrap, cleaned);
|
D | test-repl-programmatic-history.js | 188 const runTestWrap = common.mustCall(runTest, numtests); constant 263 setImmediate(runTestWrap, cleaned);
|