()
| 6758 | Promise.RejectionError = errors.OperationalError; |
| 6759 | Promise.AggregateError = errors.AggregateError; |
| 6760 | var INTERNAL = function(){}; |
| 6761 | var APPLY = {}; |
| 6762 | var NEXT_FILTER = {}; |
| 6763 | var tryConvertToPromise = require("./thenables")(Promise, INTERNAL); |
nothing calls this directly
no outgoing calls
no test coverage detected