Lines Matching refs:ctx
355 [SymbolFor('nodejs.util.inspect.custom')](recurseTimes, ctx) {
357 ...ctx,
366 constructor(ctx) {
367 super(key, ctx);
508 * @param {object} ctx
511 const uvException = hideStackFrames(function uvException(ctx) {
512 const { 0: code, 1: uvmsg } = uvErrmapGet(ctx.errno) || uvUnmappedError;
513 let message = `${code}: ${ctx.message || uvmsg}, ${ctx.syscall}`;
517 if (ctx.path) {
518 path = ctx.path.toString();
521 if (ctx.dest) {
522 dest = ctx.dest.toString();
537 for (const prop of ObjectKeys(ctx)) {
541 err[prop] = ctx[prop];