Lines Matching refs:inspected
888 let inspected = lazyInternalUtilInspect()
890 if (inspected.length > 28) { inspected = `${StringPrototypeSlice(inspected, 0, 25)}...`; }
892 return `type ${typeof value} (${inspected})`;
1290 let inspected = lazyInternalUtilInspect().inspect(value);
1291 if (inspected.length > 128) {
1292 inspected = `${StringPrototypeSlice(inspected, 0, 128)}...`;
1295 return `The ${type} '${name}' ${reason}. Received ${inspected}`;