Lines Matching refs:depth
63 print(" !jot(tagged_addr, depth)");
66 print(" unspecified depth means 'unlimited',");
500 function impl(obj, depth, depth_limit) {
504 `${" ".repeat(2 * depth)}${hex(obj)} : ${hex(poim(obj - 1))}`;
505 const cutoff = depth_limit && depth == depth_limit - 1;
509 path[depth] = obj;
510 path.length = depth + 1;
523 `${" ".repeat(2 * depth + 2)}cycle: ${hex(cur)}->${hex(field)}`);
526 impl(field, depth + 1, depth_limit);
692 // depth level
693 print(`Nested depth level: ${hsd.level}`);