(callback, context)
| 10966 | } |
| 10967 | } |
| 10968 | function callCallback(callback, context) { |
| 10969 | if ("function" !== typeof callback) |
| 10970 | throw Error(formatProdErrorMessage(191, callback)); |
| 10971 | callback.call(context); |
| 10972 | } |
| 10973 | function commitCallbacks(updateQueue, context) { |
| 10974 | var callbacks = updateQueue.callbacks; |
| 10975 | if (null !== callbacks) |
no test coverage detected
searching dependent graphs…