Lines Matching refs:depth
52 const depth = offsets.length - 1;
53 offsets[depth]++;
54 const conditionOffset = offsets[depth];
55 const conditionsForDepth = tree[depth];
61 if (depth === tree.length - 1) {
67 (conditionOffset, depth) => tree[depth][conditionOffset]
73 targets[depth + 1] = target;
76 const condition = tree[depth][conditionOffset];
77 targets[depth][condition] = target;