(F5, V6, args)
| 10517 | return _queueMicrotask(callback); |
| 10518 | }; |
| 10519 | function reflectCall(F5, V6, args) { |
| 10520 | if (typeof F5 !== "function") { |
| 10521 | throw new TypeError("Argument is not a function"); |
| 10522 | } |
| 10523 | return Function.prototype.apply.call(F5, V6, args); |
| 10524 | } |
| 10525 | function promiseCall(F5, V6, args) { |
| 10526 | try { |
| 10527 | return promiseResolvedWith(reflectCall(F5, V6, args)); |
no outgoing calls
no test coverage detected
searching dependent graphs…