(err, arrowMessage)
| 954 | } = internalBinding('util'); |
| 955 | // Ensures the printed error line is from user code. |
| 956 | function setArrowMessage(err, arrowMessage) { |
| 957 | err[arrow_message_private_symbol] = arrowMessage; |
| 958 | } |
| 959 | |
| 960 | // Hide stack lines before the first user code line. |
| 961 | function hideInternalStackFrames(error) { |
no outgoing calls
no test coverage detected