(operator, message)
| 88 | } |
| 89 | |
| 90 | function getErrorMessage(operator, message) { |
| 91 | return message || kReadableOperator[operator]; |
| 92 | } |
| 93 | |
| 94 | function checkOperator(actual, expected, operator) { |
| 95 | // In case both values are objects or functions explicitly mark them as not |
no outgoing calls
no test coverage detected
searching dependent graphs…