(name, promise)
| 4858 | })(); |
| 4859 | |
| 4860 | function generatePromiseLifecycleEventObject(name, promise) { |
| 4861 | return {promise: promise}; |
| 4862 | } |
| 4863 | |
| 4864 | var eventToObjectGenerator = { |
| 4865 | promiseCreated: generatePromiseLifecycleEventObject, |
nothing calls this directly
no outgoing calls
no test coverage detected