MCPcopy Index your code
hub / github.com/nodejs/node / setArrowMessage

Function setArrowMessage

lib/internal/errors.js:956–958  ·  view source on GitHub ↗
(err, arrowMessage)

Source from the content-addressed store, hash-verified

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

Callers 1

reconstructErrorStackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected