()
| 4949 | }; |
| 4950 | |
| 4951 | function defaultFireEvent() { return false; } |
| 4952 | |
| 4953 | Promise.prototype._fireEvent = defaultFireEvent; |
| 4954 | Promise.prototype._execute = function(executor, resolve, reject) { |
nothing calls this directly
no outgoing calls
no test coverage detected