Lines Matching refs:If
8 **N.B.** This promise exposes internals via underscore (`_`) prefixed properties. If you use these…
59 If you need [domains](https://iojs.org/api/domain.html) support, you should instead use:
65 If you are in an environment that implements `setImmediate` and don't want the optimisations provid…
71 If you only want part of the features, e.g. just a pure ES6 polyfill:
121 …alled with a single argument. If it is called with a non-promise value then the promise is fulfil…
132 …eign promises into Promises/A+ promises. If you pass it a value then it returns a Promise for tha…
140 Returns a promise for an array. If it is called with a single argument that `Array.isArray` then t…
184 If the last argument passed to `module.exports` is a function, then it will be treated like a node.…
196 If the promise is fulfilled then `onFulfilled` is called. If the promise is rejected then `onRejec…
198 …If the handler that is called returns a promise, the promise returned by `.then` takes on the stat…
214 If `callback` is `null` or `undefined` it just returns `this`. If `callback` is a function it is c…