(object)
| 19344 | */ |
| 19345 | Q.master = master; |
| 19346 | function master(object) { |
| 19347 | return Promise({ |
| 19348 | "isDef": function () {} |
| 19349 | }, function fallback(op, args) { |
| 19350 | return dispatch(object, op, args); |
| 19351 | }, function () { |
| 19352 | return Q(object).inspect(); |
| 19353 | }); |
| 19354 | } |
| 19355 | |
| 19356 | /** |
| 19357 | * Spreads the values of a promised array of arguments into the |