Lines Matching refs:target
60 let target;
62 target = getUniqueHREF();
64 target,
72 target = {};
73 targets[depth + 1] = target;
77 targets[depth][condition] = target;
89 for (const { target, conditions } of order) {
91 if (result !== target) {
92 // If we didn't hit the target, make sure a target prior to this one
95 for (const { target: preTarget, conditions: preConditions } of order) {
98 // prior target
106 if (preTarget === target) {
112 target
116 result, target