Lines Matching refs:from
143 // being used, even when the error is from a different context.
317 // `.toString()` and `Buffer.from()` operations and set the value on the
327 lazyBuffer().from(value.toString()) : undefined;
343 lazyBuffer().from(value.toString()) : undefined;
412 * This function removes unnecessary frames from Node.js core errors.
606 // getSystemErrorName(err) to guard against invalid arguments from users.
629 * from C++. this method for backwards compatibility
640 // getSystemErrorName(err) to guard against invalid arguments from users.
822 // Ensures the printed error line is from user code.
1140 'The socket has been disconnected from the Http2Session', Error);
1327 ` imported from ${base}` : ''}`;
1341 ` imported from ${base}` : ''}${relError ?
1346 pkgPath}package.json${base ? ` imported from ${base}` : ''}${relError ?
1356 return `Expected a valid ${input} to be returned for the "${prop}" from the` +
1366 return `Expected ${input} to be returned for the "${prop}" from the` +
1372 return `Expected ${input} to be returned from the "${name}"` +
1466 exactUrl ? 'module' : 'package'} '${path}' imported from ${base}`;
1511 ` in package ${packagePath}package.json` : ''} imported from ${base}`;
1516 ` imported from ${base}` : ''}`;
1518 pkgPath}package.json${base ? ` imported from ${base}` : ''}`;
1535 let msg = `require() of ES Module ${filename}${parentPath ? ` from ${
1669 'Cannot issue SNI from a TLS server-side socket', Error);
1701 `resolving ES modules imported from ${base}`;