(value)
| 8881 | }; |
| 8882 | |
| 8883 | var afterValue = function(value) { return delay(+this).thenReturn(value); }; |
| 8884 | var delay = Promise.delay = function (ms, value) { |
| 8885 | var ret; |
| 8886 | var handle; |
nothing calls this directly
no outgoing calls
no test coverage detected