Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
H A Dtest-primordials-promise.js53 assertIsPromise(PromisePrototypeThen(test(), common.mustCall()));
54 assertIsPromise(SafePromisePrototypeFinally(test(), common.mustCall()));
56 assertIsPromise(SafePromiseAllReturnArrayLike([test()]));
57 assertIsPromise(SafePromiseAllReturnVoid([test()]));
58 assertIsPromise(SafePromiseAny([test()]));
59 assertIsPromise(SafePromiseRace([test()]));
61 assertIsPromise(SafePromiseAllReturnArrayLike([]));
62 assertIsPromise(SafePromiseAllReturnVoid([]));
107 assertIsPromise(SafePromiseAll([test()]));
108 assertIsPromise(SafePromiseAllSettle
128 function assertIsPromise(promise) { global() function
[all...]

Completed in 1 milliseconds