Home
last modified time | relevance | path

Searched refs:addCodeToName (Results 1 – 3 of 3) sorted by relevance

/third_party/node/lib/internal/
Derrors.js166 const addCodeToName = hideStackFrames(function addCodeToName(err, name, code) { constant
217 addCodeToName(this, 'SystemError', key);
322 addCodeToName(this, super.name, key);
751 addCodeToName, // Exported for NghttpError property
/third_party/node/lib/internal/http2/
Dutil.js26 addCodeToName,
539 addCodeToName(this, super.name, 'ERR_HTTP2_ERROR');
/third_party/node/tools/
Dlint-md.mjs19265 addCodeToName(error, Base.name, key);
19272 const addCodeToName = hideStackFrames( constant