Lines Matching defs:const
4 const assert = require('assert');
5 const { inspect } = require('util');
6 const { ERR_INVALID_ARG_TYPE } = require('internal/errors').codes;
7 const { serializeError, deserializeError } = require('internal/error_serdes');
31 const prev = err;
65 const errorWithCause = Object
67 const errorWithThrowingCause = Object
69 const errorWithCyclicCause = Object
97 const err = new ERR_INVALID_ARG_TYPE('object', 'Object', 42);
121 const data = {
129 const inheritedCustomInspect = new class {