Home
last modified time | relevance | path

Searched refs:testNextTickWith (Results 1 - 1 of 1) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-next-tick-errors.js44 function testNextTickWith(val) { function
53 testNextTickWith(false);
54 testNextTickWith(true);
55 testNextTickWith(1);
56 testNextTickWith('str');
57 testNextTickWith({});
58 testNextTickWith([]);

Completed in 1 milliseconds