Lines Matching refs:target
897 * @param {EventTarget} watchedNode - The target expected to receive the events.
1190 * @param {EventTarget} object - Event target
1395 return "ProcessingInstruction node with target " + format_value(truncate(val.target, 60)) + " and data " + format_value(truncate(val.data, 60));
4679 var target = global_scope;
4681 if (!(components[i] in target)) {
4682 target[components[i]] = {};
4684 target = target[components[i]];
4686 target[components[components.length - 1]] = object;