Lines Matching +refs:X +refs:e
64 e, // the currently handled element
73 if ((e = d[--l]) &&
74 (e.className) && // there's a CSS class
75 re.test(e.className)) { // it contains the "code" class
77 r[r.length] = e;
81 } catch(X) { // non standards compliant browser
101 e, // the currently handled element
115 if ((e = d[--l]) &&
116 (fc = e.firstChild) &&
118 (lc = e.lastChild) &&
135 } catch(X) {
242 } catch(X) {