Lines Matching refs:name
230 function addReadOnlyProcessAlias(name, option, enumerable = true) {
233 ObjectDefineProperty(process, name, {
286 function lazyInterface(name) {
291 return lazyUndici()[name];
294 exposeInterface(globalThis, name, value);
451 for (const name of [
469 utilBinding[name] = pendingDeprecation ?
470 deprecate(types[name],
473 `Please use \`util.types.${name}\` instead.`,
475 types[name];